mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
19 lines
286 B
CSS
19 lines
286 B
CSS
/*
|
|
Copyright 2022-2024 New Vector Ltd.
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
Please see LICENSE in the repository root for full details.
|
|
*/
|
|
|
|
.settingsModal {
|
|
block-size: 550px;
|
|
}
|
|
|
|
.settingsModal p {
|
|
color: var(--cpd-color-text-secondary);
|
|
}
|
|
|
|
.fieldRowText {
|
|
margin-bottom: 0;
|
|
}
|