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);
// 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.