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