23 lines
398 B
SCSS
23 lines
398 B
SCSS
////// colors
|
|
$theme: #222F3A;
|
|
$themeReverse: #fff;
|
|
$red: #CC0000;
|
|
$red1: #903030;
|
|
$themeFooter: "#111111";
|
|
$themeTxtColor: lightgreen;
|
|
$offCanvasColor: #F7F6F6;
|
|
$yearBannerHeight: 180px;
|
|
$headerNavLinksHeight: 40px;
|
|
$sectionBg: #F4F4F4;
|
|
$gray: #e2e6ea;
|
|
$gray1: #212529;
|
|
$border: #ced4da;
|
|
|
|
//------------------------------Font Size
|
|
$h1: 38px;
|
|
$h2: 28px;
|
|
$h3: 24px;
|
|
$h4: 22px;
|
|
$h5: 20px;
|
|
$h6: 18px;
|