Moved code into src folder. Added build for component library.
This commit is contained in:
7
src/components/layout/Page.module.css
Normal file
7
src/components/layout/Page.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.page {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: var(--base50);
|
||||
position: relative;
|
||||
}
|
||||
Reference in New Issue
Block a user