add modal filter & responsive head doctors & buttons
This commit is contained in:
@@ -37,12 +37,12 @@ function ItemDoctor({ doctor }) {
|
||||
</div>
|
||||
|
||||
{/* Hours of work */}
|
||||
<div className="flex my-4 items-center justify-start gap-0.5">
|
||||
<div className="flex my-4 items-start justify-start gap-0.5">
|
||||
<ClockD />
|
||||
<p className="text-[#7E7E7E] text-[12px] font-normal">ساعت کاری: {doctor.hours_of_work}</p>
|
||||
</div>
|
||||
<p
|
||||
className={`text-[12px] font-medium rounded w-fit p-1.5
|
||||
className={`text-[12px] font-medium rounded w-fit p-1.5 ml-[52px]
|
||||
${doctor.free_turn ?
|
||||
'bg-[rgba(5,_186,_88,_0.04)] text-[#05BA58]' :
|
||||
'bg-[rgba(211,_47,_47,_0.04)] text-[#D32F2F]'
|
||||
|
||||
Reference in New Issue
Block a user