Laravel-template/resources/sass/_variables.scss
2018-10-08 22:31:58 +02:00

28 lines
487 B
SCSS
Executable File

// Body
$body-bg: #343a40;
$body-text-bg: #a3b3c6;
$body-light-bg: #E2E7ED;
// Typography
$font-family-sans-serif: "Nunito", sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;
// Colors
$blue: #3490dc;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66D9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;
$black: #111;
// Card
$card-border-width: 4px;
$card-border-radius: .3rem;
$card-border-color: rgba(255, 242, 242, .3);