Set general email template page background to white
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user