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/_radio.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/_radio.scss')
| -rw-r--r-- | src/objects/_radio.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_radio.scss b/src/objects/_radio.scss index f5f3632..1a6e1a6 100644 --- a/src/objects/_radio.scss +++ b/src/objects/_radio.scss | |||
| @@ -5,10 +5,10 @@ | |||
| 5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
| 6 | --dims: ( | 6 | --dims: ( |
| 7 | --diameter: iro.fn-px-to-rem(15px), | 7 | --diameter: iro.fn-px-to-rem(15px), |
| 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'); |
