Add generic navbar-height variable
This commit is contained in:
parent
2c11272bd4
commit
4e9311c25b
|
@ -17,6 +17,9 @@ $font-size-h4: ceil(($font-size-base * 1.25)); // ~18px
|
||||||
$font-size-h5: $font-size-base;
|
$font-size-h5: $font-size-base;
|
||||||
$font-size-h6: ceil(($font-size-base * 0.85)); // ~12px
|
$font-size-h6: ceil(($font-size-base * 0.85)); // ~12px
|
||||||
|
|
||||||
|
// Usual navbar height
|
||||||
|
$navbar-height: 56px;
|
||||||
|
|
||||||
// Color overrides for Bootstrap
|
// Color overrides for Bootstrap
|
||||||
$primary: #5e35b1;
|
$primary: #5e35b1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue