element-web/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
Text
Raw Normal View History

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