0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

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; padding-left: .6em;
font-size: .75em; font-size: .75em;
font-weight: $badge-font-weight; font-weight: $badge-font-weight;
color: $badge-color;
line-height: $line-height-base; line-height: $line-height-base;
color: $badge-color;
text-align: center; text-align: center;
vertical-align: middle;
white-space: nowrap; white-space: nowrap;
vertical-align: middle;
background-color: $badge-bg; background-color: $badge-bg;
@include border-radius($badge-border-radius); @include border-radius($badge-border-radius);

View File

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

View File

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

View File

@ -35,8 +35,8 @@
// Unstyle the caret on `<select>`s in IE10+. // Unstyle the caret on `<select>`s in IE10+.
&::-ms-expand { &::-ms-expand {
border: 0;
background-color: transparent; background-color: transparent;
border: 0;
} }
// Customize the `:focus` state to imitate native WebKit styles. // Customize the `:focus` state to imitate native WebKit styles.