fix scss linting

This commit is contained in:
Mark Otto 2015-06-19 00:14:36 -07:00
parent 930ed8df32
commit eaa67a82d3
4 changed files with 4 additions and 5 deletions

View File

@ -11,11 +11,11 @@
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);

View File

@ -198,8 +198,8 @@ $card-cap-bg: #f5f5f5;
.card {
flex: 1 0 0;
margin-left: .625rem;
margin-right: .625rem;
margin-left: .625rem;
}
}
} @else {

View File

@ -128,7 +128,6 @@
.icon-next {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
width: 20px;

View 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.