changed some styles
This commit is contained in:
@@ -168,11 +168,13 @@ const resetForm = () => {
|
||||
<div
|
||||
class="max-w-[600px] w-full p-6 h-[350px] sm:h-[400px] flex flex-col items-center bg-white border shadow-black/10 justify-center border-slate-300 rounded-3xl"
|
||||
>
|
||||
<h1 class="typo-h-6 sm:typo-h-5 mt-8">شماره خود را وارد کنید</h1>
|
||||
<h1 class="typo-h-6 sm:typo-h-5 mt-12">
|
||||
{{ showOtp ? "کد ارسالی را وارد کنید" : "شماره خود را وارد کنید" }}
|
||||
</h1>
|
||||
|
||||
<form
|
||||
@submit.prevent
|
||||
class="max-w-[500px] w-full mt-12"
|
||||
class="max-w-[500px] w-full mt-10"
|
||||
>
|
||||
<Input
|
||||
v-if="!showOtp"
|
||||
|
||||
Reference in New Issue
Block a user