2018-04-11 23:23:35 +00:00
|
|
|
/*
|
2024-09-09 13:57:16 +00:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2018-04-11 23:23:35 +00:00
|
|
|
Copyright 2015, 2016 OpenMarket Ltd
|
|
|
|
|
2024-09-09 13:57:16 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2018-04-11 23:23:35 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_MNoticeBody {
|
|
|
|
white-space: pre-wrap;
|
2023-07-17 09:59:10 +00:00
|
|
|
color: $secondary-content;
|
2018-04-11 23:23:35 +00:00
|
|
|
}
|