2019-01-24 05:16:18 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2019-2024 New Vector Ltd.
|
2019-08-06 19:43:30 +08:00
|
|
|
Copyright 2019 The Matrix.org Foundation C.I.C.
|
2019-01-24 05:16:18 +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-24 05:16:18 +08:00
|
|
|
*/
|
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_section--discovery_existing_verification {
|
2019-08-08 18:35:35 +08:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.mx_Field {
|
|
|
|
margin: 0 0 0 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-24 05:16:18 +08:00
|
|
|
.mx_PhoneNumbers_input {
|
2019-01-30 14:11:16 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-01-24 05:16:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_PhoneNumbers_input > .mx_Field {
|
2019-01-30 14:11:16 +08:00
|
|
|
flex-grow: 1;
|
2019-01-24 05:16:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_PhoneNumbers_country {
|
2019-01-30 14:11:16 +08:00
|
|
|
width: 80px;
|
2019-01-24 05:16:18 +08:00
|
|
|
}
|