mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-24 01:20:32 +08:00
d0d9a36d07
* account password section * account email and phone numbers * update cypress selectors
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
/*
|
|
Copyright 2019 New Vector Ltd
|
|
|
|
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
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
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.
|
|
*/
|
|
|
|
.mx_GeneralUserSettingsTab_section--discovery_existing {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.mx_GeneralUserSettingsTab_section--discovery_existing_address,
|
|
.mx_GeneralUserSettingsTab_section--discovery_existing_promptText {
|
|
flex: 1;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.mx_GeneralUserSettingsTab_section--discovery_existing_button {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.mx_GeneralUserSettingsTab_warningIcon {
|
|
vertical-align: middle;
|
|
margin-right: $spacing-8;
|
|
margin-bottom: 2px;
|
|
}
|