2025-04-22 10:37:47 +01:00
|
|
|
/*
|
|
|
|
|
Copyright 2025 New Vector Ltd.
|
|
|
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.mx_MediaPreviewAccountSetting_Radio {
|
|
|
|
|
margin: var(--cpd-space-1x) 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_MediaPreviewAccountSetting {
|
|
|
|
|
margin-top: var(--cpd-space-1x);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_MediaPreviewAccountSetting_RadioHelp {
|
2025-12-19 11:08:23 +01:00
|
|
|
/* !important because it's overriding compound help message */
|
|
|
|
|
margin-top: 0 !important;
|
2025-04-22 10:37:47 +01:00
|
|
|
margin-bottom: var(--cpd-space-1x);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_MediaPreviewAccountSetting_Form {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_MediaPreviewAccountSetting_ToggleSwitch {
|
|
|
|
|
font: var(--cpd-font-body-md-medium);
|
|
|
|
|
letter-spacing: var(--cpd-font-letter-spacing-body-md);
|
|
|
|
|
}
|