mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Extract $label-pill-padding-x variable
[skip sauce] [skip validator]
This commit is contained in:
+2
-2
@@ -43,8 +43,8 @@ a.label {
|
||||
// Make them extra rounded with a modifier to replace v3's badges.
|
||||
|
||||
.label-pill {
|
||||
padding-right: .6em;
|
||||
padding-left: .6em;
|
||||
padding-right: $label-pill-padding-x;
|
||||
padding-left: $label-pill-padding-x;
|
||||
// Use a higher than normal value to ensure completely rounded edges when
|
||||
// customizing padding or font-size on labels.
|
||||
@include border-radius(10rem);
|
||||
|
||||
Reference in New Issue
Block a user