mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added more toasts
This commit is contained in:
parent
39e801f6f3
commit
e24ea4afeb
5 changed files with 56 additions and 21 deletions
|
@ -3,12 +3,20 @@
|
|||
.toast {
|
||||
@include outer_shadow;
|
||||
cursor: pointer;
|
||||
font: $font_14_semibold;
|
||||
user-select: none;
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.error {
|
||||
font: $font_14_semibold;
|
||||
background: $red_gradient_alt;
|
||||
color: white;
|
||||
user-select: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.success {
|
||||
background: $green_gradient;
|
||||
}
|
||||
|
||||
.info {
|
||||
background: $cyan_gradient;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue