1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02: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

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