2019-01-23 04:28:33 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2024-08-01 23:45:56 +08:00
|
|
|
Copyright 2024 The Matrix.org Foundation C.I.C.
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2019 New Vector Ltd
|
2019-01-22 08:27:43 +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-23 04:28:33 +08:00
|
|
|
*/
|
2019-01-23 04:09:40 +08:00
|
|
|
|
2024-08-01 23:45:56 +08:00
|
|
|
/*
|
2024-08-02 20:12:05 +08:00
|
|
|
* These used to live in General User Settings. These components are horribly duplicative
|
2024-08-01 23:45:56 +08:00
|
|
|
* but share the same styles. For now I'm putting them here so I can renamed the general
|
|
|
|
* tab sensibly and before I can refactor these components.
|
|
|
|
*/
|
|
|
|
|
2024-08-14 21:13:57 +08:00
|
|
|
.mx_AddRemoveThreepids_existing {
|
2023-05-03 19:34:32 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2024-08-14 21:13:57 +08:00
|
|
|
.mx_AddRemoveThreepids_existing_address,
|
|
|
|
.mx_AddRemoveThreepids_existing_promptText {
|
2023-05-03 19:34:32 +08:00
|
|
|
flex: 1;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2024-08-14 21:13:57 +08:00
|
|
|
.mx_AddRemoveThreepids_existing_button {
|
2023-05-03 19:34:32 +08:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2024-08-14 21:13:57 +08:00
|
|
|
|
|
|
|
.mx_EmailAddressesPhoneNumbers_verify {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_EmailAddressesPhoneNumbers_existing_button {
|
|
|
|
justify-content: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_EmailAddressesPhoneNumbers_verify_instructions {
|
|
|
|
flex: 1;
|
|
|
|
}
|