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:
commit
ee64b79a0c
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user