2021-05-11 18:30:33 +02:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2021-05-11 18:30:33 +02:00
|
|
|
Copyright 2021 The Matrix.org Foundation C.I.C.
|
|
|
|
|
2024-09-09 15:57:16 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2021-05-11 18:30:33 +02:00
|
|
|
*/
|
|
|
|
|
2021-07-23 16:47:11 +02:00
|
|
|
.mx_GenericFeatureFeedbackDialog {
|
|
|
|
.mx_GenericFeatureFeedbackDialog_subheading {
|
2021-08-12 11:27:12 +02:00
|
|
|
color: $primary-content;
|
2023-06-29 12:30:25 +02:00
|
|
|
font: var(--cpd-font-body-md-regular);
|
2021-05-11 18:30:33 +02:00
|
|
|
line-height: $font-20px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
}
|