Skip to content

Commit d3dfeef

Browse files
committed
💄 Fix visual issues with Empty block
1 parent 4d663b1 commit d3dfeef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/blocks/Empty/empty.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
@use '../../scss/config.scss' as *;
1+
@use 'webcoreui/config' as *;
22

33
.empty {
4-
&.icon-bg svg {
4+
&.icon-bg > svg {
55
@include background(primary-50);
66
@include border-radius(xl);
77
@include size(56px);
88
@include spacing(p-md);
99
}
1010

11-
svg {
11+
> svg {
1212
@include size(28px);
1313
@include spacing(mb-sm);
1414
}

0 commit comments

Comments
 (0)