group posts
This commit is contained in:
32
src/styles/toast.css
Normal file
32
src/styles/toast.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.Toastify__progress-bar--success {
|
||||
background: #10be59 !important;
|
||||
}
|
||||
|
||||
.Toastify__toast--success .Toastify__toast-icon svg path {
|
||||
fill: #10be59 !important;
|
||||
}
|
||||
|
||||
.Toastify__progress-bar--error {
|
||||
background: #f13e5f !important;
|
||||
}
|
||||
|
||||
.Toastify__toast--error .Toastify__toast-icon svg path {
|
||||
fill: #f13e5f !important;
|
||||
}
|
||||
|
||||
.Toastify__progress-bar--success {
|
||||
background: #10be59 !important;
|
||||
}
|
||||
|
||||
.Toastify__toast--success .Toastify__toast-icon svg path {
|
||||
fill: #10be59 !important;
|
||||
}
|
||||
|
||||
.Toastify__toast {
|
||||
background: #292929 !important;
|
||||
color: var(--color-liquid-white);
|
||||
}
|
||||
|
||||
.Toastify__toast > button > svg {
|
||||
fill: var(--color-liquid-white);
|
||||
}
|
||||
Reference in New Issue
Block a user