summaryrefslogtreecommitdiffstats
path: root/src/objects/_button.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-07-29 16:03:01 +0200
committerVolpeon <git@volpeon.ink>2025-07-29 16:03:01 +0200
commitc96efe5489dbbe25e7f9838a3571d5154463cc9d (patch)
treeaafa56083f1594ac320488af59bd9081d03cc706 /src/objects/_button.scss
parentFixes (diff)
downloadiro-design-c96efe5489dbbe25e7f9838a3571d5154463cc9d.tar.gz
iro-design-c96efe5489dbbe25e7f9838a3571d5154463cc9d.tar.bz2
iro-design-c96efe5489dbbe25e7f9838a3571d5154463cc9d.zip
Fix button font sizeHEADmaster
Diffstat (limited to 'src/objects/_button.scss')
-rw-r--r--src/objects/_button.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_button.scss b/src/objects/_button.scss
index e75e156..5ba8576 100644
--- a/src/objects/_button.scss
+++ b/src/objects/_button.scss
@@ -177,6 +177,7 @@
177 padding-block: props.get(vars.$pad-b); 177 padding-block: props.get(vars.$pad-b);
178 padding-inline: props.get(vars.$pad-i); 178 padding-inline: props.get(vars.$pad-i);
179 line-height: props.get(vars.$line-height); 179 line-height: props.get(vars.$line-height);
180 font-size: props.get(vars.$font-size);
180 text-align: center; 181 text-align: center;
181 text-decoration: none; 182 text-decoration: none;
182 text-overflow: ellipsis; 183 text-overflow: ellipsis;