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 ( -
- */}
- {/* end::Logo */}
-
- {/*
*/}
-
-