create otp page - link auth page

This commit is contained in:
Alihaghighattalab
2024-08-05 13:06:00 +03:30
parent 0e5089aad5
commit 277b13e5d8
13 changed files with 704 additions and 8 deletions
+12
View File
@@ -26,6 +26,10 @@
button{
@apply text-base font-medium flex w-full justify-center bg-primary-color max-w-[442px] max-h-[55px] rounded-[20px] p-[18px] text-white
}
#otp{
direction: ltr;
}
}
@layer components {
@@ -40,4 +44,12 @@
.auth-logo-size {
@apply w-full max-w-[198px] h-auto
}
.otp-inputs {
@apply !w-full max-w-[40px] min-h-[40px] sm:max-w-[50px] sm:min-h-[50px] lg:max-w-[72px] lg:min-h-[72px] rounded-full ml-2
}
.otp-container {
@apply min-w-max
}
}