Make font persian
This commit is contained in:
@@ -160,8 +160,8 @@ const resetForm = () => {
|
||||
/>
|
||||
<div class="flex items-center justify-center flex-col size-full translate-y-[-80px]">
|
||||
<video
|
||||
class="aspect-square w-[450px] translate-y-[197px] animate-fade-in"
|
||||
src="/video/heymlz/heymlz-seat-2.webm"
|
||||
class="aspect-square w-[450px] translate-y-[157px] animate-fade-in"
|
||||
src="/video/heymlz/heymlz-handshake-full.webm"
|
||||
:style="{
|
||||
filter: 'drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15))'
|
||||
}"
|
||||
@@ -179,9 +179,9 @@ const resetForm = () => {
|
||||
<form @submit.prevent class="max-w-[500px] w-full mt-12">
|
||||
<Input
|
||||
v-if="!showOtp"
|
||||
class="w-full tracking-[2px]"
|
||||
class="w-full tracking-[4px]"
|
||||
v-model="loginInfo.phone"
|
||||
placeholder="9380123456"
|
||||
placeholder="۹۳۸۰۱۲۳۴۵۶"
|
||||
dir="ltr"
|
||||
:error="formValidator$.phone.$error"
|
||||
>
|
||||
@@ -193,7 +193,7 @@ const resetForm = () => {
|
||||
size="24"
|
||||
/>
|
||||
<span class="text-slate-500 typo-label-sm">
|
||||
+98
|
||||
+۹۸
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user