app/components/coco/messaging/alert/alert.css in coveragebook_components-0.19.5 vs app/components/coco/messaging/alert/alert.css in coveragebook_components-0.19.6
- old
+ new
@@ -3,23 +3,19 @@
@apply rounded-xl overflow-hidden border border-transparent @container;
.alert-container {
@apply flex items-start px-4 py-2 relative;
}
- /*
- .alert-icon {
- @apply flex items-center p-2 rounded-full;
- .coco-icon {
- @apply w-5 h-5;
- }
- } */
-
.alert-body {
- @apply pl-4 pr-2;
+ @apply pr-2;
}
+ .alert-stamp + .alert-body {
+ @apply pl-4;
+ }
+
.alert-content {
@apply text-content-dark-1 w-full;
}
.alert-title {
@@ -86,10 +82,10 @@
.alert-container {
min-height: theme(spacing.12);
@apply py-1.5;
}
- .alert-body {
+ .alert-stamp + .alert-body {
@apply pl-3;
}
.alert-title {
@apply para-md sm:para-sm xl:para-md;