Untitled
<div className="h-notiHeight w-notiWidth flex flex-col bg-notiPrimaryColor px-5 space-y-3"> <h1 className='font-semibold text-titleFont'> Danh sách đăng kí </h1> <div className='flex flex-col space-y-1'> <label className='text-titleFont'>Tên người tạo</label> <input type="text" className='h-inputHeight bg-inputColor rounded-md w-full text-titleFont'></input> </div> <div className='flex flex-col space-y-1'> <label className='text-titleFont'>Tên nhóm</label> <input type="text" className='h-inputHeight bg-inputColor rounded-md w-full text-titleFont'></input> </div> <div className='flex flex-col space-y-1'> <label className='text-titleFont'>Số lượng thành viên</label> <input type="text" className='h-inputHeight bg-inputColor rounded-md w-full text-titleFont'></input> </div> <div className='flex flex-col space-y-1'> <label className='text-titleFont'>Ý tưởng</label> <input type="text" className='h-20 bg-inputColor rounded-md w-full text-titleFont'></input> </div> <button className='text-titleFont ml-auto rounded-md bg-buttonColor w-14 h-7'> Tạo </button> </div> 'notiPrimaryColor': '#D9D9D9', 'inputColor': '#BFBEBE', 'buttonColor': '#A6A0A0', 'notiHeight': '400px', 'inputHeight':'26px', 'notiWidth':'312px', 'titleFont': '15px'
Leave a Comment