diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-11 22:38:01 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-11 22:38:01 +0100 |
| commit | d1a14dea4668a0ae8bdbd0f6f32376cd8406688d (patch) | |
| tree | 4a38e62aef770699da12c01e58f14a2215fb8154 /src/objects/_action-button.scss | |
| parent | Added button group (diff) | |
| download | iro-design-d1a14dea4668a0ae8bdbd0f6f32376cd8406688d.tar.gz iro-design-d1a14dea4668a0ae8bdbd0f6f32376cd8406688d.tar.bz2 iro-design-d1a14dea4668a0ae8bdbd0f6f32376cd8406688d.zip | |
Update
Diffstat (limited to 'src/objects/_action-button.scss')
| -rw-r--r-- | src/objects/_action-button.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index 751a01e..160aa5d 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: .6rem, | 7 | --pad-x: iro.fn-px-to-rem(10px), |
| 8 | --pad-y: .6rem, | 8 | --pad-y: iro.fn-px-to-rem(10px), |
| 9 | --rounding: 3px, | 9 | --rounding: 3px, |
| 10 | ), | 10 | ), |
| 11 | ), 'dims'); | 11 | ), 'dims'); |
