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