From 6489e195306fe8232f80d87b5074b53ec7482a7e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Apr 2015 00:07:37 -0700 Subject: [PATCH] remove more old navbar styles --- scss/_navbar.scss | 54 ----------------------------------------------- 1 file changed, 54 deletions(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 09baf4bc98..801e671356 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -141,60 +141,6 @@ } -// Buttons in navbars -// -// Vertically center a button within a navbar (when *not* in a form). - -// .navbar-btn { -// @include navbar-vertical-align($input-height-base); - -// &.btn-sm { -// @include navbar-vertical-align($input-height-sm); -// } -// &.btn-xs { -// @include navbar-vertical-align(22); -// } -// } - - -// Text in navbars -// -// Add a class to make any element properly align itself vertically within the navbars. - -// .navbar-text { -// // @include navbar-vertical-align($line-height-computed); - -// @include media-breakpoint-up(sm) { -// float: left; -// margin-right: $navbar-padding-horizontal; -// margin-left: $navbar-padding-horizontal; -// } -// } - - -// Component alignment -// -// Repurpose the pull utilities as their own navbar utilities to avoid specificity -// issues with parents and chaining. Only do this when the navbar is uncollapsed -// though so that navbar contents properly stack and align in mobile. -// -// Declared after the navbar components to ensure more specificity on the margins. - -// @include media-breakpoint-up(sm) { -// .navbar-left { -// @include pull-left(); -// } -// .navbar-right { -// @include pull-right(); -// margin-right: -$navbar-padding-horizontal; - -// ~ .navbar-right { -// margin-right: 0; -// } -// } -// } - - // Condensed navbar .navbar-condensed {