compile theme.css with new bootstrap color var
This commit is contained in:
parent
1d4c9d0feb
commit
f68a635da5
File diff suppressed because one or more lines are too long
|
@ -4,5 +4,6 @@
|
||||||
@import "understrap/understrap"; // Some basic understrap styles. Helps to combine Bootsrap and _s theme and provides some basic styleing for additonal functions <- Dont edit this files!
|
@import "understrap/understrap"; // Some basic understrap styles. Helps to combine Bootsrap and _s theme and provides some basic styleing for additonal functions <- Dont edit this files!
|
||||||
@import "font-awesome/understrap_font-awesome"; // <- Dont edit this files! If you don´t need/want Font Awesome support comment out this line
|
@import "font-awesome/understrap_font-awesome"; // <- Dont edit this files! If you don´t need/want Font Awesome support comment out this line
|
||||||
|
|
||||||
|
|
||||||
// Any additional imported files //
|
// Any additional imported files //
|
||||||
@import "theme/theme"; // <-- ADD YOUR STYLES HERE
|
@import "theme/theme"; // <-- ADD YOUR STYLES HERE
|
|
@ -5,4 +5,4 @@
|
||||||
//Thats the ugly Bootstrap blue used for all the links, primary buttons etc.
|
//Thats the ugly Bootstrap blue used for all the links, primary buttons etc.
|
||||||
//Just add your color code here, compile the SCSS to change this color everywhere
|
//Just add your color code here, compile the SCSS to change this color everywhere
|
||||||
|
|
||||||
$brand-primary: #ff6d5a;
|
$brand-primary: #ff6d5a; //#ff6d5a
|
||||||
|
|
Reference in New Issue