migrate new theme colors

master
Ayush Mukherjee 4 years ago
parent 8f3704409b
commit e4cbecea6d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 82 KiB

@ -30,13 +30,16 @@ p {
} }
.container { .container {
padding: 0 60px; position: relative;
max-width: 1920px; z-index: 0;
margin: 0 auto;
&.bg-alternate {
background: $bg-alternate;
}
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
.container { .container {
padding: 0 30px; padding: 0 30px;
} }
} }

@ -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…
Cancel
Save