2019-01-24 15:47:04 -07:00
|
|
|
/*
|
2024-09-09 14:57:16 +01:00
|
|
|
Copyright 2019-2024 New Vector Ltd.
|
2019-01-24 15:47:04 -07:00
|
|
|
|
2025-01-06 11:18:54 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
2024-09-09 14:57:16 +01:00
|
|
|
Please see LICENSE files in the repository root for full details.
|
2019-01-24 15:47:04 -07:00
|
|
|
*/
|
|
|
|
|
|
2023-05-19 10:32:10 +12:00
|
|
|
.mx_SecurityUserSettingsTab_bulkOptions {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
column-gap: $spacing-8;
|
2019-03-06 13:58:47 +00:00
|
|
|
}
|
|
|
|
|
|
2025-04-08 10:08:00 +01:00
|
|
|
.mx_SecurityUserSettingsTab_ignoredUsers {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-02-22 10:47:18 -07:00
|
|
|
.mx_SecurityUserSettingsTab_ignoredUser {
|
2023-05-19 10:32:10 +12:00
|
|
|
margin-bottom: $spacing-4;
|
2019-01-24 15:47:04 -07:00
|
|
|
}
|
|
|
|
|
|
2019-02-22 10:47:18 -07:00
|
|
|
.mx_SecurityUserSettingsTab_ignoredUser .mx_AccessibleButton {
|
2023-05-19 10:32:10 +12:00
|
|
|
margin-right: $spacing-8;
|
2019-07-09 18:15:10 +01:00
|
|
|
}
|
2020-04-28 17:49:10 +01:00
|
|
|
|
2023-05-19 10:32:10 +12:00
|
|
|
.mx_SecurityUserSettingsTab_warning {
|
|
|
|
|
color: $alert;
|
2020-06-01 23:09:14 +01:00
|
|
|
|
2025-11-27 16:03:19 +00:00
|
|
|
svg {
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
margin-right: var(--cpd-space-4x);
|
|
|
|
|
color: $alert;
|
2020-06-01 23:09:14 +01:00
|
|
|
}
|
2020-04-28 17:49:10 +01:00
|
|
|
}
|
2025-12-04 15:46:21 +00:00
|
|
|
|
|
|
|
|
form.mx_SecurityUserSettingsTab_posthogSection {
|
|
|
|
|
/* Inhibit compound spacing here as it clashes with pre-compound UI */
|
|
|
|
|
display: contents !important;
|
|
|
|
|
}
|