diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/objects/_dialog.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 9c61e93..281844b 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
@@ -12,6 +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 | ) | 16 | ) |
16 | ), | 17 | ), |
17 | ), 'dims'); | 18 | ), 'dims'); |
@@ -71,7 +72,7 @@ | |||
71 | 72 | ||
72 | @include iro.bem-elem('sidebar') { | 73 | @include iro.bem-elem('sidebar') { |
73 | grid-area: sidebar; | 74 | grid-area: sidebar; |
74 | padding: fn.dim(--pad-y) fn.dim(--sidebar --pad-x); | 75 | padding: fn.dim(--sidebar --pad-y) fn.dim(--sidebar --pad-x); |
75 | border-right: 1px solid fn.color(--sidebar --border); | 76 | border-right: 1px solid fn.color(--sidebar --border); |
76 | background-color: fn.color(--sidebar --bg); | 77 | background-color: fn.color(--sidebar --bg); |
77 | } | 78 | } |