2019-01-25 06:47:04 +08:00
|
|
|
/*
|
|
|
|
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.
|
|
|
|
*/
|
|
|
|
|
2019-03-06 21:58:47 +08:00
|
|
|
.mx_SecurityUserSettingsTab_bulkOptions .mx_AccessibleButton {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2019-02-23 01:47:18 +08:00
|
|
|
.mx_SecurityUserSettingsTab_ignoredUser {
|
2019-01-30 14:11:16 +08:00
|
|
|
margin-bottom: 5px;
|
2019-01-25 06:47:04 +08:00
|
|
|
}
|
|
|
|
|
2019-02-23 01:47:18 +08:00
|
|
|
.mx_SecurityUserSettingsTab_ignoredUser .mx_AccessibleButton {
|
2019-01-30 14:11:16 +08:00
|
|
|
margin-right: 10px;
|
2019-07-10 01:15:10 +08:00
|
|
|
}
|
2020-04-29 00:49:10 +08:00
|
|
|
|
|
|
|
.mx_SecurityUserSettingsTab {
|
2022-05-12 17:09:17 +08:00
|
|
|
.mx_SettingsTab_heading {
|
|
|
|
margin-bottom: 22px;
|
|
|
|
}
|
2020-04-29 00:49:10 +08:00
|
|
|
.mx_SettingsTab_section {
|
|
|
|
.mx_AccessibleButton_kind_link {
|
|
|
|
padding: 0;
|
2020-04-29 00:57:32 +08:00
|
|
|
font-size: inherit;
|
2020-04-29 00:49:10 +08:00
|
|
|
}
|
|
|
|
}
|
2020-06-02 06:09:14 +08:00
|
|
|
|
|
|
|
.mx_SecurityUserSettingsTab_warning {
|
2021-11-11 21:37:29 +08:00
|
|
|
color: $alert;
|
2020-06-02 06:09:14 +08:00
|
|
|
position: relative;
|
2020-06-03 04:54:38 +08:00
|
|
|
padding-left: 40px;
|
2020-06-02 06:09:14 +08:00
|
|
|
margin-top: 30px;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
mask-repeat: no-repeat;
|
|
|
|
mask-position: 0 center;
|
2020-06-03 04:54:38 +08:00
|
|
|
mask-size: $font-24px;
|
2020-06-02 06:09:14 +08:00
|
|
|
position: absolute;
|
2020-06-03 04:54:38 +08:00
|
|
|
width: $font-24px;
|
|
|
|
height: $font-24px;
|
2020-06-02 06:09:14 +08:00
|
|
|
content: "";
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2021-11-11 21:37:29 +08:00
|
|
|
background-color: $alert;
|
2020-06-02 06:09:14 +08:00
|
|
|
mask-image: url('$(res)/img/feather-customised/alert-triangle.svg');
|
|
|
|
}
|
|
|
|
}
|
2020-04-29 00:49:10 +08:00
|
|
|
}
|