Fix login
This commit is contained in:
parent
d6381f60c7
commit
1b3659b50e
6 changed files with 37 additions and 22 deletions
14
src/assets/css/login.scss
Normal file
14
src/assets/css/login.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@import "@/assets/css/main.scss";
|
||||
|
||||
.login-root {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: $background;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue