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:
parent
944b160dfa
commit
6651cfa536
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
@import "src/styles/variables";
|
@import "src/styles/variables";
|
||||||
|
|
||||||
.toast {
|
div.toast {
|
||||||
@include outer_shadow;
|
@include outer_shadow;
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -10,14 +10,14 @@
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
div.toast.error {
|
||||||
background: $red_gradient_alt;
|
background: $red_gradient_alt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success {
|
div.toast.success {
|
||||||
background: $green_gradient;
|
background: $green_gradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
div.toast.info {
|
||||||
background: $cyan_gradient;
|
background: $cyan_gradient;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue