Files
manja_dev_ui/Vue_Starter/scss/bootstrap/mixins/_nav-divider.scss
T
Łukasz Holeczek 15df4b91de Hello World!
2017-08-16 12:12:02 +02:00

11 lines
220 B
SCSS
Executable File

// Horizontal dividers
//
// Dividers (basically an hr) within dropdowns and nav lists
@mixin nav-divider($color: #e5e5e5) {
height: 0;
margin: ($spacer / 2) 0;
overflow: hidden;
border-top: 1px solid $color;
}