Apply prettier formatting

This commit is contained in:
Michael Weimann
2022-12-12 12:24:14 +01:00
parent 1cac306093
commit 526645c791
1576 changed files with 65384 additions and 62477 deletions
+2 -2
View File
@@ -96,7 +96,7 @@ limitations under the License.
mask-repeat: no-repeat;
mask-size: 36px;
mask-position: center;
content: '';
content: "";
position: absolute;
top: 0;
bottom: 0;
@@ -124,7 +124,7 @@ limitations under the License.
mask-position: center;
mask-size: 55%;
background-color: $quinary-content;
mask-image: url('$(res)/img/feather-customised/edit.svg');
mask-image: url("$(res)/img/feather-customised/edit.svg");
}
}
+2 -1
View File
@@ -68,7 +68,8 @@ limitations under the License.
.mx_UserNotifSettings_floatingSection {
margin-top: 40px;
& > div:first-child { /* section header */
& > div:first-child {
/* section header */
font-size: $font-18px;
font-weight: $font-semi-bold;
}
@@ -15,16 +15,20 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_SecureBackupPanel_sigValid, .mx_SecureBackupPanel_sigInvalid,
.mx_SecureBackupPanel_deviceVerified, .mx_SecureBackupPanel_deviceNotVerified {
.mx_SecureBackupPanel_sigValid,
.mx_SecureBackupPanel_sigInvalid,
.mx_SecureBackupPanel_deviceVerified,
.mx_SecureBackupPanel_deviceNotVerified {
font-weight: bold;
}
.mx_SecureBackupPanel_sigValid, .mx_SecureBackupPanel_deviceVerified {
.mx_SecureBackupPanel_sigValid,
.mx_SecureBackupPanel_deviceVerified {
color: $e2e-verified-color;
}
.mx_SecureBackupPanel_sigInvalid, .mx_SecureBackupPanel_deviceNotVerified {
.mx_SecureBackupPanel_sigInvalid,
.mx_SecureBackupPanel_deviceNotVerified {
color: $e2e-warning-color;
}
@@ -54,18 +54,18 @@ limitations under the License.
}
.mx_NotificationSettingsTab_defaultEntry::before {
mask-image: url('$(res)/img/element-icons/notifications.svg');
mask-image: url("$(res)/img/element-icons/notifications.svg");
}
.mx_NotificationSettingsTab_allMessagesEntry::before {
mask-image: url('$(res)/img/element-icons/roomlist/notifications-default.svg');
mask-image: url("$(res)/img/element-icons/roomlist/notifications-default.svg");
}
.mx_NotificationSettingsTab_mentionsKeywordsEntry::before {
mask-image: url('$(res)/img/element-icons/roomlist/notifications-dm.svg');
mask-image: url("$(res)/img/element-icons/roomlist/notifications-dm.svg");
}
.mx_NotificationSettingsTab_noneEntry::before {
mask-image: url('$(res)/img/element-icons/roomlist/notifications-off.svg');
mask-image: url("$(res)/img/element-icons/roomlist/notifications-off.svg");
}
}
@@ -50,7 +50,7 @@ limitations under the License.
top: 0;
left: 0;
background-color: $alert;
mask-image: url('$(res)/img/feather-customised/alert-triangle.svg');
mask-image: url("$(res)/img/feather-customised/alert-triangle.svg");
}
}
}
@@ -63,18 +63,18 @@ limitations under the License.
}
.mx_SidebarUserSettingsTab_homeCheckbox .mx_Checkbox_background + div::before {
mask-image: url('$(res)/img/element-icons/home.svg');
mask-image: url("$(res)/img/element-icons/home.svg");
}
.mx_SidebarUserSettingsTab_favouritesCheckbox .mx_Checkbox_background + div::before {
mask-image: url('$(res)/img/element-icons/roomlist/favorite.svg');
mask-image: url("$(res)/img/element-icons/roomlist/favorite.svg");
}
.mx_SidebarUserSettingsTab_peopleCheckbox .mx_Checkbox_background + div::before {
mask-image: url('$(res)/img/element-icons/room/members.svg');
mask-image: url("$(res)/img/element-icons/room/members.svg");
}
.mx_SidebarUserSettingsTab_orphansCheckbox .mx_Checkbox_background + div::before {
mask-image: url('$(res)/img/element-icons/roomlist/hash-circle.svg');
mask-image: url("$(res)/img/element-icons/roomlist/hash-circle.svg");
}
}