Set general email template page background to white

This commit is contained in:
2026-08-09 08:24:59 +02:00
parent 33b1479e27
commit 88785f6693
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -1,6 +1,15 @@
@import "./styles/01-foundations.css";
/* E-Mail-Komponenten: separater Einstiegspunkt, nicht Teil des Portal-CSS */
.sg-email-template-page {
background: var(--surface-object-card-lower-segment);
}
.sg-email-template-page .sg-main-heading,
.sg-email-template-page .sg-preview-label {
color: var(--text-card-body);
}
.sg-email-preview-viewport {
width: var(--dimension-email-body-max-width);
background: var(--surface-object-card-lower-segment);