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/_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 diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index c49201e..b3d8ab6 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -54,7 +54,7 @@ const AuthLayout = () => { }, []) return ( -
-
+ */}
{/* end::Logo */}
{/*