fix(ui): icon alignment in alerts

Closes #5004
This commit is contained in:
Brian McGee
2025-08-27 17:29:21 +01:00
parent e6819ede61
commit 6c22539dd4

View File

@@ -5,10 +5,6 @@
@apply pl-3;
}
&.hasIcon svg.icon {
@apply relative top-0.5;
}
&.hasDismiss {
@apply pr-3;
}
@@ -35,6 +31,10 @@
&.noPadding {
@apply p-0;
}
svg {
@apply relative top-0.5;
}
}
.alertContent {