2023-01-03 16:58:38 +00:00
|
|
|
/*
|
2024-09-06 10:22:13 +02:00
|
|
|
Copyright 2022-2024 New Vector Ltd.
|
2023-01-03 16:58:38 +00:00
|
|
|
|
2024-09-06 10:22:13 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
Please see LICENSE in the repository root for full details.
|
2023-01-03 16:58:38 +00:00
|
|
|
*/
|
|
|
|
|
|
2021-12-06 17:34:10 -08:00
|
|
|
.settingsModal {
|
2023-09-17 14:35:35 -04:00
|
|
|
block-size: 550px;
|
2021-12-06 17:34:10 -08:00
|
|
|
}
|
|
|
|
|
|
2023-05-22 12:54:26 -04:00
|
|
|
.settingsModal p {
|
2023-08-28 16:45:17 -04:00
|
|
|
color: var(--cpd-color-text-secondary);
|
2023-05-22 12:54:26 -04:00
|
|
|
}
|
|
|
|
|
|
2022-02-16 11:29:43 -08:00
|
|
|
.fieldRowText {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|