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
|
|
|
|
2020-04-28 22:19:12 +08:00
|
|
|
.mx_GeneralUserSettingsTab_changePassword .mx_Field {
|
2022-06-26 02:06:08 +08:00
|
|
|
margin-inline-end: var(--SettingsTab_fullWidthField-margin-inline-end);
|
2019-01-23 04:09:40 +08:00
|
|
|
}
|
|
|
|
|
2019-01-26 08:55:35 +08:00
|
|
|
.mx_GeneralUserSettingsTab_changePassword .mx_Field:first-child {
|
2019-01-30 14:11:16 +08:00
|
|
|
margin-top: 0;
|
2019-01-23 06:18:14 +08:00
|
|
|
}
|
|
|
|
|
2020-09-22 08:37:08 +08:00
|
|
|
// TODO: Make this selector less painful
|
|
|
|
.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-07 05:17:55 +08:00
|
|
|
.mx_GeneralUserSettingsTab_accountSection .mx_Spinner,
|
|
|
|
.mx_GeneralUserSettingsTab_discovery .mx_Spinner {
|
|
|
|
// Move the spinner to the left side of the container (default center)
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
|
2019-08-13 19:53:14 +08:00
|
|
|
.mx_GeneralUserSettingsTab_accountSection .mx_EmailAddresses,
|
|
|
|
.mx_GeneralUserSettingsTab_accountSection .mx_PhoneNumbers,
|
2019-08-22 04:41:25 +08:00
|
|
|
.mx_GeneralUserSettingsTab_discovery .mx_ExistingEmailAddress,
|
|
|
|
.mx_GeneralUserSettingsTab_discovery .mx_ExistingPhoneNumber,
|
2019-01-26 08:55:35 +08:00
|
|
|
.mx_GeneralUserSettingsTab_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
|
|
|
|
|
|
|
.mx_GeneralUserSettingsTab_warningIcon {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|