diff options
author | Volpeon <git@volpeon.ink> | 2022-02-07 18:37:09 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-07 18:37:09 +0100 |
commit | 8f49d0cba610e4829e183e81e4126aba136dfccc (patch) | |
tree | 528b2260c3c8aa2f5d544691797d4f8e7e008625 /src/layouts | |
parent | Update (diff) | |
download | iro-design-8f49d0cba610e4829e183e81e4126aba136dfccc.tar.gz iro-design-8f49d0cba610e4829e183e81e4126aba136dfccc.tar.bz2 iro-design-8f49d0cba610e4829e183e81e4126aba136dfccc.zip |
Added action-menu
Diffstat (limited to 'src/layouts')
-rw-r--r-- | src/layouts/_card.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/layouts/_card.scss b/src/layouts/_card.scss index a5b9028..a2d201f 100644 --- a/src/layouts/_card.scss +++ b/src/layouts/_card.scss | |||
@@ -17,13 +17,13 @@ | |||
17 | @include iro.bem-layout(iro.props-namespace()) { | 17 | @include iro.bem-layout(iro.props-namespace()) { |
18 | display: flex; | 18 | display: flex; |
19 | align-items: center; | 19 | align-items: center; |
20 | padding: prop(--dims --pad-y) prop(--dims --pad-x); | 20 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |
21 | gap: prop(--dims --pad-x); | 21 | gap: fn.dim(--pad-x); |
22 | line-height: 1.4; | 22 | line-height: 1.4; |
23 | 23 | ||
24 | @include iro.bem-modifier('lg') { | 24 | @include iro.bem-modifier('lg') { |
25 | padding: prop(--dims --lg --pad-y) prop(--dims --lg --pad-x); | 25 | padding: fn.dim(--lg --pad-y) fn.dim(--lg --pad-x); |
26 | gap: prop(--dims --lg --pad-x); | 26 | gap: fn.dim(--lg --pad-x); |
27 | } | 27 | } |
28 | 28 | ||
29 | @include iro.bem-modifier('flush') { | 29 | @include iro.bem-modifier('flush') { |