We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce18b7 commit 7b463edCopy full SHA for 7b463ed
packages/themes/ecl/src/ecl-ec/mixins/alert.scss
@@ -13,7 +13,6 @@
13
.kol-alert {
14
@include icons();
15
@include button('kol-button');
16
- $root: &;
17
18
&--variant-msg {
19
.kol-alert__icon {
@@ -33,6 +32,10 @@
33
32
font-size: to-rem(32);
34
margin-right: var(--ecl-spacing-xs);
35
}
+
36
+ .kol-alert__content {
37
+ margin-left: to-rem(40);
38
+ }
39
40
41
&--type-default {
@@ -74,11 +77,5 @@
74
77
75
78
76
79
-
- &__content {
- @at-root #{$root}--variant-card & {
80
- margin-left: to-rem(40);
81
- }
82
83
84
0 commit comments