summaryrefslogtreecommitdiffstats
path: root/src/objects/_button.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-14 21:15:37 +0100
committerVolpeon <git@volpeon.ink>2022-02-14 21:15:37 +0100
commit57bd000a6abe9a846ea68ae886a327c12f97cdd2 (patch)
tree245fad95877640eaf16fd48bfe453dd060bfdf63 /src/objects/_button.scss
parentFixed menu (diff)
downloadiro-design-57bd000a6abe9a846ea68ae886a327c12f97cdd2.tar.gz
iro-design-57bd000a6abe9a846ea68ae886a327c12f97cdd2.tar.bz2
iro-design-57bd000a6abe9a846ea68ae886a327c12f97cdd2.zip
Update
Diffstat (limited to 'src/objects/_button.scss')
-rw-r--r--src/objects/_button.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_button.scss b/src/objects/_button.scss
index 15804f1..94711b7 100644
--- a/src/objects/_button.scss
+++ b/src/objects/_button.scss
@@ -43,8 +43,8 @@
43@include iro.props-namespace('button') { 43@include iro.props-namespace('button') {
44 @include iro.props-store(( 44 @include iro.props-store((
45 --dims: ( 45 --dims: (
46 --pad-x: iro.fn-px-to-rem(19px), 46 --pad-x: fn.global-dim(--size --225),
47 --pad-y: iro.fn-px-to-rem(8px), 47 --pad-y: fn.global-dim(--size --100),
48 --rounding: 10em, 48 --rounding: 10em,
49 ), 49 ),
50 ), 'dims'); 50 ), 'dims');