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",
|
||||
fontStyle: "normal",
|
||||
fontWeight: "500",
|
||||
boxShadow: "none",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -11,7 +11,7 @@ function AppointmentList({ doctor, loading }) {
|
||||
|
||||
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) => (
|
||||
<ItemAppointment
|
||||
turn={item}
|
||||
|
||||
@@ -60,7 +60,7 @@ function ModalAnswer({ doctor }) {
|
||||
<Link href={`/booking/${doctor.id}`} className="!mr-auto">
|
||||
<Button
|
||||
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]">
|
||||
|
||||
Reference in New Issue
Block a user