Sha256: 6c7749326735a431f9489cd9422f6e0c84d58bd1815dcb2ef43407725cb391d8
Contents?: true
Size: 385 Bytes
Versions: 233
Compression:
Stored size: 385 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
233 entries across 231 versions & 17 rubygems