Files
ThreadNet-Web/res/css/views/settings/_PhoneNumbers.pcss
T

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

30 lines
596 B
Plaintext
Raw Normal View History

2019-01-23 14:16:18 -07:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2019-2024 New Vector Ltd.
2019-08-06 12:43:30 +01:00
Copyright 2019 The Matrix.org Foundation C.I.C.
2019-01-23 14:16:18 -07:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
2024-09-09 14:57:16 +01:00
Please see LICENSE files in the repository root for full details.
2019-01-23 14:16:18 -07:00
*/
.mx_GeneralUserSettingsTab_section--discovery_existing_verification {
display: inline-flex;
align-items: center;
.mx_Field {
margin: 0 0 0 1em;
}
}
2019-01-23 14:16:18 -07:00
.mx_PhoneNumbers_input {
2019-01-29 23:11:16 -07:00
display: flex;
align-items: center;
2019-01-23 14:16:18 -07:00
}
.mx_PhoneNumbers_input > .mx_Field {
2019-01-29 23:11:16 -07:00
flex-grow: 1;
2019-01-23 14:16:18 -07:00
}
.mx_PhoneNumbers_country {
2019-01-29 23:11:16 -07:00
width: 80px;
2019-01-23 14:16:18 -07:00
}