Skip to content

Commit d650e5d

Browse files
committed
dialog update
1 parent 4050f61 commit d650e5d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
@use '../../mixins/to-rem' as *;
2-
@use './card.scss' as *;
2+
@use '../mixins/card' as *;
33

44
@layer kol-theme-component {
5+
@include card();
6+
57
.kol-dialog,
68
.kol-modal {
79
&__card {
8-
box-shadow: 0 0 calc(var(--spacing-2xs) / 2) var(--color-black);
10+
box-shadow: var(--ecl-shadow-16);
11+
padding: var(--ecl-spacing-m);
12+
}
13+
14+
.kol-card {
15+
border: 0;
16+
box-shadow: none;
17+
}
18+
19+
&::backdrop {
20+
background-color: var(--ecl-color-overlay-light);
921
}
1022
}
1123
}

0 commit comments

Comments
 (0)