diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-14 18:45:32 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-14 18:45:32 +0100 |
| commit | 248a90eb5fe1f5fa624423b81d0b18df85fabe35 (patch) | |
| tree | a6d112b0929f065ebf7ac6d2916550d6dc5ff469 /src/objects/_action-menu.scss | |
| parent | Adjusted spacings (diff) | |
| download | iro-design-248a90eb5fe1f5fa624423b81d0b18df85fabe35.tar.gz iro-design-248a90eb5fe1f5fa624423b81d0b18df85fabe35.tar.bz2 iro-design-248a90eb5fe1f5fa624423b81d0b18df85fabe35.zip | |
Restructured size variables
Diffstat (limited to 'src/objects/_action-menu.scss')
| -rw-r--r-- | src/objects/_action-menu.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_action-menu.scss b/src/objects/_action-menu.scss index e69b381..f122417 100644 --- a/src/objects/_action-menu.scss +++ b/src/objects/_action-menu.scss | |||
| @@ -5,13 +5,13 @@ | |||
| 5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
| 6 | --dims: ( | 6 | --dims: ( |
| 7 | --pad-x: 0, | 7 | --pad-x: 0, |
| 8 | --pad-y: fn.global-dim(--spacing --xs), | 8 | --pad-y: fn.global-dim(--size --85), |
| 9 | --separator: fn.global-dim(--spacing --xs), | 9 | --separator: fn.global-dim(--size --85), |
| 10 | --rounding: 3px, | 10 | --rounding: 3px, |
| 11 | --border: 1px, | 11 | --border: 1px, |
| 12 | --item: ( | 12 | --item: ( |
| 13 | --pad-x: fn.global-dim(--spacing --sm), | 13 | --pad-x: fn.global-dim(--size --150), |
| 14 | --pad-y: fn.global-dim(--spacing --xs), | 14 | --pad-y: fn.global-dim(--size --85), |
| 15 | ), | 15 | ), |
| 16 | ), | 16 | ), |
| 17 | ), 'dims'); | 17 | ), 'dims'); |
