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
Mon, Jan 12, 07:41 (46 m, 48 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3320548
Default Alt Text
nav-vertical-align.less (364 B)

Event Timeline