Refactor Login Scene
This commit is contained in:
parent
5dc2f0ac47
commit
2c862fe7e7
4 changed files with 176 additions and 77 deletions
17
front/dist/resources/style/mobile-style.scss
vendored
Normal file
17
front/dist/resources/style/mobile-style.scss
vendored
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue