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);