summaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/_dialog.scss4
1 files changed, 2 insertions, 2 deletions
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 @@
12 --rounding: 3px, 12 --rounding: 3px,
13 --sidebar: ( 13 --sidebar: (
14 --pad-x: fn.global-dim(--size --150), 14 --pad-x: fn.global-dim(--size --150),
15 --pad-y: fn.global-dim(--size --150), 15 --pad-y: fn.global-dim(--size --300),
16 ) 16 )
17 ), 17 ),
18 ), 'dims'); 18 ), 'dims');
@@ -111,7 +111,7 @@
111 @include iro.bem-elem('footer') { 111 @include iro.bem-elem('footer') {
112 grid-area: footer; 112 grid-area: footer;
113 justify-content: flex-end; 113 justify-content: flex-end;
114 margin: fn.dim(--pad-y) fn.dim(--pad-x); 114 margin: 0 fn.dim(--pad-x) fn.dim(--pad-y);
115 } 115 }
116 116
117 @include iro.bem-elem('title') { 117 @include iro.bem-elem('title') {