From 1be78e748481a42d5b14b844b3553c29fe714055 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 14 Apr 2023 15:14:31 +0100 Subject: [PATCH] centralized login and removed image --- src/_res/assets/sass/layout/_auth.scss | 4 +- src/app/modules/auth/AuthLayout.tsx | 59 ++------------------------ 2 files changed, 5 insertions(+), 58 deletions(-) diff --git a/src/_res/assets/sass/layout/_auth.scss b/src/_res/assets/sass/layout/_auth.scss index 0b4066a..a058683 100644 --- a/src/_res/assets/sass/layout/_auth.scss +++ b/src/_res/assets/sass/layout/_auth.scss @@ -1,4 +1,4 @@ -.auth-gray { - background-color: $gray-200; +.auth-height { + min-height: 100vh; } \ No newline at end of file diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index b3d8ab6..38b4544 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -54,9 +54,9 @@ const AuthLayout = () => { }, []) return ( -
+
{/* begin::Body */} -
+
{/* begin::Form */}
@@ -64,7 +64,7 @@ const AuthLayout = () => { Float Mobility
{/* begin::Wrapper */} -
+
{/* end::Wrapper */} @@ -99,59 +99,6 @@ const AuthLayout = () => {
{/* end::Body */} - {/* begin::Aside */} -
- {/* begin::Content */} -
- {/* begin::Logo */} - {/* - Float Mobility - */} - {/* end::Logo */} - - {/* */} -
- -
- {/* end::Image */} -
- {/* begin::Title */} -

- Fast, Efficient and Productive -

- {/* end::Title */} - - {/* begin::Text */} - {/*
- In this kind of post,{' '} - - the blogger - - introduces a person they’ve interviewed
and provides some background information - about {' '} - - the interviewee - - and their
work following this is a transcript of the interview. -
*/} - {/* end::Text */} -
-
- {/* end::Content */} -
- {/* end::Aside */}
) } -- 2.34.1