feat: login form as a client component, theme toggle
This commit is contained in:
7
components/PageContainer/PageContainer.module.css
Normal file
7
components/PageContainer/PageContainer.module.css
Normal file
@ -0,0 +1,7 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: rem(10);
|
||||
min-height: 70vh;
|
||||
background-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user