Sha256: 2febad329bd23d57777f612897c0c5cfbf0375a0d475c93e6c08fb7e71505a6e

Contents?: true

Size: 391 Bytes

Versions: 4

Compression:

Stored size: 391 Bytes

Contents

// 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);
// }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
optimacms-0.3.12 app/assets/stylesheets/bootstrap4/mixins/_navbar-align.scss
optimacms-0.3.11 app/assets/stylesheets/bootstrap4/mixins/_navbar-align.scss
optimacms-0.3.4 app/assets/stylesheets/bootstrap4/mixins/_navbar-align.scss
optimacms-0.3.3 app/assets/stylesheets/bootstrap4/mixins/_navbar-align.scss