Issue#3655 -> Update sass/components/navbar.sass:6

The variable $navbar-height is set to 3.25rem (52px) by default.
However the navbar height changes to 3.5rem (56px) as soon as a button is added!

Fix Done: Change default navbar height from 3.25rem to 3.5rem.
This commit is contained in:
asad-rana 2023-06-21 14:11:18 +05:00
parent 768ce95d69
commit 2150803317

View File

@ -3,7 +3,7 @@
$navbar-background-color: $scheme-main !default
$navbar-box-shadow-size: 0 2px 0 0 !default
$navbar-box-shadow-color: $background !default
$navbar-height: 3.25rem !default
$navbar-height: 3.5rem !default
$navbar-padding-vertical: 1rem !default
$navbar-padding-horizontal: 2rem !default
$navbar-z: 30 !default