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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
563 B
Plaintext
Raw Normal View History

2019-01-24 05:16:18 +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
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
*/
.mx_GeneralUserSettingsTab_section--discovery_existing_verification {
display: inline-flex;
align-items: center;
.mx_Field {
margin: 0 0 0 1em;
}
}
2019-01-24 05:16:18 +08:00
.mx_PhoneNumbers_input {
display: flex;
align-items: center;
2019-01-24 05:16:18 +08:00
}
.mx_PhoneNumbers_input > .mx_Field {
flex-grow: 1;
2019-01-24 05:16:18 +08:00
}
.mx_PhoneNumbers_country {
width: 80px;
2019-01-24 05:16:18 +08:00
}