2019-01-23 04:28:33 +08:00
|
|
|
/*
|
|
|
|
Copyright 2019 New Vector Ltd
|
2024-08-01 23:45:56 +08:00
|
|
|
Copyright 2024 The Matrix.org Foundation C.I.C.
|
2019-01-22 08:27:43 +08:00
|
|
|
|
2019-01-23 04:28:33 +08:00
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
2019-01-22 13:39:49 +08:00
|
|
|
|
2019-01-23 04:28:33 +08:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2019-01-22 13:39:49 +08:00
|
|
|
|
2019-01-23 04:28:33 +08:00
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
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;
|
|
|
|
}
|