N°7243 - Fix toasts CSS using extended compound

This commit is contained in:
Stephen Abello
2024-02-20 10:18:08 +01:00
parent 5fdf8d7687
commit 829d82dfe3
2 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ $ibo-alert-colors: (
$bg-color: nth($aColorValues, 1);
$highlight-color: nth($aColorValues, 2);
$text-color: nth($aColorValues, 3);
.ibo-alert.ibo-is-#{$sColor} {
%ibo-alert-#{$sColor}, .ibo-alert.ibo-is-#{$sColor} {
background-color: $bg-color;
color: $text-color;
a {