mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
Merge branch 'nav-divider-mixin' of https://github.com/ysds/bootstrap into ysds-nav-divider-mixin
This commit is contained in:
commit
c9f63c2eb8
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
|||
//
|
||||
// Dividers (basically an hr) within dropdowns and nav lists
|
||||
|
||||
@mixin nav-divider($color: #e5e5e5) {
|
||||
@mixin nav-divider($color: #e5e5e5, $margin-y: ($spacer / 2)) {
|
||||
height: 0;
|
||||
margin: ($spacer / 2) 0;
|
||||
margin: $margin-y 0;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid $color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue