14 lines
No EOL
237 B
SCSS
14 lines
No EOL
237 B
SCSS
@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;
|
|
} |