migrate new theme colors
parent
8f3704409b
commit
e4cbecea6d
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 82 KiB |
@ -1,24 +1,25 @@
|
|||||||
// background and text colors
|
// background and text colors
|
||||||
$bg: #F6FAFF;
|
$bg: #FFF;
|
||||||
$fg: #05102E;
|
$fg: #05102E;
|
||||||
|
$bg-alternate: #EFFAFF;
|
||||||
|
|
||||||
// theme colors
|
// theme colors
|
||||||
$primary: #224AB7;
|
$primary: #638DE7;
|
||||||
$secondary: #FC7DA7;
|
$secondary: #FFC4D8;
|
||||||
$tertiary: #94C3FF;
|
$tertiary: #D2EBFF;
|
||||||
$quaternary: #D1E5FF;
|
$primary-dark: #006FA2;
|
||||||
|
$btn-bg: #7ABEDD;
|
||||||
|
|
||||||
// fonts
|
// fonts
|
||||||
$font: 'Montserrat', sans-serif;
|
$font: 'Raleway', sans-serif;
|
||||||
$font-normal: 500;
|
$font-normal: 400;
|
||||||
$font-bold: 700;
|
$font-bold: 700;
|
||||||
|
|
||||||
// font sizes
|
// font sizes
|
||||||
$font-brand: 16pt;
|
$font-brand: 16pt;
|
||||||
$font-nav: 12pt;
|
$font-nav: 12pt;
|
||||||
$font-hero: 30pt;
|
$font-hero: 28pt;
|
||||||
$font-section: 50pt;
|
$font-section: 40pt;
|
||||||
$font-section-sub: 16pt;
|
|
||||||
$font-heading: 20pt;
|
$font-heading: 20pt;
|
||||||
$font-regular: 16pt;
|
$font-regular: 16pt;
|
||||||
$font-panel: 200pt;
|
$font-panel: 200pt;
|
||||||
|
Loading…
Reference in New Issue