diff options
author | Volpeon <git@volpeon.ink> | 2023-10-30 16:02:20 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-10-30 16:02:20 +0100 |
commit | e3229abb58ae7428355d877224d20fcb99c71988 (patch) | |
tree | 74cb887b4fa0ab6b85d2f0675503dafc2842b07e /src/objects/_badge.scss | |
parent | Add pill version for badge (diff) | |
download | iro-design-e3229abb58ae7428355d877224d20fcb99c71988.tar.gz iro-design-e3229abb58ae7428355d877224d20fcb99c71988.tar.bz2 iro-design-e3229abb58ae7428355d877224d20fcb99c71988.zip |
Fixed badge line height
Diffstat (limited to 'src/objects/_badge.scss')
-rw-r--r-- | src/objects/_badge.scss | 1 |
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 | ||