Commit eaa67a82 authored by Mark Otto's avatar Mark Otto

fix scss linting

parent 930ed8df
......@@ -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);
......
......@@ -198,8 +198,8 @@ $card-cap-bg: #f5f5f5;
.card {
flex: 1 0 0;
margin-left: .625rem;
margin-right: .625rem;
margin-left: .625rem;
}
}
} @else {
......
......@@ -128,7 +128,6 @@
.icon-next {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
width: 20px;
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment