Merge pull request 'fix(ui): icon alignment in alerts' (#5008) from ui/fix-icon-misalignment into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5008
This commit is contained in:
brianmcgee
2025-08-27 16:33:29 +00:00

View File

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