Co-authored-by: Jan Klattenhoff <jan@kjan.email>
Reviewed-on: #37
This commit is contained in:
2025-02-28 11:53:10 +00:00
parent dacd7f5cd2
commit c220c2aef8
9 changed files with 82 additions and 22 deletions

View File

@ -49,6 +49,10 @@
<twig:ux:icon name="ic:baseline-phone" class="absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-400" />
<input name="phone" data-form-target="phone" class="w-full pl-10 pr-4 py-3 rounded-xl border border-gray-200 focus:border-orange-500 focus:ring-2 focus:ring-orange-200 transition-all" type="tel" placeholder="Telefon (optional)">
</div>
<div class="relative">
<twig:ux:icon name="tabler:coin" class="absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-400" />
<input name="donation" data-form-target="donation" class="w-full pl-10 pr-4 py-3 rounded-xl border border-gray-200 focus:border-orange-500 focus:ring-2 focus:ring-orange-200 transition-all" type="number" placeholder="Spende (optional)">
</div>
</div>
</section>