aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Kirsche <[email protected]>2015-10-21 16:34:07 -0400
committerKevin Kirsche <[email protected]>2015-10-22 08:05:47 -0400
commitfbbadaff3cb4095d5da23dbccbfa7d1d06f48871 (patch)
treeaa18abd6b2de0c2ef4c0a359073c230090241d51
parent0ccac4a6e0883f2641c8f385b7a118d1cb16dffc (diff)
downloadbootstrap-fbbadaff3cb4095d5da23dbccbfa7d1d06f48871.tar.xz
bootstrap-fbbadaff3cb4095d5da23dbccbfa7d1d06f48871.zip
Use `$enable-rounded` for `.label-pill`
Fix #18002
-rw-r--r--scss/_labels.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_labels.scss b/scss/_labels.scss
index 400b8b2a6..9dcc10e09 100644
--- a/scss/_labels.scss
+++ b/scss/_labels.scss
@@ -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).