fix: streamline className formatting in LayoutRegister and LogInPage components

This commit is contained in:
hamed
2026-07-08 00:05:46 +03:30
parent a4e4228dc1
commit 156d97ac03
2 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -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">
+1 -2
View File
@@ -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"}