custom newsletter

main
alexanderroese 2024-06-21 20:00:10 +02:00
parent a8f2b4ab1b
commit 75dc15b546
2 changed files with 8 additions and 1 deletions

View File

@ -58,4 +58,7 @@
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
padding: 10px 20px 20px 20px;
border-radius: 20px;
}

View File

@ -17,7 +17,10 @@
direction="1"
mode="bounce"></dotlottie-player>
<div class="field">
<div>
<h2>Anmelden</h2>
<div class="field">
<input
id="NewsletterForm--{{ section.id }}"
type="email"
@ -59,6 +62,7 @@
</small>
{%- endif -%}
</div>
</div>
{%- if form.posted_successfully? -%}
<h3
class="newsletter-form__message newsletter-form__message--success form__message"