hugo-whisper-theme/assets/scss/bootstrap/mixins/_nav-divider.scss
2019-02-17 16:55:16 +10:00

10 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;
}