diff options
| -rw-r--r-- | src/objects/_dialog.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 431e138..c923901 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
| @@ -104,7 +104,7 @@ | |||
| 104 | @include iro.bem-elem('top') { | 104 | @include iro.bem-elem('top') { |
| 105 | grid-area: top; | 105 | grid-area: top; |
| 106 | min-width: 0; | 106 | min-width: 0; |
| 107 | padding: fn.dim(--body --pad-y) fn.dim(--body --pad-x) 0; | 107 | padding: fn.dim(--body --pad-y) fn.dim(--body --pad-x); |
| 108 | } | 108 | } |
| 109 | 109 | ||
| 110 | @include iro.bem-elem('body') { | 110 | @include iro.bem-elem('body') { |
| @@ -117,7 +117,7 @@ | |||
| 117 | @include iro.bem-elem('bottom') { | 117 | @include iro.bem-elem('bottom') { |
| 118 | grid-area: bottom; | 118 | grid-area: bottom; |
| 119 | min-width: 0; | 119 | min-width: 0; |
| 120 | padding: 0 fn.dim(--body --pad-x) fn.dim(--body --pad-y); | 120 | padding: fn.dim(--body --pad-y) fn.dim(--body --pad-x); |
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | @include iro.bem-elem('footer') { | 123 | @include iro.bem-elem('footer') { |
