mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:50:00 +01:00
Add generic navbar-height variable
This commit is contained in:
parent
2c11272bd4
commit
4e9311c25b
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ $font-size-h4: ceil(($font-size-base * 1.25)); // ~18px
|
|||
$font-size-h5: $font-size-base;
|
||||
$font-size-h6: ceil(($font-size-base * 0.85)); // ~12px
|
||||
|
||||
// Usual navbar height
|
||||
$navbar-height: 56px;
|
||||
|
||||
// Color overrides for Bootstrap
|
||||
$primary: #5e35b1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue