diff options
author | Volpeon <git@volpeon.ink> | 2022-06-17 09:13:29 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-17 09:13:29 +0200 |
commit | 41f9a249af7ee5decaecb3084cd2a7a2de96e4bf (patch) | |
tree | aff6f7a659e8343832d6d473dddd78f4f625f64e /src/layouts | |
parent | Fixed hr margin (diff) | |
download | iro-design-41f9a249af7ee5decaecb3084cd2a7a2de96e4bf.tar.gz iro-design-41f9a249af7ee5decaecb3084cd2a7a2de96e4bf.tar.bz2 iro-design-41f9a249af7ee5decaecb3084cd2a7a2de96e4bf.zip |
Update
Diffstat (limited to 'src/layouts')
-rw-r--r-- | src/layouts/_container.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/layouts/_container.scss b/src/layouts/_container.scss index 4d92756..b7ebde0 100644 --- a/src/layouts/_container.scss +++ b/src/layouts/_container.scss | |||
@@ -19,6 +19,13 @@ | |||
19 | ) | 19 | ) |
20 | ), 'sm'); | 20 | ), 'sm'); |
21 | 21 | ||
22 | @include iro.props-store(( | ||
23 | --dims: ( | ||
24 | --pad-x: fn.global-dim(--size --150), | ||
25 | --pad-y: fn.global-dim(--size --450), | ||
26 | ) | ||
27 | ), 'xs'); | ||
28 | |||
22 | @include iro.bem-layout(iro.props-namespace()) { | 29 | @include iro.bem-layout(iro.props-namespace()) { |
23 | @each $size in 'narrow-125' 'narrow' 'narrow-75' { | 30 | @each $size in 'narrow-125' 'narrow' 'narrow-75' { |
24 | @include iro.bem-modifier($size) { | 31 | @include iro.bem-modifier($size) { |