summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2020-03-02 21:26:30 +0100
committerRadomir Dopieralski <openstack@sheep.art.pl>2020-03-16 14:01:36 +0000
commit1ba0b953862e953a8af9fc8a0f1c9ff372b169cf (patch)
treeef1e7d562e0b1f6e24004ba0318eca5b6f60edc6 /xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss
parentca68078e755659b32c61cdf9766fd1ea83c45485 (diff)
downloadxstatic-bootstrap-scss-master.tar.gz
Upgrade to 3.4.1HEAD3.4.1.0master
Change-Id: I38c8d1114fd6e6629b4f3a16a85e3e35d8d8d3d6
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;