We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d663b1 commit d3dfeefCopy full SHA for d3dfeef
src/blocks/Empty/empty.module.scss
@@ -1,14 +1,14 @@
1
-@use '../../scss/config.scss' as *;
+@use 'webcoreui/config' as *;
2
3
.empty {
4
- &.icon-bg svg {
+ &.icon-bg > svg {
5
@include background(primary-50);
6
@include border-radius(xl);
7
@include size(56px);
8
@include spacing(p-md);
9
}
10
11
- svg {
+ > svg {
12
@include size(28px);
13
@include spacing(mb-sm);
14
0 commit comments