From 4c952de9078afed4e9e2179101dde4879f775aa7 Mon Sep 17 00:00:00 2001 From: fabienSvstr Date: Tue, 5 Dec 2023 17:05:41 +0100 Subject: [PATCH] Fix prettier issues --- client/src/theme/components/toasts.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/theme/components/toasts.scss b/client/src/theme/components/toasts.scss index ea438078e9b..9c4257d2210 100644 --- a/client/src/theme/components/toasts.scss +++ b/client/src/theme/components/toasts.scss @@ -65,7 +65,7 @@ ion-toast.notification-toast { padding: 0.5rem 1rem; &::before { - content: ""; + content: ''; position: absolute; bottom: 0; left: 0; @@ -75,7 +75,7 @@ ion-toast.notification-toast { } &::after { - content: ""; + content: ''; position: absolute; bottom: 0; left: 0; @@ -100,7 +100,7 @@ ion-toast.notification-toast { &::part(icon) { margin: 0; - padding: .25rem; + padding: 0.25rem; background: var(--ms-notification-toast-text-color); border-radius: var(--parsec-radius-8); color: var(--parsec-color-light-secondary-inversed-contrast);