mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 03:00:24 +00:00
Use the hr-method for the nav-divider, closes #21945
This commit is contained in:
parent
319c278cfe
commit
3ea3e10799
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
// Dividers (basically an hr) within dropdowns and nav lists
|
||||
|
||||
@mixin nav-divider($color: #e5e5e5) {
|
||||
height: 1px;
|
||||
height: 0;
|
||||
margin: ($spacer / 2) 0;
|
||||
overflow: hidden;
|
||||
background-color: $color;
|
||||
border-top: 1px solid $color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue