1
This commit is contained in:
27
scss/bootstrap.scss
vendored
Normal file
27
scss/bootstrap.scss
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/******* Customized Bootstrap ********/
|
||||
|
||||
$primary: #B9394F;
|
||||
$light: #FFFFFF;
|
||||
$dark: #303E4B;
|
||||
|
||||
$font-family-base: 'Open Sans', sans-serif;
|
||||
|
||||
$headings-font-family: 'Roboto', sans-serif;
|
||||
|
||||
$body-color: #9B9B9B;
|
||||
|
||||
$headings-color: $dark;
|
||||
|
||||
$headings-font-weight: 700;
|
||||
|
||||
$display-font-weight: 900;
|
||||
|
||||
$enable-responsive-font-sizes: true;
|
||||
|
||||
$border-radius: 8px;
|
||||
|
||||
$link-decoration: none;
|
||||
|
||||
$enable-negative-margins: true;
|
||||
|
||||
@import "bootstrap/scss/bootstrap";
|
||||
Reference in New Issue
Block a user