import chill colors in bootstrap custom theme

This commit is contained in:
Mathieu Jaumotte 2021-03-20 23:26:01 +01:00
parent 0878767c17
commit e0ae5d56f0
3 changed files with 41 additions and 1100 deletions

View File

@ -9,4 +9,8 @@
display: table;
clear: both;
border-spacing: 0;
}
h1, h2, .h1, .h2 {
font-weight: $headings-font-weight + 200;
}

View File

@ -1,7 +1,6 @@
/*
* Enable / disable bootstrap assets
*/
@import "bootstrap/scss/functions";
/* replace variables */
@ -10,11 +9,11 @@
@import "bootstrap/scss/mixins";
// @import "bootstrap/scss/root";
// @import "bootstrap/scss/reboot";
// @import "bootstrap/scss/type";
@import "bootstrap/scss/reboot";
@import "bootstrap/scss/type";
// @import "bootstrap/scss/images";
// @import "bootstrap/scss/code";
// @import "bootstrap/scss/grid";
@import "bootstrap/scss/grid";
// @import "bootstrap/scss/tables";
// @import "bootstrap/scss/forms";
@import "bootstrap/scss/buttons";