generated from dwd/boilarplate-remix-tailwind-antd
s2
This commit is contained in:
@@ -219,12 +219,13 @@ const App: React.FC = () => {
|
||||
<Sider collapsible collapsed={collapsed} onCollapse={(value) => setCollapsed(value)} width={310} style={{overflow: 'auto', height: '110vh', position: 'fixed', left: 0, top: 0, bottom: 0, background: 'linear-gradient(180deg, #2F1B08D6 0%, #000000D6 83.93%)', borderRight: '1px solid #CFCFCF', borderBottom: '2px solid #000'}}>
|
||||
<div className='flex flex-col justify-center demo-logo-vertical'>
|
||||
<div className='px-4'>
|
||||
<h1 className='text-[22px] font-[700] my-[37px] text-left text-[#FFF]'>IIMTT Logo</h1>
|
||||
<h1 className='text-[22px] font-[700] my-[37px] text-left text-[#FFF]'>IIMTT Logo0</h1>
|
||||
<a href="#" className='flex flex-row justify-between border-[1px] border-[#E9E9E9] rounded-[10px] p-2 place-items-center'>
|
||||
<img className='w-[46px] h-[46px]' src="/assets/man.png" alt="" />
|
||||
<div>
|
||||
<p className='text-[16px] font-[500] text-[#D0D0D0]'>My Profile</p>
|
||||
<p className='text-[22px] font-[700] text-[#FFF]'>Rayan Holiday</p>
|
||||
|
||||
</div>
|
||||
<img className='' src="../../assets/right-arrow.svg" alt="" />
|
||||
</a>
|
||||
@@ -323,6 +324,7 @@ const App: React.FC = () => {
|
||||
</div>
|
||||
<div className='md:col-span-1 border-[1px] border-[#E9E9E9] w-full bg-[#FCFCFC] rounded-[10px]'>
|
||||
<h2 className='text-[20px] font-[700] p-4 border-b-[1px] border-[#E9E9E9]'>Upcoming Tests</h2>
|
||||
|
||||
<div className='flex flex-col'>
|
||||
<div className='p-4 border-b-[1px] border-[#CFCFCF]'>
|
||||
<img className='h-[44px] w-[79px]' src="../../assets/rectangle.jpg" alt="" />
|
||||
|
||||
Reference in New Issue
Block a user