Skip to content

Commit c9f63c2

Browse files
committed
Merge branch 'nav-divider-mixin' of https://github.com/ysds/bootstrap into ysds-nav-divider-mixin
2 parents 6a52ebf + d824bdf commit c9f63c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/mixins/_nav-divider.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
//
33
// Dividers (basically an hr) within dropdowns and nav lists
44

5-
@mixin nav-divider($color: #e5e5e5) {
5+
@mixin nav-divider($color: #e5e5e5, $margin-y: ($spacer / 2)) {
66
height: 0;
7-
margin: ($spacer / 2) 0;
7+
margin: $margin-y 0;
88
overflow: hidden;
99
border-top: 1px solid $color;
1010
}

0 commit comments

Comments
 (0)