disable box shadow all button and scroll turn in doctor item page
This commit is contained in:
@@ -16,6 +16,7 @@ const theme = createTheme({
|
|||||||
fontSize: "16px",
|
fontSize: "16px",
|
||||||
fontStyle: "normal",
|
fontStyle: "normal",
|
||||||
fontWeight: "500",
|
fontWeight: "500",
|
||||||
|
boxShadow: "none",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ function AppointmentList({ doctor, loading }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<ul className="hidden lg:flex w-[38%] flex-col justify-start items-center gap-8">
|
<ul className="hidden sticky top-[122px] sm:top-[150px] mt:top-[178px] lg:top-[206px] lg:flex w-[38%] flex-col justify-start items-center gap-8">
|
||||||
{[turns[0]].map((item) => (
|
{[turns[0]].map((item) => (
|
||||||
<ItemAppointment
|
<ItemAppointment
|
||||||
turn={item}
|
turn={item}
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ function ModalAnswer({ doctor }) {
|
|||||||
<Link href={`/booking/${doctor.id}`} className="!mr-auto">
|
<Link href={`/booking/${doctor.id}`} className="!mr-auto">
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
className="!py-2.5 !px-4 gap-1 !text-[14px] !font-medium !mt-[32px]"
|
className="!py-2.5 !px-4 gap-1 !text-[14px] !font-medium !mt-[32px] !shadownon"
|
||||||
>
|
>
|
||||||
دریافت نوبت
|
دریافت نوبت
|
||||||
<div className="w-[20px] h-[20px]">
|
<div className="w-[20px] h-[20px]">
|
||||||
|
|||||||
Reference in New Issue
Block a user