Moved code into src folder. Added build for component library.
This commit is contained in:
8
src/components/pages/login/LoginLayout.module.css
Normal file
8
src/components/pages/login/LoginLayout.module.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
background: var(--base75);
|
||||
}
|
||||
Reference in New Issue
Block a user