fix responsive all page & add modal doctor id & page dashboard aside
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import Field from '@/app/component/element/Field'
|
||||
import { Button } from '@mui/material'
|
||||
import Link from 'next/link'
|
||||
import React from 'react'
|
||||
|
||||
function SignInPage({ setIsSendMsg }) {
|
||||
return (
|
||||
@@ -19,10 +18,13 @@ function SignInPage({ setIsSendMsg }) {
|
||||
fullWidth
|
||||
variant='contained'
|
||||
onClick={() => setIsSendMsg(true)}
|
||||
className='!rounded-[8px] !bg-[#5559CE]'
|
||||
className='!rounded-[8px] !bg-[#5559CE] !py-[7.5px] md:!py-[8.5px] lg:!py-[10px]'
|
||||
>ورود</Button>
|
||||
<p className='text-[#525252] text-[14px] font-normal text-center mt-[49px] sm:mt-[58px] md:mt-[67px] lg:mt-[76px]'>
|
||||
<span className='text-[#F17732] underline'>قوانین استفاده</span> از نوبت 724 را می پذیرم.
|
||||
<Link href='/'>
|
||||
<span className='text-[#F17732] underline'>قوانین استفاده</span>
|
||||
</Link>{' '}
|
||||
از نوبت 724 را می پذیرم.
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user