Added cover bg image #3
Binary file not shown.
|
After Width: | Height: | Size: 371 KiB |
@@ -17,13 +17,13 @@ const AuthLayout = () => {
|
|||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
return (
|
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 */}
|
{/* begin::Body */}
|
||||||
<div className='d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1'>
|
<div className='d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1'>
|
||||||
{/* begin::Form */}
|
{/* begin::Form */}
|
||||||
<div className='d-flex flex-center flex-column flex-lg-row-fluid'>
|
<div className='d-flex flex-center flex-column flex-lg-row-fluid'>
|
||||||
{/* begin::Wrapper */}
|
{/* begin::Wrapper */}
|
||||||
<div className='w-lg-500px p-10'>
|
<div className='w-lg-500px p-10 bg-white rounded'>
|
||||||
<Outlet />
|
<Outlet />
|
||||||
</div>
|
</div>
|
||||||
{/* end::Wrapper */}
|
{/* end::Wrapper */}
|
||||||
@@ -35,19 +35,19 @@ const AuthLayout = () => {
|
|||||||
{/* begin::Links */}
|
{/* begin::Links */}
|
||||||
<div className='d-flex fw-semibold text-primary fs-base'>
|
<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
|
Home
|
||||||
</a>
|
</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
|
Terms
|
||||||
</a>
|
</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
|
Contact Us
|
||||||
</a>
|
</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
|
About Us
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user