Salty/vendor/fmtlib/doc/bootstrap/mixins/nav-divider.less
Aaron Peapell 06be9c6524 Created
2021-03-15 12:17:43 +11:00

11 lines
232 B
Plaintext

// Horizontal dividers
//
// Dividers (basically an hr) within dropdowns and nav lists
.nav-divider(@color: #e5e5e5) {
height: 1px;
margin: ((@line-height-computed / 2) - 1) 0;
overflow: hidden;
background-color: @color;
}