style: achievement toast style

Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
alexsparkes
2024-05-23 16:06:58 +01:00
parent c992ab69ff
commit 5b57cbd418
20 changed files with 4288 additions and 3506 deletions

View File

@@ -7,7 +7,6 @@
.Toastify__toast {
border-radius: 12px !important;
min-height: auto !important;
height: auto !important;
width: auto !important;
min-width: auto !important;
@@ -19,11 +18,11 @@
color: var(--modal-text) !important;
}
.Toastify__progress-bar--default {
/*.Toastify__progress-bar--default {
height: 3px !important;
background: var(--modal-text) !important;
color: var(--modal-text) !important;
}
}*/
.Toastify__toast-container {
width: auto !important;
@@ -36,3 +35,7 @@
.Toastify__toast--success {
@extend %basic;
}
.Toastify__progress-bar--success {
background-color: gold !important;
}