You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
344 B
23 lines
344 B
5 years ago
|
// Body
|
||
|
$body-bg: #f8fafc;
|
||
|
|
||
|
// Typography
|
||
|
$font-family-sans-serif: "Liberation Sans",
|
||
|
sans-serif;
|
||
|
$font-size-base: 1rem;
|
||
|
$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;
|
||
|
|
||
|
$primary: #4C2447;
|