2022-12-16 01:24:33 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2022-12-16 01:24:33 +08:00
|
|
|
Copyright 2022 The Matrix.org Foundation C.I.C.
|
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2022-12-16 01:24:33 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_DecryptionFailureBody {
|
|
|
|
color: $secondary-content;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2024-09-30 20:39:25 +08:00
|
|
|
|
2024-11-04 20:46:38 +08:00
|
|
|
/* Formatting for errors due to sender trust requirement failures */
|
|
|
|
.mx_DecryptionFailureSenderTrustRequirement > span {
|
|
|
|
/* some space between the (/) icon and text */
|
2024-09-30 20:39:25 +08:00
|
|
|
display: inline-flex;
|
2024-11-04 20:46:38 +08:00
|
|
|
gap: var(--cpd-space-1x);
|
2024-09-30 20:39:25 +08:00
|
|
|
|
|
|
|
/* Center vertically */
|
|
|
|
align-items: center;
|
|
|
|
}
|