2019-01-22 13:28:33 -07:00
|
|
|
/*
|
|
|
|
|
Copyright 2019 New Vector Ltd
|
2019-01-21 17:27:43 -07:00
|
|
|
|
2019-01-22 13:28:33 -07: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-21 17:27:43 -07:00
|
|
|
|
2019-01-22 13:28:33 -07:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2019-01-21 17:27:43 -07:00
|
|
|
|
2019-01-22 13:28:33 -07: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-22 13:09:40 -07:00
|
|
|
|
2020-04-28 15:19:12 +01:00
|
|
|
.mx_GeneralUserSettingsTab_changePassword .mx_Field {
|
2022-06-25 18:06:08 +00:00
|
|
|
margin-inline-end: var(--SettingsTab_fullWidthField-margin-inline-end);
|
2019-01-22 13:09:40 -07:00
|
|
|
}
|
|
|
|
|
|
2019-01-25 17:55:35 -07:00
|
|
|
.mx_GeneralUserSettingsTab_changePassword .mx_Field:first-child {
|
2019-01-29 23:11:16 -07:00
|
|
|
margin-top: 0;
|
2019-01-22 15:18:14 -07:00
|
|
|
}
|
|
|
|
|
|
2022-07-27 14:39:29 +01:00
|
|
|
/* TODO: Make this selector less painful */
|
2020-09-21 18:37:08 -06:00
|
|
|
.mx_GeneralUserSettingsTab_accountSection .mx_SettingsTab_subheading:nth-child(n + 1),
|
|
|
|
|
.mx_GeneralUserSettingsTab_discovery .mx_SettingsTab_subheading:nth-child(n + 2),
|
|
|
|
|
.mx_SetIdServer .mx_SettingsTab_subheading {
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-05-06 15:17:55 -06:00
|
|
|
.mx_GeneralUserSettingsTab_accountSection .mx_Spinner,
|
|
|
|
|
.mx_GeneralUserSettingsTab_discovery .mx_Spinner {
|
2022-07-27 14:39:29 +01:00
|
|
|
/* Move the spinner to the left side of the container (default center) */
|
2020-05-06 15:17:55 -06:00
|
|
|
justify-content: left;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-13 12:53:14 +01:00
|
|
|
.mx_GeneralUserSettingsTab_accountSection .mx_EmailAddresses,
|
|
|
|
|
.mx_GeneralUserSettingsTab_accountSection .mx_PhoneNumbers,
|
2023-05-03 11:34:32 +00:00
|
|
|
.mx_GeneralUserSettingsTab_discovery .mx_GeneralUserSettingsTab_discovery_existing,
|
2019-01-25 17:55:35 -07:00
|
|
|
.mx_GeneralUserSettingsTab_languageInput {
|
2022-06-25 18:06:08 +00:00
|
|
|
margin-inline-end: var(--SettingsTab_fullWidthField-margin-inline-end);
|
2019-06-13 23:48:47 +01:00
|
|
|
}
|
2019-08-19 23:00:05 -06:00
|
|
|
|
2023-05-03 11:34:32 +00:00
|
|
|
.mx_GeneralUserSettingsTab_discovery_existing {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_GeneralUserSettingsTab_discovery_existing_address,
|
|
|
|
|
.mx_GeneralUserSettingsTab_discovery_existing_promptText {
|
|
|
|
|
flex: 1;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_GeneralUserSettingsTab_discovery_existing_button {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-19 23:00:05 -06:00
|
|
|
.mx_GeneralUserSettingsTab_warningIcon {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2022-07-28 10:10:04 +02:00
|
|
|
|
|
|
|
|
.mx_SettingsTab_section_spellcheck .mx_ToggleSwitch {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|