2019-01-23 04:28:33 +08:00
|
|
|
/*
|
|
|
|
Copyright 2019 New Vector Ltd
|
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
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_section--account_changePassword {
|
|
|
|
.mx_Field {
|
|
|
|
margin-inline-end: var(--SettingsTab_fullWidthField-margin-inline-end);
|
2019-01-23 04:09:40 +08:00
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2019-01-23 06:18:14 +08:00
|
|
|
}
|
|
|
|
|
2022-07-27 21:39:29 +08:00
|
|
|
/* TODO: Make this selector less painful */
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_section--account .mx_SettingsTab_subheading:nth-child(n + 1),
|
|
|
|
.mx_GeneralUserSettingsTab_section--discovery .mx_SettingsTab_subheading:nth-child(n + 2),
|
2020-09-22 08:37:08 +08:00
|
|
|
.mx_SetIdServer .mx_SettingsTab_subheading {
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_section--account,
|
|
|
|
.mx_GeneralUserSettingsTab_section--discovery {
|
|
|
|
.mx_Spinner {
|
|
|
|
/* Move the spinner to the left side of the container (default center) */
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
2020-05-07 05:17:55 +08:00
|
|
|
}
|
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_section--account .mx_EmailAddresses,
|
|
|
|
.mx_GeneralUserSettingsTab_section--account .mx_PhoneNumbers,
|
|
|
|
.mx_GeneralUserSettingsTab_section--discovery .mx_GeneralUserSettingsTab_section--discovery_existing,
|
|
|
|
.mx_GeneralUserSettingsTab_section_languageInput {
|
2022-06-26 02:06:08 +08:00
|
|
|
margin-inline-end: var(--SettingsTab_fullWidthField-margin-inline-end);
|
2019-06-14 06:48:47 +08:00
|
|
|
}
|
2019-08-20 13:00:05 +08:00
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_section--discovery_existing {
|
2023-05-03 19:34:32 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_section--discovery_existing_address,
|
|
|
|
.mx_GeneralUserSettingsTab_section--discovery_existing_promptText {
|
2023-05-03 19:34:32 +08:00
|
|
|
flex: 1;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_section--discovery_existing_button {
|
2023-05-03 19:34:32 +08:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_section--spellcheck .mx_ToggleSwitch {
|
|
|
|
float: right;
|
2019-08-20 13:00:05 +08:00
|
|
|
}
|
2022-07-28 16:10:04 +08:00
|
|
|
|
2023-05-12 18:33:01 +08:00
|
|
|
.mx_GeneralUserSettingsTab_heading_warningIcon {
|
|
|
|
vertical-align: middle;
|
2022-07-28 16:10:04 +08:00
|
|
|
}
|