15 lines
415 B
CSS
15 lines
415 B
CSS
/* Copyright 2024 New Vector Ltd.
|
|
* Copyright 2024 The Matrix.org Foundation C.I.C.
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
* Please see LICENSE in the repository root for full details.
|
|
*/
|
|
|
|
.details {
|
|
font: var(--cpd-font-body-sm-regular);
|
|
background: var(--cpd-color-bg-critical-subtle);
|
|
border: 1px solid var(--cpd-color-border-critical-subtle);
|
|
padding: var(--cpd-space-4x);
|
|
text-align: initial;
|
|
}
|