[Refactor] Move to src-ui/views and src-ui/logics structure.
This commit is contained in:
18
src-ui/views/app/App.module.scss
Normal file
18
src-ui/views/app/App.module.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
background-color: var(--dark_888_color);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
.pages_wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user