diff options
Diffstat (limited to 'src/objects/_dialog.scss')
-rw-r--r-- | src/objects/_dialog.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index f6e8e63..094e09b 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
@@ -9,7 +9,7 @@ | |||
9 | --width-sm: iro.fn-px-to-rem(500px), | 9 | --width-sm: iro.fn-px-to-rem(500px), |
10 | --width-md: iro.fn-px-to-rem(800px), | 10 | --width-md: iro.fn-px-to-rem(800px), |
11 | --width-lg: iro.fn-px-to-rem(1100px), | 11 | --width-lg: iro.fn-px-to-rem(1100px), |
12 | --rounding: 3px, | 12 | --rounding: 8px, |
13 | --border: 1px, | 13 | --border: 1px, |
14 | 14 | ||
15 | --body: ( | 15 | --body: ( |
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | @include iro.props-store(( | 29 | @include iro.props-store(( |
30 | --colors: ( | 30 | --colors: ( |
31 | --border: rgba(#000, .05), | 31 | --border: rgba(#000, .2), |
32 | --shadow: 0 .2em .5em rgba(#000, .2), | 32 | --shadow: 0 .2em .5em rgba(#000, .2), |
33 | 33 | ||
34 | --sidebar: ( | 34 | --sidebar: ( |
@@ -57,9 +57,11 @@ | |||
57 | max-width: fn.dim(--width-md); | 57 | max-width: fn.dim(--width-md); |
58 | margin: 0 auto; | 58 | margin: 0 auto; |
59 | overflow: hidden; | 59 | overflow: hidden; |
60 | border: fn.dim(--border) solid fn.color(--border); | ||
60 | border-radius: fn.dim(--rounding); | 61 | border-radius: fn.dim(--rounding); |
62 | background-clip: padding-box; | ||
61 | background-color: fn.global-color(--bg); | 63 | background-color: fn.global-color(--bg); |
62 | box-shadow: 0 0 0 1px fn.color(--border), fn.color(--shadow); | 64 | box-shadow: fn.color(--shadow); |
63 | color: fn.global-color(--fg); | 65 | color: fn.global-color(--fg); |
64 | 66 | ||
65 | @include iro.bem-modifier('sm') { | 67 | @include iro.bem-modifier('sm') { |