mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Merge pull request #18011 from kkirsche/patch-6
Use the `border-radius` mixin for `.label-pill`
This commit is contained in:
+1
-2
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user