0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Use $enable-rounded for .label-pill

Fix #18002
This commit is contained in:
Kevin Kirsche 2015-10-21 16:34:07 -04:00 committed by Kevin Kirsche
parent 0ccac4a6e0
commit fbbadaff3c

View File

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