2019-01-23 11:51:42 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2019-2024 New Vector Ltd.
|
2019-01-23 11:51:42 +08:00
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2019-01-23 11:51:42 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_AuthHeaderLogo {
|
|
|
|
margin-top: 15px;
|
2019-01-23 23:57:31 +08:00
|
|
|
flex: 1;
|
2021-01-29 01:37:59 +08:00
|
|
|
padding: 0 25px;
|
2019-01-23 11:51:42 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_AuthHeaderLogo img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-01-30 18:18:14 +08:00
|
|
|
|
2020-05-28 01:33:55 +08:00
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
.mx_AuthHeaderLogo {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-01-29 02:19:13 +08:00
|
|
|
}
|