mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #2576 from gradido/2574-mobile-device-login-refactor
refactor(frontend): tyle mobile device auth template
This commit is contained in:
commit
38a93d0ad7
@ -53,6 +53,7 @@ export default {
|
|||||||
|
|
||||||
.auth-header {
|
.auth-header {
|
||||||
font-family: 'Open Sans', sans-serif !important;
|
font-family: 'Open Sans', sans-serif !important;
|
||||||
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sheet-img {
|
.sheet-img {
|
||||||
@ -61,6 +62,17 @@ export default {
|
|||||||
max-width: 64%;
|
max-width: 64%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1024px) {
|
||||||
|
.auth-header {
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
.auth-header {
|
||||||
|
height: 70px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media screen and (max-width: 450px) {
|
@media screen and (max-width: 450px) {
|
||||||
.sheet-img {
|
.sheet-img {
|
||||||
top: -15px;
|
top: -15px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user