Added cover bg image #3
Binary file not shown.
|
After Width: | Height: | Size: 371 KiB |
@@ -17,13 +17,13 @@ const AuthLayout = () => {
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<div className='d-flex flex-column flex-lg-row flex-column-fluid h-100'>
|
||||
<div className='d-flex flex-column flex-lg-row flex-column-fluid vh-100 overflow-auto' style={{backgroundImage: `url(${toAbsoluteUrl('/media/misc/float-sample.jpg')})`, backgroundSize: 'cover', backgroundPosition: 'center'}}>
|
||||
{/* begin::Body */}
|
||||
<div className='d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1'>
|
||||
{/* begin::Form */}
|
||||
<div className='d-flex flex-center flex-column flex-lg-row-fluid'>
|
||||
{/* begin::Wrapper */}
|
||||
<div className='w-lg-500px p-10'>
|
||||
<div className='w-lg-500px p-10 bg-white rounded'>
|
||||
<Outlet />
|
||||
</div>
|
||||
{/* end::Wrapper */}
|
||||
@@ -35,19 +35,19 @@ const AuthLayout = () => {
|
||||
{/* begin::Links */}
|
||||
<div className='d-flex fw-semibold text-primary fs-base'>
|
||||
|
||||
<a href='http://float-www.dev.chiefsoft.net' className='px-5' target='_blank'>
|
||||
<a href='http://float-www.dev.chiefsoft.net' className='px-5 text-white fw-bolder' target='_blank'>
|
||||
Home
|
||||
</a>
|
||||
|
||||
<a href={process.env.REACT_APP_TERMS_LINK} className='px-5' target='_blank'>
|
||||
<a href={process.env.REACT_APP_TERMS_LINK} className='px-5 text-white fw-bolder' target='_blank'>
|
||||
Terms
|
||||
</a>
|
||||
|
||||
<a href={process.env.REACT_APP_CONTACT_LINK} className='px-5' target='_blank'>
|
||||
<a href={process.env.REACT_APP_CONTACT_LINK} className='px-5 text-white fw-bolder' target='_blank'>
|
||||
Contact Us
|
||||
</a>
|
||||
|
||||
<a href={process.env.REACT_APP_ABOUT_LINK} className='px-5' target='_blank'>
|
||||
<a href={process.env.REACT_APP_ABOUT_LINK} className='px-5 text-white fw-bolder' target='_blank'>
|
||||
About Us
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user