Files
element-web/res/css/views/auth/_AuthHeaderLogo.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
423 B
Plaintext
Raw Normal View History

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