* Update notification icons using Compound icons For https://element-io.atlassian.net/browse/PSB-968 This removes icons in places where we only have on/off variants rather than the previous 4 Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
39 lines
991 B
Plaintext
39 lines
991 B
Plaintext
/*
|
|
Copyright 2024 New Vector Ltd.
|
|
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
|
|
Please see LICENSE files in the repository root for full details.
|
|
*/
|
|
|
|
.mx_NotificationSettingsTab_notificationsSection {
|
|
width: 360px;
|
|
|
|
.mx_StyledRadioButton {
|
|
flex-direction: row-reverse;
|
|
color: $primary-content;
|
|
font-size: $font-15px;
|
|
line-height: $font-18px;
|
|
font-weight: var(--cpd-font-weight-semibold);
|
|
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;
|
|
}
|