add bootstrap
This commit is contained in:
21
style/_bootstrap.scss
Normal file
21
style/_bootstrap.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
$gray-100: lighten($col_main_1, 80%); //
|
||||
$gray-200: lighten($col_main_1, 65%); //
|
||||
$gray-300: lighten($col_main_1, 50%); //
|
||||
$gray-400: lighten($col_main_1, 35%); //#c09b71
|
||||
$gray-500: lighten($col_main_1, 20%); //
|
||||
$gray-600: lighten($col_main_1, 10%); //
|
||||
$gray-700: $col_main_1;
|
||||
$gray-800: darken($col_main_1, 10%); //
|
||||
$gray-900: darken($col_main_1, 20%); //
|
||||
|
||||
$theme-colors: (
|
||||
"primary": $col_main_1, //Irish Coffee
|
||||
"secondary": #355078,
|
||||
"grey-400": $gray-400
|
||||
);
|
||||
|
||||
$theme-colors: map-remove($theme-colors, "light", "dark");
|
||||
|
||||
$font-family-base: $font_para;
|
||||
|
||||
@import 'bootstrap/bootstrap';
|
||||
Reference in New Issue
Block a user