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

@@ -59,7 +59,7 @@
<!-- Footer Action --> <!-- Footer Action -->
<div class="mt-2xl"> <div class="mt-2xl">
<button type="submit" class="w-full bg-primary text-on-primary h-14 rounded-lg font-label-md text-label-md uppercase tracking-widest soft-glow-btn hover:opacity-90 transition-all active:scale-[0.98]"> <button type="submit" class="w-full cursor-pointer bg-primary text-on-primary h-14 rounded-lg font-label-md text-label-md uppercase tracking-widest soft-glow-btn hover:opacity-90 transition-all active:scale-[0.98]">
Kody iber Kody iber
</button> </button>
</div> </div>

View File

@@ -65,7 +65,7 @@
<!-- Actions --> <!-- Actions -->
<div class="mt-2xl space-y-md"> <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 Tassykla
</button> </button>
</div> </div>
@@ -73,7 +73,7 @@
<div class="text-center mt-md"> <div class="text-center mt-md">
<form action="{{ route('verification.resend') }}" method="POST" class="inline" id="resend-form"> <form action="{{ route('verification.resend') }}" method="POST" class="inline" id="resend-form">
@csrf @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 id="countdown-text" class="text-on-surface-variant font-mono text-sm">(02:00)</span>
<span>Kody täzeden iber</span> <span>Kody täzeden iber</span>
</button> </button>