]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix scss linting
authorMark Otto <markdotto@gmail.com>
Fri, 19 Jun 2015 07:14:36 +0000 (00:14 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 19 Jun 2015 07:14:36 +0000 (00:14 -0700)
scss/_badge.scss
scss/_card.scss
scss/_carousel.scss
scss/_forms.scss

index 5646da722598e390047f6f11ef2fe5be2dd39953..e842cea304666ad7368f77f45fe3ec67ffcd1d33 100644 (file)
   padding-left: .6em;
   font-size: .75em;
   font-weight: $badge-font-weight;
-  color: $badge-color;
   line-height: $line-height-base;
+  color: $badge-color;
   text-align: center;
-  vertical-align: middle;
   white-space: nowrap;
+  vertical-align: middle;
   background-color: $badge-bg;
   @include border-radius($badge-border-radius);
 
index 8809ec5c5423dca5d640d05d6c0fcb4d01144b5c..b0bac74e10fa677377a781882fb3a6a620635dad 100644 (file)
@@ -198,8 +198,8 @@ $card-cap-bg: #f5f5f5;
 
     .card {
       flex: 1 0 0;
-      margin-left: .625rem;
       margin-right: .625rem;
+      margin-left: .625rem;
     }
   }
 } @else {
index 39a779f857569d119d6b1cce4cffb48178430b18..8eb4cdd2674641256811ed21c5c33380635b465a 100644 (file)
   .icon-next {
     position: absolute;
     top: 50%;
-    margin-top: -10px;
     z-index: 5;
     display: inline-block;
     width: 20px;
index e3959d7d4a5d1be067d1f545deb971ea864e8b20..7cdf541258ada9dd09bb2e8ead3bab01e22494d3 100644 (file)
@@ -35,8 +35,8 @@
 
   // Unstyle the caret on `<select>`s in IE10+.
   &::-ms-expand {
-    border: 0;
     background-color: transparent;
+    border: 0;
   }
 
   // Customize the `:focus` state to imitate native WebKit styles.