initial commit
This commit is contained in:
10
node_modules/bootstrap/scss/mixins/_nav-divider.scss
generated
vendored
Normal file
10
node_modules/bootstrap/scss/mixins/_nav-divider.scss
generated
vendored
Normal 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