create otp page - link auth page
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user