mirror of https://github.com/vector-im/riot-web
49 lines
1.6 KiB
SCSS
49 lines
1.6 KiB
SCSS
/*
|
|
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_changePassword .mx_Field {
|
|
@mixin mx_Settings_fullWidthField;
|
|
}
|
|
|
|
.mx_GeneralUserSettingsTab_changePassword .mx_Field:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
// 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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.mx_GeneralUserSettingsTab_accountSection .mx_EmailAddresses,
|
|
.mx_GeneralUserSettingsTab_accountSection .mx_PhoneNumbers,
|
|
.mx_GeneralUserSettingsTab_discovery .mx_ExistingEmailAddress,
|
|
.mx_GeneralUserSettingsTab_discovery .mx_ExistingPhoneNumber,
|
|
.mx_GeneralUserSettingsTab_languageInput {
|
|
@mixin mx_Settings_fullWidthField;
|
|
}
|
|
|
|
.mx_GeneralUserSettingsTab_warningIcon {
|
|
vertical-align: middle;
|
|
}
|