Desktop width constrain

This commit is contained in:
Tenzin Passang 2021-11-16 21:26:00 +02:00
parent 19cf6bd66e
commit 62652e20a4
10 changed files with 72 additions and 28 deletions

View file

@ -1,14 +1,5 @@
@import "@/assets/css/main.scss";
.login-root {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
width: 80%;
height: 100%;
padding: 0;
margin: 10%;
background-color: $background;
}
}