1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed toast colors

This commit is contained in:
Fedor Katurov 2022-07-14 22:03:58 +07:00
parent 944b160dfa
commit 6651cfa536

View file

@ -1,6 +1,6 @@
@import "src/styles/variables";
.toast {
div.toast {
@include outer_shadow;
cursor: pointer;
@ -10,14 +10,14 @@
color: white;
}
.error {
div.toast.error {
background: $red_gradient_alt;
}
.success {
div.toast.success {
background: $green_gradient;
}
.info {
div.toast.info {
background: $cyan_gradient;
}