summaryrefslogtreecommitdiffstats
path: root/src/objects/_action-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/_action-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/_action-button.scss')
-rw-r--r--src/objects/_action-button.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss
index ab9e38b..83321da 100644
--- a/src/objects/_action-button.scss
+++ b/src/objects/_action-button.scss
@@ -4,8 +4,8 @@
4@include iro.props-namespace('action-button') { 4@include iro.props-namespace('action-button') {
5 @include iro.props-store(( 5 @include iro.props-store((
6 --dims: ( 6 --dims: (
7 --pad-x: iro.fn-px-to-rem(10px), 7 --pad-x: fn.global-dim(--size --125),
8 --pad-y: iro.fn-px-to-rem(10px), 8 --pad-y: fn.global-dim(--size --125),
9 --rounding: 3px, 9 --rounding: 3px,
10 ), 10 ),
11 ), 'dims'); 11 ), 'dims');