Skip to content

Commit

Permalink
Fix removed navbar height variable in bootstrap 5
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Sep 21, 2021
1 parent 91905a5 commit 79e70bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scss/_variables-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ $headings-font-family: null !default;

$zindex-fixed: 1030 !default;

$navbar-height: 56px !default;

$navbar-dark-color: rgba($white, .55) !default;

$grid-gutter-width: 1.5rem !default;
Expand Down
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $sidebar-mini-width: round($sidebar-width / 3) !default;
$sidebar-clickable-swipe-bg: fade($primary, 23%) !default;
$sidebar-obfuscator-bg: rgba(0, 0, 0, 0.5) !default;
$sidebar-obfuscator-duration: '0.3s' !default;
$sidebar-navbar-height: $navbar-height !default;
$sidebar-navbar-height: 56px !default;

$sidebar-default-font-size: $font-size-base !default;
$sidebar-default-color: $gray-900 !default;
Expand Down

0 comments on commit 79e70bf

Please sign in to comment.