improve
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user