31 lines
510 B
SCSS
31 lines
510 B
SCSS
/******* Customized Bootstrap ********/
|
|
|
|
$primary: #C80036;
|
|
$light: #FFF5E1;
|
|
$dark: #0C1844;
|
|
|
|
$font-family-base: "Roboto", sans-serif;
|
|
|
|
$headings-font-family: "Teko", sans-serif;
|
|
|
|
$body-color: #878D97;
|
|
|
|
$headings-color: $dark;
|
|
|
|
$headings-font-weight: 500;
|
|
|
|
$display-font-weight: 700;
|
|
|
|
$enable-responsive-font-sizes: true;
|
|
|
|
$border-radius: 0px;
|
|
|
|
$border-radius-sm: $border-radius;
|
|
|
|
$border-radius-lg: $border-radius;
|
|
|
|
$link-decoration: none;
|
|
|
|
$enable-negative-margins: true;
|
|
|
|
@import "bootstrap/scss/bootstrap"; |