Files
ThreadNet-Web/res/css/views/settings/tabs/room/_NotificationSettingsTab.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

39 lines
991 B
Plaintext
Raw Normal View History

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.
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;
}
}
}
input[type="file"].mx_NotificationSound_soundUpload {
display: none;
}