Add spacing above email footer card

This commit is contained in:
2026-08-09 08:36:52 +02:00
parent c7c6b34591
commit 4447f4c780
+4
View File
@@ -49,6 +49,10 @@
margin-inline: calc(-1 * var(--card-segment-padding-horizontal));
}
.sg-email-footer-card {
margin-top: calc(var(--spacing-large) * 2);
}
.sg-email-card .sg-card-segment--body > .sg-body {
color: var(--text-card-body);
}