design page specialdays & workingdays & turns & add modal working day

This commit is contained in:
Ehsan
2024-09-11 22:15:28 +03:30
parent d75e3c82b7
commit 55e32c63ae
23 changed files with 562 additions and 6 deletions
@@ -1,6 +1,20 @@
import { Button } from "@mui/material"
import Form from "./Form"
import ArrowLeftWhiteD from "@/components/icons/ArrowLeftWhiteD"
function Turns() {
return (
<div className="opacity-page">Turns</div>
<div className="opacity-page">
<Form />
<Button
className="!gap-[4px] !mr-auto !text-nowrap !flex !flex-nowrap !py-[8px]
!bg-[#5559CE] !rounded-[4px] !text-[#EFEFEF] !text-[14px] md:!text-[16px] !font-medium
!mt-[32px] sm:!mt-[38px] md:!mt-[43px] lg:!mt-[48px] !px-[16px] sm:!px-[19px] md:!px-[22px] lg:!px-[24px]"
>
ثبت اطلاعات
<ArrowLeftWhiteD />
</Button>
</div>
)
}