0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #18011 from kkirsche/patch-6

Use the `border-radius` mixin for `.label-pill`
This commit is contained in:
Mark Otto 2015-10-26 21:13:15 -07:00
commit ee64b79a0c

View File

@ -43,10 +43,9 @@ a.label {
.label-pill { .label-pill {
padding-right: .6em; padding-right: .6em;
padding-left: .6em; padding-left: .6em;
border-radius: 1rem; @include border-radius(1rem);
} }
// Colors // Colors
// //
// Contextual variations (linked labels get darker on :hover). // Contextual variations (linked labels get darker on :hover).