2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
-10
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);
// }