From 0e3a895a99caed9d679513f7128466daee44d704 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 9 Mar 2022 11:40:35 +0100 Subject: Better dialog --- src/objects/_dialog.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/objects') diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 281844b..ad4c71e 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss @@ -12,7 +12,7 @@ --rounding: 3px, --sidebar: ( --pad-x: fn.global-dim(--size --150), - --pad-y: fn.global-dim(--size --150), + --pad-y: fn.global-dim(--size --300), ) ), ), 'dims'); @@ -111,7 +111,7 @@ @include iro.bem-elem('footer') { grid-area: footer; justify-content: flex-end; - margin: fn.dim(--pad-y) fn.dim(--pad-x); + margin: 0 fn.dim(--pad-x) fn.dim(--pad-y); } @include iro.bem-elem('title') { -- cgit v1.2.3-54-g00ecf