refactor: overview & stats to functional components

This commit is contained in:
alexsparkes
2024-05-29 11:24:32 +01:00
parent 2f5ef7f373
commit 4def9db23f
4 changed files with 256 additions and 301 deletions

View File

@@ -32,10 +32,10 @@
@extend %basic;
}
.Toastify__toast--success {
.Toastify__toast--info {
@extend %basic;
}
.Toastify__progress-bar--success {
.Toastify__progress-bar--info {
background-color: gold !important;
}