Adjusting navbar variables via Bootstrap overwrites in _theme_variables
This commit is contained in:
parent
a9c5514aea
commit
47b303a2ff
|
@ -6,3 +6,8 @@
|
|||
// Just add your color code here, compile the theme.scss file to change this color everywhere
|
||||
|
||||
$brand-primary: #9900ee; //#ff6d5a
|
||||
|
||||
// Basics of a navbar
|
||||
$navbar-height: 60px;
|
||||
$navbar-margin-bottom: 0px;
|
||||
$navbar-border-radius: 0px;
|
||||
|
|
Reference in New Issue