Skip to content

Commit 7b463ed

Browse files
committed
alert ready
1 parent cce18b7 commit 7b463ed

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/themes/ecl/src/ecl-ec/mixins/alert.scss

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
.kol-alert {
1414
@include icons();
1515
@include button('kol-button');
16-
$root: &;
1716

1817
&--variant-msg {
1918
.kol-alert__icon {
@@ -33,6 +32,10 @@
3332
font-size: to-rem(32);
3433
margin-right: var(--ecl-spacing-xs);
3534
}
35+
36+
.kol-alert__content {
37+
margin-left: to-rem(40);
38+
}
3639
}
3740

3841
&--type-default {
@@ -74,11 +77,5 @@
7477
}
7578
}
7679
}
77-
78-
&__content {
79-
@at-root #{$root}--variant-card & {
80-
margin-left: to-rem(40);
81-
}
82-
}
8380
}
8481
}

0 commit comments

Comments
 (0)