Refactor Login Scene

This commit is contained in:
Gregoire Parant 2021-04-20 18:49:42 +02:00
parent 5dc2f0ac47
commit 2c862fe7e7
4 changed files with 176 additions and 77 deletions

View file

@ -0,0 +1,17 @@
@media only screen and (max-width: 600px) {
.sidebar > div {
max-height: 240px;
}
.sidebar > div {
max-height: 240px;
}
.sidebar{
max-width: 200px;
}
.btn-cam-action div{
bottom: 50px;
}
}