Skip to content

Commit

Permalink
Fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr committed Dec 5, 2023
1 parent dfb0919 commit 4c952de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/theme/components/toasts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ion-toast.notification-toast {
padding: 0.5rem 1rem;

&::before {
content: "";
content: '';
position: absolute;
bottom: 0;
left: 0;
Expand All @@ -75,7 +75,7 @@ ion-toast.notification-toast {
}

&::after {
content: "";
content: '';
position: absolute;
bottom: 0;
left: 0;
Expand All @@ -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);
Expand Down

0 comments on commit 4c952de

Please sign in to comment.