From aac25d8d60628ef33a19c8f55c92d003c6987827 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 29 Oct 2023 16:22:52 +0100 Subject: Update --- src/objects/_dialog.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ @include iro.bem-elem('top') { grid-area: top; min-width: 0; - padding: fn.dim(--body --pad-y) fn.dim(--body --pad-x) 0; + padding: fn.dim(--body --pad-y) fn.dim(--body --pad-x); } @include iro.bem-elem('body') { @@ -117,7 +117,7 @@ @include iro.bem-elem('bottom') { grid-area: bottom; min-width: 0; - padding: 0 fn.dim(--body --pad-x) fn.dim(--body --pad-y); + padding: fn.dim(--body --pad-y) fn.dim(--body --pad-x); } @include iro.bem-elem('footer') { -- cgit v1.2.3-54-g00ecf