Restore black email footer with small text
This commit is contained in:
@@ -53,6 +53,10 @@
|
|||||||
margin-top: calc(var(--spacing-large) * 2);
|
margin-top: calc(var(--spacing-large) * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-email-footer-card .sg-body {
|
||||||
|
font-size: var(--font-size-small);
|
||||||
|
}
|
||||||
|
|
||||||
.sg-email-card .sg-card-segment--body > .sg-body {
|
.sg-email-card .sg-card-segment--body > .sg-body {
|
||||||
color: var(--text-card-body);
|
color: var(--text-card-body);
|
||||||
}
|
}
|
||||||
@@ -64,7 +68,3 @@
|
|||||||
.sg-email-template > .sg-heading-h1 {
|
.sg-email-template > .sg-heading-h1 {
|
||||||
color: var(--text-card-body);
|
color: var(--text-card-body);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-email-template > .sg-email-template__intro {
|
|
||||||
color: var(--text-card-body);
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -37,8 +37,6 @@
|
|||||||
data-email-preheader="Bestätige deine E-Mail-Adresse, um Updates von ValueStockFinder zu erhalten."
|
data-email-preheader="Bestätige deine E-Mail-Adresse, um Updates von ValueStockFinder zu erhalten."
|
||||||
>
|
>
|
||||||
<h1 class="sg-heading-h1">Fast geschafft</h1>
|
<h1 class="sg-heading-h1">Fast geschafft</h1>
|
||||||
<p class="sg-body sg-email-template__intro">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br>Integer nec odio. Praesent libero.<br>Sed cursus ante dapibus diam.</p>
|
|
||||||
|
|
||||||
<article class="sg-card sg-email-card" data-component="card" data-pattern-part="confirmation-card">
|
<article class="sg-card sg-email-card" data-component="card" data-pattern-part="confirmation-card">
|
||||||
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkblue" data-component-part="card-header">
|
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkblue" data-component-part="card-header">
|
||||||
<div class="sg-strong">Bitte bestätige deine Anmeldung</div>
|
<div class="sg-strong">Bitte bestätige deine Anmeldung</div>
|
||||||
@@ -57,7 +55,7 @@
|
|||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article
|
<article
|
||||||
class="sg-card sg-card--content-card sg-card--content-card-dark sg-email-footer-card"
|
class="sg-card sg-card--content-card sg-card--footer-card sg-email-footer-card"
|
||||||
data-component="content-card"
|
data-component="content-card"
|
||||||
data-component-context="email-footer"
|
data-component-context="email-footer"
|
||||||
data-component-variant="not-subscribed"
|
data-component-variant="not-subscribed"
|
||||||
|
|||||||
Reference in New Issue
Block a user