fix: streamline className formatting in LayoutRegister and LogInPage components
This commit is contained in:
@@ -6,9 +6,7 @@ const about = ["سوالات متداول", "تماس با ما", "درباره
|
|||||||
function LayoutRegister({ children, matchedCity }) {
|
function LayoutRegister({ children, matchedCity }) {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="flex padding-responsive items-center justify-center pt-[32px]
|
className="flex padding-responsive items-center justify-center pt-[32px] overflow-auto flex-col h-screen w-full bg-banner-stroke !bg-bottom !bg-no-repeat !bg-cover !pb-[60px] md:!pb-[60px]"
|
||||||
overflow-auto flex-col h-screen w-full bg-banner-stroke !bg-bottom !bg-no-repeat !bg-cover
|
|
||||||
!pb-[60px] md:!pb-[60px]"
|
|
||||||
>
|
>
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<div className="flex items-center justify-center gap-[5px] sm:mt-0">
|
<div className="flex items-center justify-center gap-[5px] sm:mt-0">
|
||||||
|
|||||||
@@ -41,8 +41,7 @@ function LogInPage({ setIsSendMsg, num, setNum, setUuid, matchedCity, setStep })
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="rounded-[16px] mt-[28px] opacity-page sm:mt-[14px] border border-solid sm:border-[#EFEFEF] bg-transparent sm:bg-[#FFF]
|
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-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">
|
<p className="text-[#525252] text-[18px] font-bold">
|
||||||
ورود یا ثبت نام در {matchedCity?.site_name || "نوبت 724"}
|
ورود یا ثبت نام در {matchedCity?.site_name || "نوبت 724"}
|
||||||
|
|||||||
Reference in New Issue
Block a user