0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-15 10:38:46 +00:00
salesagility_SuiteCRM/themes/SuiteP/css/bootstrap/mixins/nav-divider.scss
2017-12-06 13:59:36 +00:00

10 lines
238 B
SCSS

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