From 7a823fcf74116ea1d930583f42f88c72183d1ebc Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 11 Apr 2023 15:34:16 +0100 Subject: [PATCH 1/3] made the bg color to cover all page --- src/_res/assets/sass/layout/_auth.scss | 4 ++++ src/app/modules/auth/AuthLayout.tsx | 13 ++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 src/_res/assets/sass/layout/_auth.scss diff --git a/src/_res/assets/sass/layout/_auth.scss b/src/_res/assets/sass/layout/_auth.scss new file mode 100644 index 0000000..0b4066a --- /dev/null +++ b/src/_res/assets/sass/layout/_auth.scss @@ -0,0 +1,4 @@ + +.auth-gray { + background-color: $gray-200; +} \ No newline at end of file diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index c49201e..5c49c09 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -54,7 +54,7 @@ const AuthLayout = () => { }, []) return ( -
+
{/* begin::Body */}
{/* begin::Form */} @@ -64,7 +64,7 @@ const AuthLayout = () => { Float Mobility
{/* begin::Wrapper */} -
+
{/* end::Wrapper */} @@ -102,14 +102,13 @@ const AuthLayout = () => { {/* begin::Aside */}
{/* begin::Content */}
{/* begin::Logo */} - + {/* Float Mobility - + */} {/* end::Logo */} {/* { {/* end::Title */} {/* begin::Text */} -
+ {/*
In this kind of post,{' '} the blogger @@ -146,7 +145,7 @@ const AuthLayout = () => { the interviewee and their
work following this is a transcript of the interview. -
+
*/} {/* end::Text */}
From 40834b9c386ce10a9b007125c2714e87de3d96f1 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 11 Apr 2023 15:37:37 +0100 Subject: [PATCH 2/3] made the bg color to cover all page --- src/_res/assets/sass/layout/_layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_res/assets/sass/layout/_layout.scss b/src/_res/assets/sass/layout/_layout.scss index 1ee48df..e273c5e 100644 --- a/src/_res/assets/sass/layout/_layout.scss +++ b/src/_res/assets/sass/layout/_layout.scss @@ -12,4 +12,5 @@ @import "header/header-sidebar-light"; @import "content"; @import "toolbar"; -@import "page-title"; \ No newline at end of file +@import "page-title"; +@import "auth"; \ No newline at end of file From 161bac928bf226e8962c806edd259b038ac7e2ac Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 11 Apr 2023 18:04:12 +0100 Subject: [PATCH 3/3] removed image shadow --- src/app/modules/auth/AuthLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index 5c49c09..b3d8ab6 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -122,7 +122,7 @@ const AuthLayout = () => { className='img-fluid rounded' src={toAbsoluteUrl('/media/misc/auth-bg-new.png')} alt='' - style={{boxShadow: '0px 0px 10px white'}} + // style={{boxShadow: '0px 0px 10px white'}} />
{/* end::Image */}