fix: notyf style

This commit is contained in:
Julien Calixte
2025-04-08 21:53:09 +02:00
parent 1dda4cf77a
commit 3625006c87
2 changed files with 17 additions and 6 deletions

View File

@@ -88,9 +88,17 @@ a {
}
}
.notyf__wrapper {
padding-top: 0;
padding-bottom: 0;
.notyf__toast {
border-radius: revert-layer;
border: none;
}
.alert-success .notyf__message {
color: var(--color-success-content);
}
.alert-error .notyf__message {
color: var(--color-error-content);
}
.alert {