menu
This commit is contained in:
10
resources/admin_theme/scss/bootstrap/mixins/_nav-divider.scss
Executable file
10
resources/admin_theme/scss/bootstrap/mixins/_nav-divider.scss
Executable file
@ -0,0 +1,10 @@
|
||||
// Horizontal dividers
|
||||
//
|
||||
// Dividers (basically an hr) within dropdowns and nav lists
|
||||
|
||||
@mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) {
|
||||
height: 0;
|
||||
margin: $margin-y 0;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid $color;
|
||||
}
|
Reference in New Issue
Block a user