summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-01-13 10:24:49 +0100
committerVolpeon <git@volpeon.ink>2024-01-13 10:24:49 +0100
commitde2859e9c05db84a101774052ed0eee98c279811 (patch)
treef87f8e41fbb2d931894449fe4f33e814279bd0e0
parentIcon (diff)
downloadiro-design-de2859e9c05db84a101774052ed0eee98c279811.tar.gz
iro-design-de2859e9c05db84a101774052ed0eee98c279811.tar.bz2
iro-design-de2859e9c05db84a101774052ed0eee98c279811.zip
Icon again
-rw-r--r--src/objects/_icon.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objects/_icon.scss b/src/objects/_icon.scss
index de65cb7..371129b 100644
--- a/src/objects/_icon.scss
+++ b/src/objects/_icon.scss
@@ -6,7 +6,7 @@
6 --dims: ( 6 --dims: (
7 --stroke: 1.5px, 7 --stroke: 1.5px,
8 --size: calc(1 / 14 * 16em), 8 --size: calc(1 / 14 * 16em),
9 --valign: -.12em 9 --valign: text-top
10 ) 10 )
11 ), 'dims'); 11 ), 'dims');
12 12
@@ -14,7 +14,6 @@
14 display: inline; 14 display: inline;
15 width: fn.dim(--size); 15 width: fn.dim(--size);
16 height: fn.dim(--size); 16 height: fn.dim(--size);
17 margin: calc(.5 * (1em - fn.dim(--size))) 0;
18 stroke-width: fn.dim(--stroke); 17 stroke-width: fn.dim(--stroke);
19 stroke-linecap: round; 18 stroke-linecap: round;
20 stroke-linejoin: round; 19 stroke-linejoin: round;