summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-10-30 16:02:20 +0100
committerVolpeon <git@volpeon.ink>2023-10-30 16:02:20 +0100
commite3229abb58ae7428355d877224d20fcb99c71988 (patch)
tree74cb887b4fa0ab6b85d2f0675503dafc2842b07e
parentAdd pill version for badge (diff)
downloadiro-design-e3229abb58ae7428355d877224d20fcb99c71988.tar.gz
iro-design-e3229abb58ae7428355d877224d20fcb99c71988.tar.bz2
iro-design-e3229abb58ae7428355d877224d20fcb99c71988.zip
Fixed badge line height
-rw-r--r--src/objects/_badge.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_badge.scss b/src/objects/_badge.scss
index 17bb204..bb23f7e 100644
--- a/src/objects/_badge.scss
+++ b/src/objects/_badge.scss
@@ -81,6 +81,7 @@
81 border-radius: fn.dim(--rounding); 81 border-radius: fn.dim(--rounding);
82 background-color: fn.color(--bg); 82 background-color: fn.color(--bg);
83 color: fn.color(--label); 83 color: fn.color(--label);
84 line-height: fn.global-dim(--font --standard --line-height);
84 text-align: center; 85 text-align: center;
85 text-decoration: none; 86 text-decoration: none;
86 87