Page MenuHomeDevCentral

nav-vertical-align.less
No OneTemporary

nav-vertical-align.less

// 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.
.navbar-vertical-align(@element-height) {
margin-top: ((@navbar-height - @element-height) / 2);
margin-bottom: ((@navbar-height - @element-height) / 2);
}

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 18, 17:17 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3166392
Default Alt Text
nav-vertical-align.less (364 B)

Event Timeline