mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:16:05 +01:00
Remove Bootstrap CSS variable prefix
This commit is contained in:
parent
1ac4123e2d
commit
97f522e0b3
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,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
|
||||
|
||||
// Bootstrap CSS variable prefix
|
||||
$prefix: '';
|
||||
|
||||
// Usual navbar height
|
||||
$navbar-height: 56px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue