summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-03-01 09:40:26 +0100
committerVolpeon <git@volpeon.ink>2023-03-01 09:40:26 +0100
commitbf936f9c422abfbaaf39860828c3ae0ca0eca6be (patch)
treec240f2c9f34e6114d24535587bc6435aadd8ad62
parentFix alert (diff)
downloadiro-design-bf936f9c422abfbaaf39860828c3ae0ca0eca6be.tar.gz
iro-design-bf936f9c422abfbaaf39860828c3ae0ca0eca6be.tar.bz2
iro-design-bf936f9c422abfbaaf39860828c3ae0ca0eca6be.zip
Badge
-rw-r--r--src/objects/_badge.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/objects/_badge.scss b/src/objects/_badge.scss
index 251263c..fd0fdc7 100644
--- a/src/objects/_badge.scss
+++ b/src/objects/_badge.scss
@@ -4,10 +4,9 @@
4@include iro.props-namespace('badge') { 4@include iro.props-namespace('badge') {
5 @include iro.props-store(( 5 @include iro.props-store((
6 --dims: ( 6 --dims: (
7 --pad-x: fn.global-dim(--size --50), 7 --pad-x: fn.global-dim(--size --40),
8 --pad-y: 0, 8 --pad-y: 0,
9 --rounding: 3px, 9 --rounding: 3px,
10 --font-size: fn.global-dim(--font-size --75),
11 --fixed-100: 1em, 10 --fixed-100: 1em,
12 --fixed-200: 1.5em, 11 --fixed-200: 1.5em,
13 12
@@ -53,7 +52,6 @@
53 border-radius: fn.dim(--rounding); 52 border-radius: fn.dim(--rounding);
54 background-color: fn.color(--bg); 53 background-color: fn.color(--bg);
55 color: fn.color(--label); 54 color: fn.color(--label);
56 font-size: fn.dim(--font-size);
57 text-align: center; 55 text-align: center;
58 56
59 &:link, 57 &:link,