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

22 lines
450 B
Plaintext
Raw Normal View History

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