fix(stellungnahme): Button animate-bounce statt ping
This commit is contained in:
@@ -894,14 +894,11 @@ ${"=".repeat(64)}`;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-2 flex gap-3">
|
<div class="mb-2 flex gap-3">
|
||||||
<button class="rounded-lg border border-stein-300 px-4 py-2 text-sm text-stein-600 hover:bg-stein-50" onclick={() => goTo(3)}>← Zurück</button>
|
|
||||||
<span class="relative inline-flex">
|
|
||||||
<button class="rounded-lg border border-stein-300 px-4 py-2 text-sm text-stein-600 hover:bg-stein-50" onclick={() => goTo(3)}>← Zurück</button>
|
<button class="rounded-lg border border-stein-300 px-4 py-2 text-sm text-stein-600 hover:bg-stein-50" onclick={() => goTo(3)}>← Zurück</button>
|
||||||
<button
|
<button
|
||||||
class="animate-bounce rounded-lg bg-wald-700 px-6 py-2.5 font-semibold text-white transition hover:bg-wald-800 disabled:opacity-40"
|
class="animate-bounce rounded-lg bg-wald-700 px-6 py-2.5 font-semibold text-white transition hover:bg-wald-800 disabled:opacity-40"
|
||||||
disabled={!absenderName.trim()}
|
disabled={!absenderName.trim()}
|
||||||
onclick={generateOutput}
|
onclick={generateOutput}
|
||||||
>Text erstellen</button>
|
|
||||||
>Text erstellen</button>
|
>Text erstellen</button>
|
||||||
</div>
|
</div>
|
||||||
{#if !absenderName.trim()}
|
{#if !absenderName.trim()}
|
||||||
|
|||||||
Reference in New Issue
Block a user