Merge "InvalidRoleException-junits"
[portal.git] / portal-FE-common / src / styles / bootstrap / mixins / _navbar-align.scss
1 // Navbar vertical align
2 //
3 // Vertically center elements in the navbar.
4 // Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);`
5 // to calculate the appropriate top margin.
6
7 // @mixin navbar-vertical-align($element-height) {
8 //   margin-top: (($navbar-height - $element-height) / 2);
9 //   margin-bottom: (($navbar-height - $element-height) / 2);
10 // }