keanu-weblite/src/assets/css/login.scss

14 lines
238 B
SCSS
Raw Normal View History

2020-11-09 15:55:17 +01:00
@import "@/assets/css/main.scss";
.login-root {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
2021-01-21 16:31:37 +01:00
width: 80%;
2020-11-09 15:55:17 +01:00
height: 100%;
padding: 0;
2021-01-21 16:31:37 +01:00
margin: 10%;
2020-11-09 15:55:17 +01:00
background-color: $background;
}