2021-11-15 11:39:25 +00:00
|
|
|
/*
|
2024-09-09 14:57:16 +01:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2021-11-15 11:39:25 +00:00
|
|
|
Copyright 2021 The Matrix.org Foundation C.I.C.
|
|
|
|
|
|
2025-01-06 11:18:54 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
2024-09-09 14:57:16 +01:00
|
|
|
Please see LICENSE files in the repository root for full details.
|
2021-11-15 11:39:25 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.mx_NotificationSettingsTab_notificationsSection {
|
|
|
|
|
width: 360px;
|
|
|
|
|
|
|
|
|
|
.mx_StyledRadioButton {
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
color: $primary-content;
|
|
|
|
|
font-size: $font-15px;
|
|
|
|
|
line-height: $font-18px;
|
2023-06-29 11:30:25 +01:00
|
|
|
font-weight: var(--cpd-font-weight-semibold);
|
2021-11-15 11:39:25 +00:00
|
|
|
margin-top: 16px;
|
|
|
|
|
position: relative;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
input + div {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_NotificationSettingsTab_microCopy {
|
|
|
|
|
color: $secondary-content;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: $font-12px;
|
|
|
|
|
line-height: $font-15px;
|
|
|
|
|
margin-right: 32px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-08-16 11:55:21 +01:00
|
|
|
|
|
|
|
|
input[type="file"].mx_NotificationSound_soundUpload {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|