diff options
Diffstat (limited to 'src/objects')
-rw-r--r-- | src/objects/_backdrop.scss | 1 | ||||
-rw-r--r-- | src/objects/_dialog.scss | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/objects/_backdrop.scss b/src/objects/_backdrop.scss index 34ce46a..ddf4ea0 100644 --- a/src/objects/_backdrop.scss +++ b/src/objects/_backdrop.scss | |||
@@ -37,6 +37,7 @@ | |||
37 | bottom: 0; | 37 | bottom: 0; |
38 | left: 0; | 38 | left: 0; |
39 | box-sizing: border-box; | 39 | box-sizing: border-box; |
40 | flex-direction: column; | ||
40 | padding: fn.dim(--pad-y) fn.dim(--pad-x); | 41 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |
41 | background-color: fn.color(--bg); | 42 | background-color: fn.color(--bg); |
42 | } | 43 | } |
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 22325f4..45af8b6 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
@@ -25,6 +25,8 @@ | |||
25 | grid-template-rows: auto auto 1fr auto; | 25 | grid-template-rows: auto auto 1fr auto; |
26 | grid-template-areas: 'header' 'rule' 'body' 'footer'; | 26 | grid-template-areas: 'header' 'rule' 'body' 'footer'; |
27 | position: relative; | 27 | position: relative; |
28 | box-sizing: border-box; | ||
29 | width: 100%; | ||
28 | max-width: fn.dim(--width-md); | 30 | max-width: fn.dim(--width-md); |
29 | margin: 0 auto; | 31 | margin: 0 auto; |
30 | padding: fn.dim(--pad-y) fn.dim(--pad-x); | 32 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |