changed some styles

This commit is contained in:
Mamalizz
2025-09-22 16:03:38 +03:30
parent 6e03948d9c
commit 1d23bd6977
+4 -2
View File
@@ -168,11 +168,13 @@ const resetForm = () => {
<div <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" 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 <form
@submit.prevent @submit.prevent
class="max-w-[500px] w-full mt-12" class="max-w-[500px] w-full mt-10"
> >
<Input <Input
v-if="!showOtp" v-if="!showOtp"