made the bg color to cover all page

This commit is contained in:
victorAnumudu
2023-04-11 15:34:16 +01:00
parent faa4fdf8a6
commit 7a823fcf74
2 changed files with 10 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
.auth-gray {
background-color: $gray-200;
}
+6 -7
View File
@@ -54,7 +54,7 @@ const AuthLayout = () => {
}, [])
return (
<div className='d-flex flex-column flex-lg-row flex-column-fluid overflow-auto'>
<div className='d-flex flex-column flex-lg-row flex-column-fluid overflow-auto' style={{backgroundImage: `${bgColor.backgroundImage}`}}>
{/* begin::Body */}
<div className='d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1 vh-100'>
{/* begin::Form */}
@@ -64,7 +64,7 @@ const AuthLayout = () => {
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
</div>
{/* begin::Wrapper */}
<div className='w-lg-500px p-10'>
<div className='auth-gray w-lg-500px p-10 shadow-lg rounded-sm'>
<Outlet />
</div>
{/* end::Wrapper */}
@@ -102,14 +102,13 @@ const AuthLayout = () => {
{/* begin::Aside */}
<div
className='position-relative d-flex flex-lg-row-fluid w-lg-50 p-10 order-1 order-lg-2'
style={{backgroundImage: `${bgColor.backgroundImage}`}}
>
{/* begin::Content */}
<div className='position-relative d-flex flex-column flex-center px-5 px-md-15 w-100'>
{/* begin::Logo */}
<Link to='/' className='mb-12'>
{/* <Link to='/' className='mb-12'>
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
</Link>
</Link> */}
{/* end::Logo */}
{/* <img
@@ -135,7 +134,7 @@ const AuthLayout = () => {
{/* end::Title */}
{/* begin::Text */}
<div className='text-dark fs-base text-center'>
{/* <div className='text-dark fs-base text-center'>
In this kind of post,{' '}
<a href='#' className='opacity-75-hover text-warning fw-bold me-1'>
the blogger
@@ -146,7 +145,7 @@ const AuthLayout = () => {
the interviewee
</a>
and their <br /> work following this is a transcript of the interview.
</div>
</div> */}
{/* end::Text */}
</div>
</div>