element-web/res/css/views/settings/_PhoneNumbers.pcss

30 lines
563 B
Plaintext
Raw Normal View History

2019-01-23 22:16:18 +01:00
/*
Copyright 2019-2024 New Vector Ltd.
2019-08-06 13:43:30 +02:00
Copyright 2019 The Matrix.org Foundation C.I.C.
2019-01-23 22:16:18 +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 22:16:18 +01:00
*/
.mx_GeneralUserSettingsTab_section--discovery_existing_verification {
display: inline-flex;
align-items: center;
.mx_Field {
margin: 0 0 0 1em;
}
}
2019-01-23 22:16:18 +01:00
.mx_PhoneNumbers_input {
display: flex;
align-items: center;
2019-01-23 22:16:18 +01:00
}
.mx_PhoneNumbers_input > .mx_Field {
flex-grow: 1;
2019-01-23 22:16:18 +01:00
}
.mx_PhoneNumbers_country {
width: 80px;
2019-01-23 22:16:18 +01:00
}