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/_checkbox.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/_checkbox.scss')
-rw-r--r-- | src/objects/_checkbox.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_checkbox.scss b/src/objects/_checkbox.scss index 053a6ab..5d81b19 100644 --- a/src/objects/_checkbox.scss +++ b/src/objects/_checkbox.scss | |||
@@ -5,10 +5,10 @@ | |||
5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
6 | --dims: ( | 6 | --dims: ( |
7 | --size: iro.fn-px-to-rem(14px), | 7 | --size: iro.fn-px-to-rem(14px), |
8 | --label-gap: .6rem, | 8 | --label-gap: iro.fn-px-to-rem(10px), |
9 | --border-width: fn.global-dim(--border-width --medium), | 9 | --border-width: fn.global-dim(--border-width --medium), |
10 | --pad-x: .3rem, | 10 | --pad-x: iro.fn-px-to-rem(5px), |
11 | --pad-y: .3rem, | 11 | --pad-y: iro.fn-px-to-rem(5px), |
12 | --margin-right: fn.global-dim(--spacing --x --md), | 12 | --margin-right: fn.global-dim(--spacing --x --md), |
13 | ), | 13 | ), |
14 | ), 'dims'); | 14 | ), 'dims'); |