patashala/style/cms/bower_components/bootstrap/scss/mixins/_navbar-align.scss
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

10 lines
382 B
SCSS
Executable File

// Navbar vertical align
//
// Vertically center elements in the navbar.
// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.
// @mixin navbar-vertical-align($element-height) {
// margin-top: (($navbar-height - $element-height) / 2);
// margin-bottom: (($navbar-height - $element-height) / 2);
// }