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