element-web-Github/res/css/views/auth/_LanguageSelector.pcss

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

22 lines
450 B
Plaintext
Raw Normal View History

2019-01-23 23:11:37 +08:00
/*
Copyright 2019-2024 New Vector Ltd.
2019-01-23 23:11:37 +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 23:11:37 +08:00
*/
2019-01-31 02:46:40 +08:00
.mx_AuthBody_language {
width: 100%;
2019-01-23 23:11:37 +08:00
}
2019-01-31 02:46:40 +08:00
.mx_AuthBody_language .mx_Dropdown_input {
border: none;
font: var(--cpd-font-body-md-semibold);
color: $authpage-lang-color;
2021-01-29 01:37:59 +08:00
width: auto;
2019-01-23 23:11:37 +08:00
}
2019-01-31 02:46:40 +08:00
.mx_AuthBody_language .mx_Dropdown_arrow {
background: $authpage-lang-color;
2021-01-29 02:19:13 +08:00
}