This commit is contained in:
Mekan1206
2026-05-19 21:29:00 +05:00
parent b6f3770b6f
commit 5d2c8d8e86
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
<!-- Actions -->
<div class="mt-2xl space-y-md">
<button type="submit" id="verify-btn" class="glow-button w-full h-14 bg-primary text-on-primary font-label-md text-label-md rounded-full hover:opacity-90 active:scale-[0.98] transition-all">
<button type="submit" id="verify-btn" class="glow-button w-full cursor-pointer h-14 bg-primary text-on-primary font-label-md text-label-md rounded-full hover:opacity-90 active:scale-[0.98] transition-all">
Tassykla
</button>
</div>
@@ -73,7 +73,7 @@
<div class="text-center mt-md">
<form action="{{ route('verification.resend') }}" method="POST" class="inline" id="resend-form">
@csrf
<button type="button" id="resend-btn" class="font-label-md text-label-md text-primary hover:underline transition-all flex items-center justify-center gap-1 mx-auto">
<button type="button" id="resend-btn" class="cursor-pointer font-label-md text-label-md text-primary hover:underline transition-all flex items-center justify-center gap-1 mx-auto">
<span id="countdown-text" class="text-on-surface-variant font-mono text-sm">(02:00)</span>
<span>Kody täzeden iber</span>
</button>