login page

This commit is contained in:
hamid zarghami
2025-07-09 11:20:31 +03:30
parent 9d0a1703fe
commit 72a6eaa156
60 changed files with 953 additions and 3530 deletions
+4 -10
View File
@@ -6,6 +6,7 @@ import Input from '../Input'
import ReactQuill from 'react-quill-new';
import Button from '../Button'
import Select from '../Select'
import UploadButton from '../UploadButton'
const NewMessage: FC = () => {
@@ -93,15 +94,8 @@ const NewMessage: FC = () => {
/>
</div>
<div className='flex flex-wrap gap-2.5 items-center'>
<div className='bg-[#EBEDF5] text-sm flex gap-2 h-10 rounded-full items-center px-4'>
<span>Lorem Ipsum.pdf</span>
<CloseCircle size={20} color='#D52903' />
</div>
<div className='bg-[#EBEDF5] text-sm flex gap-2 h-10 rounded-full items-center px-4'>
<span>Lorem Ipsum.pdf</span>
<CloseCircle size={20} color='#D52903' />
</div>
<div className=''>
<UploadButton />
</div>
<div className='flex flex-col gap-4 sm:flex-row pt-4'>
@@ -109,7 +103,7 @@ const NewMessage: FC = () => {
<Select
items={[]}
placeholder={t('new_message.select_priority')}
className='xl:w-[190px]'
className='xl:w-[190px] min-w-[130px]'
/>
</div>
<div className='flex-1 justify-end flex gap-3'>