Merge changes I68af4999,I2fb38f2a,Ia11ca8d2,I36b83288,I129c127c, ...
[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 }