1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

Remove navbar align

This commit is contained in:
Martijn Cuppens
2018-03-14 18:49:04 +01:00
committed by Mark Otto
parent 185666fd79
commit 12708d329a
2 changed files with 0 additions and 11 deletions

View File

@@ -1,10 +0,0 @@
// 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);
// }