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"; @import "./styles/01-foundations.css";
/* E-Mail-Komponenten: separater Einstiegspunkt, nicht Teil des Portal-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 { .sg-email-preview-viewport {
width: var(--dimension-email-body-max-width); width: var(--dimension-email-body-max-width);
background: var(--surface-object-card-lower-segment); background: var(--surface-object-card-lower-segment);
+1 -1
View File
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="../styleguide.css"> <link rel="stylesheet" href="../styleguide.css">
<link rel="stylesheet" href="../email-styleguide.css"> <link rel="stylesheet" href="../email-styleguide.css">
</head> </head>
<body> <body class="sg-email-template-page">
<h1 class="sg-main-heading">General E-Mail-Template</h1> <h1 class="sg-main-heading">General E-Mail-Template</h1>