Sha256: 5dd7d8297185f30e923b35bf60b7f4e6c3ea662561a1b588230c55297fc75168
Contents?: true
Size: 370 Bytes
Versions: 1712
Compression:
Stored size: 370 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
1,712 entries across 1,638 versions & 70 rubygems