responsive page booking

This commit is contained in:
Ehsan
2024-10-03 17:03:30 +03:30
parent b9b8067184
commit 1337d2af5d
4 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ function Information({ doctor, step, setStep, typePay, isPay, disableSide }) {
}`}
>
<div
className={`p-[24px] sticky right-0 w-full opacity-page rounded-[8px] border
className={`p-[12px] sm:p-[16px] md:p-[20px] lg:p-[24px] sticky right-0 w-full opacity-page rounded-[8px] border
border-solid border-[#EFEFEF] bg-[#FFF]
top-[calc(12px_+_75px_+_32px)] sm:top-[calc(21px_+_75px_+_45px)] md:top-[calc(30px_+_75px_+_58px)] lg:top-[calc(40px_+_75px_+_78px)]
${
@@ -19,7 +19,7 @@ function Information({ doctor, step, setStep, typePay, isPay, disableSide }) {
}
`}
>
<p className="text-[#3B3B3B] text-[20px] font-bold">جزئیات نوبت</p>
<p className="text-[#3B3B3B] text-[14px] sm:text-[16px] md:text-[18px] lg:text-[20px] font-bold">جزئیات نوبت</p>
<Head doctor={doctor} />
<Detail doctor={doctor} step={step} setStep={setStep} />
</div>