diff options
Diffstat (limited to 'src/layouts/_container.scss')
| -rw-r--r-- | src/layouts/_container.scss | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/layouts/_container.scss b/src/layouts/_container.scss index d3ecb5f..b8fc879 100644 --- a/src/layouts/_container.scss +++ b/src/layouts/_container.scss | |||
| @@ -7,9 +7,9 @@ | |||
| 7 | --dims: ( | 7 | --dims: ( |
| 8 | --content-width: iro.fn-px-to-rem(700px), | 8 | --content-width: iro.fn-px-to-rem(700px), |
| 9 | --sm-content-width: iro.fn-px-to-rem(360px), | 9 | --sm-content-width: iro.fn-px-to-rem(360px), |
| 10 | --pad-x: fn.global-dim(--spacing --xl), | 10 | --pad-x: fn.global-dim(--size --700), |
| 11 | --pad-y: fn.global-dim(--spacing --xl), | 11 | --pad-y: fn.global-dim(--size --700), |
| 12 | --in-page-spacing-y: fn.global-dim(--spacing --xl), | 12 | --in-page-spacing-y: fn.global-dim(--size --700), |
| 13 | ) | 13 | ) |
| 14 | ), 'dims'); | 14 | ), 'dims'); |
| 15 | 15 | ||
| @@ -17,8 +17,8 @@ | |||
| 17 | overflow: hidden; | 17 | overflow: hidden; |
| 18 | 18 | ||
| 19 | @include iro.bem-elem('inner') { | 19 | @include iro.bem-elem('inner') { |
| 20 | margin-top: calc(-1 * fn.global-dim(--spacing --xl)); | 20 | margin-top: calc(-1 * fn.global-dim(--size --700)); |
| 21 | margin-bottom: calc(-1 * fn.global-dim(--spacing --xl)); | 21 | margin-bottom: calc(-1 * fn.global-dim(--size --700)); |
| 22 | 22 | ||
| 23 | &::before, | 23 | &::before, |
| 24 | &::after { | 24 | &::after { |
| @@ -29,11 +29,11 @@ | |||
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | &::before { | 31 | &::before { |
| 32 | margin-bottom: fn.global-dim(--spacing --xl); | 32 | margin-bottom: fn.global-dim(--size --700); |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | &::after { | 35 | &::after { |
| 36 | margin-top: fn.global-dim(--spacing --xl); | 36 | margin-top: fn.global-dim(--size --700); |
| 37 | } | 37 | } |
| 38 | } | 38 | } |
| 39 | 39 | ||
