mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
style: achievement toast style
Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user