28 lines
485 B
SCSS
28 lines
485 B
SCSS
/******* Customized Bootstrap ********/
|
|
|
|
$primary: #7EBC12;
|
|
$secondary: #FF0F10;
|
|
$light: #F2F2F2;
|
|
$dark: #1D2833;
|
|
|
|
$font-family-base: 'Open Sans', sans-serif;
|
|
|
|
$headings-font-family: 'Montserrat', sans-serif;
|
|
|
|
$body-bg: $light;
|
|
|
|
$body-color: #5A5A5A;
|
|
|
|
$headings-color: $dark;
|
|
|
|
$display-font-weight: 700;
|
|
|
|
$enable-responsive-font-sizes: true;
|
|
|
|
$border-radius: 8px;
|
|
|
|
$link-decoration: none;
|
|
|
|
$enable-negative-margins: true;
|
|
|
|
@import "bootstrap/scss/bootstrap"; |