summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss
index 70002e0..44d5dd6 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss
@@ -10,11 +10,11 @@
padding: 3px 7px;
font-size: $font-size-small;
font-weight: $badge-font-weight;
- color: $badge-color;
line-height: $badge-line-height;
- vertical-align: middle;
- white-space: nowrap;
+ color: $badge-color;
text-align: center;
+ white-space: nowrap;
+ vertical-align: middle;
background-color: $badge-bg;
border-radius: $badge-border-radius;