Merge "InvalidUserRoleException-junits"
[portal.git] / portal-FE-common / src / styles / bootstrap / mixins / _nav-divider.scss
1 // Horizontal dividers
2 //
3 // Dividers (basically an hr) within dropdowns and nav lists
4
5 @mixin nav-divider($color: #e5e5e5) {
6   height: 0;
7   margin: ($spacer / 2) 0;
8   overflow: hidden;
9   border-top: 1px solid $color;
10 }