Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/_labels.scss')
-rw-r--r--assets/stylesheets/bootstrap/_labels.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/_labels.scss b/assets/stylesheets/bootstrap/_labels.scss
index 400b8b2..9dcc10e 100644
--- a/assets/stylesheets/bootstrap/_labels.scss
+++ b/assets/stylesheets/bootstrap/_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).