Files
ThreadNet-Web/res/css/views/settings/tabs/user/_SecurityUserSettingsTab.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

43 lines
937 B
Plaintext
Raw Normal View History

/*
2024-09-09 14:57:16 +01:00
Copyright 2019-2024 New Vector Ltd.
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.
*/
.mx_SecurityUserSettingsTab_bulkOptions {
display: flex;
flex-direction: row;
column-gap: $spacing-8;
2019-03-06 13:58:47 +00:00
}
.mx_SecurityUserSettingsTab_ignoredUsers {
padding-left: 0;
margin: 0;
list-style: none;
}
2019-02-22 10:47:18 -07:00
.mx_SecurityUserSettingsTab_ignoredUser {
margin-bottom: $spacing-4;
}
2019-02-22 10:47:18 -07:00
.mx_SecurityUserSettingsTab_ignoredUser .mx_AccessibleButton {
margin-right: $spacing-8;
2019-07-09 18:15:10 +01:00
}
.mx_SecurityUserSettingsTab_warning {
color: $alert;
svg {
width: 24px;
height: 24px;
margin-right: var(--cpd-space-4x);
color: $alert;
}
}
form.mx_SecurityUserSettingsTab_posthogSection {
/* Inhibit compound spacing here as it clashes with pre-compound UI */
display: contents !important;
}