29 lines
656 B
Plaintext
29 lines
656 B
Plaintext
/*
|
|||
|
|
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 {
|
||
|
|
margin-top: 0;
|
||
|
|
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);
|
||
|
|
}
|