diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-06 20:23:11 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-06 20:23:11 +0100 |
| commit | 9691ccf48f64dd0fac669ae51943907cc8da9b78 (patch) | |
| tree | 01fa18eee29ec1266bbe3d276a8dac6f54390f16 /src/objects/_radio.scss | |
| parent | Fixes (diff) | |
| download | iro-design-9691ccf48f64dd0fac669ae51943907cc8da9b78.tar.gz iro-design-9691ccf48f64dd0fac669ae51943907cc8da9b78.tar.bz2 iro-design-9691ccf48f64dd0fac669ae51943907cc8da9b78.zip | |
Added status indicator and avatar
Diffstat (limited to 'src/objects/_radio.scss')
| -rw-r--r-- | src/objects/_radio.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/objects/_radio.scss b/src/objects/_radio.scss index 51bfcd8..26e8c31 100644 --- a/src/objects/_radio.scss +++ b/src/objects/_radio.scss | |||
| @@ -7,8 +7,8 @@ | |||
| 7 | --diameter: iro.fn-px-to-rem(15px), | 7 | --diameter: iro.fn-px-to-rem(15px), |
| 8 | --label-gap: .6rem, | 8 | --label-gap: .6rem, |
| 9 | --border-width: fn.global-dim(--border-width --medium), | 9 | --border-width: fn.global-dim(--border-width --medium), |
| 10 | --padding-x: .3rem, | 10 | --pad-x: .3rem, |
| 11 | --padding-y: .3rem, | 11 | --pad-y: .3rem, |
| 12 | --margin-right: fn.global-dim(--spacing --x --md), | 12 | --margin-right: fn.global-dim(--spacing --x --md), |
| 13 | ), | 13 | ), |
| 14 | ), 'dims'); | 14 | ), 'dims'); |
| @@ -46,9 +46,9 @@ | |||
| 46 | display: inline-flex; | 46 | display: inline-flex; |
| 47 | position: relative; | 47 | position: relative; |
| 48 | align-items: flex-start; | 48 | align-items: flex-start; |
| 49 | margin-right: calc(-1 * fn.dim(--padding-x) + fn.dim(--margin-right)); | 49 | margin-right: calc(-1 * fn.dim(--pad-x) + fn.dim(--margin-right)); |
| 50 | margin-left: calc(-1 * fn.dim(--padding-x)); | 50 | margin-left: calc(-1 * fn.dim(--pad-x)); |
| 51 | padding: fn.dim(--padding-y) fn.dim(--padding-x); | 51 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |
| 52 | 52 | ||
| 53 | @include iro.bem-elem('circle') { | 53 | @include iro.bem-elem('circle') { |
| 54 | display: block; | 54 | display: block; |
