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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user