We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f63c2 commit 99379f3Copy full SHA for 99379f3
scss/_variables.scss
@@ -608,6 +608,8 @@ $nav-pills-border-radius: $border-radius !default;
608
$nav-pills-link-active-color: $component-active-color !default;
609
$nav-pills-link-active-bg: $component-active-bg !default;
610
611
+$nav-divider-margin-y: ($spacer / 2) !default;
612
+
613
// Navbar
614
615
$navbar-padding-y: ($spacer / 2) !default;
scss/mixins/_nav-divider.scss
@@ -2,7 +2,7 @@
2
//
3
// Dividers (basically an hr) within dropdowns and nav lists
4
5
-@mixin nav-divider($color: #e5e5e5, $margin-y: ($spacer / 2)) {
+@mixin nav-divider($color: #e5e5e5, $margin-y: $nav-divider-margin-y) {
6
height: 0;
7
margin: $margin-y 0;
8
overflow: hidden;
0 commit comments