Add generic navbar-height variable

This commit is contained in:
Andreas Nedbal 2020-05-02 17:36:40 +02:00
parent 2c11272bd4
commit 4e9311c25b
1 changed files with 3 additions and 0 deletions

View File

@ -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;