diff options
author | Volpeon <git@volpeon.ink> | 2023-10-29 16:22:52 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-10-29 16:22:52 +0100 |
commit | aac25d8d60628ef33a19c8f55c92d003c6987827 (patch) | |
tree | 265218ae27ed66d2326f178b9812d954873a6ca6 /src/objects/_dialog.scss | |
parent | Add persistent pre- and post-body area to dialog (diff) | |
download | iro-design-aac25d8d60628ef33a19c8f55c92d003c6987827.tar.gz iro-design-aac25d8d60628ef33a19c8f55c92d003c6987827.tar.bz2 iro-design-aac25d8d60628ef33a19c8f55c92d003c6987827.zip |
Update
Diffstat (limited to 'src/objects/_dialog.scss')
-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') { |