summaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/_dialog.scss9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss
index 8a60b51..40fe7c0 100644
--- a/src/objects/_dialog.scss
+++ b/src/objects/_dialog.scss
@@ -69,9 +69,8 @@
69 } 69 }
70 70
71 @include iro.bem-elem('header') { 71 @include iro.bem-elem('header') {
72 grid-area: sidebar-header / sidebar-header / header / header; 72 grid-area: sidebar-header / sidebar-header / header / header;
73 padding: fn.dim(--header --pad-y) fn.dim(--header --pad-x); 73 padding: fn.dim(--header --pad-y) fn.dim(--header --pad-x);
74 border-bottom: 1px solid fn.color(--border);
75 74
76 @include iro.bem-modifier('sidebar') { 75 @include iro.bem-modifier('sidebar') {
77 grid-area: sidebar-header; 76 grid-area: sidebar-header;
@@ -122,10 +121,6 @@
122 } 121 }
123 122
124 @include iro.bem-modifier('flat') { 123 @include iro.bem-modifier('flat') {
125 @include iro.bem-elem('header') {
126 border-bottom: 0;
127 }
128
129 @include iro.bem-elem('body') { 124 @include iro.bem-elem('body') {
130 padding-top: 0; 125 padding-top: 0;
131 } 126 }