mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 06:27:19 +08:00
63 lines
1.5 KiB
SCSS
63 lines
1.5 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_PreferencesUserSettingsTab {
|
|
.mx_Field {
|
|
@mixin mx_Settings_fullWidthField;
|
|
}
|
|
|
|
.mx_SettingsTab_section {
|
|
margin-bottom: 30px;
|
|
|
|
> details {
|
|
> summary {
|
|
cursor: pointer;
|
|
color: $primary-content;
|
|
}
|
|
|
|
& + .mx_SettingsFlag {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
.mx_AccessibleButton_kind_link {
|
|
padding: 0;
|
|
font-size: inherit;
|
|
}
|
|
}
|
|
|
|
.mx_PreferencesUserSettingsTab_CommunityMigrator {
|
|
margin-right: 200px;
|
|
|
|
> div {
|
|
font-weight: $font-semi-bold;
|
|
font-size: $font-15px;
|
|
line-height: $font-18px;
|
|
color: $primary-content;
|
|
margin: 16px 0;
|
|
|
|
.mx_BaseAvatar {
|
|
margin-right: 12px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.mx_AccessibleButton {
|
|
float: right;
|
|
}
|
|
}
|
|
}
|
|
}
|