Skip to content

Commit 79e70bf

Browse files
Fix removed navbar height variable in bootstrap 5
1 parent 91905a5 commit 79e70bf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scss/_variables-bootstrap.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ $headings-font-family: null !default;
2222

2323
$zindex-fixed: 1030 !default;
2424

25-
$navbar-height: 56px !default;
26-
2725
$navbar-dark-color: rgba($white, .55) !default;
2826

2927
$grid-gutter-width: 1.5rem !default;

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $sidebar-mini-width: round($sidebar-width / 3) !default;
4949
$sidebar-clickable-swipe-bg: fade($primary, 23%) !default;
5050
$sidebar-obfuscator-bg: rgba(0, 0, 0, 0.5) !default;
5151
$sidebar-obfuscator-duration: '0.3s' !default;
52-
$sidebar-navbar-height: $navbar-height !default;
52+
$sidebar-navbar-height: 56px !default;
5353

5454
$sidebar-default-font-size: $font-size-base !default;
5555
$sidebar-default-color: $gray-900 !default;

0 commit comments

Comments
 (0)