summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,