Initial Draft
This commit is contained in:
parent
2c15b4051e
commit
d454758450
151 changed files with 53589 additions and 0 deletions
28
scss/bootstrap.scss
vendored
Normal file
28
scss/bootstrap.scss
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
/******* 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";
|
Loading…
Add table
Add a link
Reference in a new issue