fix: streamline className formatting in LayoutRegister and LogInPage components
This commit is contained in:
@@ -41,8 +41,7 @@ function LogInPage({ setIsSendMsg, num, setNum, setUuid, matchedCity, setStep })
|
||||
|
||||
return (
|
||||
<div
|
||||
className="rounded-[16px] mt-[28px] opacity-page sm:mt-[14px] border border-solid sm:border-[#EFEFEF] bg-transparent sm:bg-[#FFF]
|
||||
p-0 border-transparent sm:p-[40px] sm:pb-[48px] w-full sm:w-fit sm:min-w-[425px] overflow-hidden"
|
||||
className="rounded-[16px] mt-[28px] opacity-page sm:mt-[14px] border border-solid sm:border-[#EFEFEF] bg-transparent sm:bg-[#FFF] p-0 border-transparent sm:p-[40px] sm:pb-[48px] w-full sm:w-fit sm:min-w-[425px] overflow-hidden"
|
||||
>
|
||||
<p className="text-[#525252] text-[18px] font-bold">
|
||||
ورود یا ثبت نام در {matchedCity?.site_name || "نوبت 724"}
|
||||
|
||||
Reference in New Issue
Block a user