]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove justified, replacing with modifier later if needed; combine rules
authorMark Otto <markdotto@gmail.com>
Wed, 21 Dec 2016 21:07:06 +0000 (13:07 -0800)
committerMark Otto <markd.otto@gmail.com>
Thu, 22 Dec 2016 21:48:07 +0000 (13:48 -0800)
scss/_navbar.scss

index ba4cdaac9647c2ea29bb087e6705faa7a1ab6cd2..6cc1d24002ca08ab12da934b041eb0d698935e82 100644 (file)
@@ -6,20 +6,12 @@
 .navbar {
   position: relative;
   padding: $navbar-padding-y $navbar-padding-x;
-}
 
-.navbar-container {
   @include media-breakpoint-up(sm) {
     display: flex;
     flex: 0 0 auto;
     flex-wrap: nowrap;
     align-items: center;
-    width: 100%;
-
-    // // .navbar-container-justified
-    &-justified {
-      justify-content: space-between; // todo: drop for util
-    }
   }
 }