[skip sauce]
[skip validator]
.label-pill {
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);
+ @include border-radius($label-pill-border-radius);
}
// Colors
$label-padding-y: .25em !default;
$label-pill-padding-x: .6em !default;
+// Use a higher than normal value to ensure completely rounded edges when
+// customizing padding or font-size on labels.
+$label-pill-border-radius: 10rem !default;
// Modals