2019-01-22 21:28:33 +01:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2024-08-01 17:45:56 +02:00
|
|
|
Copyright 2024 The Matrix.org Foundation C.I.C.
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2019 New Vector Ltd
|
2019-01-22 01:27:43 +01:00
|
|
|
|
2024-09-09 15:57:16 +02: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-22 21:28:33 +01:00
|
|
|
*/
|
2019-01-22 21:09:40 +01:00
|
|
|
|
2024-08-01 17:45:56 +02:00
|
|
|
/*
|
2024-08-02 14:12:05 +02:00
|
|
|
* These used to live in General User Settings. These components are horribly duplicative
|
2024-08-01 17:45:56 +02: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 15:13:57 +02:00
|
|
|
.mx_AddRemoveThreepids_existing {
|
2023-05-03 13:34:32 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2024-08-14 15:13:57 +02:00
|
|
|
.mx_AddRemoveThreepids_existing_address,
|
|
|
|
.mx_AddRemoveThreepids_existing_promptText {
|
2023-05-03 13:34:32 +02:00
|
|
|
flex: 1;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2024-08-14 15:13:57 +02:00
|
|
|
.mx_AddRemoveThreepids_existing_button {
|
2023-05-03 13:34:32 +02:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2024-08-14 15:13:57 +02:00
|
|
|
|
|
|
|
.mx_EmailAddressesPhoneNumbers_verify {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_EmailAddressesPhoneNumbers_existing_button {
|
|
|
|
justify-content: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_EmailAddressesPhoneNumbers_verify_instructions {
|
|
|
|
flex: 1;
|
|
|
|
}
|