feat(resource/interface): export notify

This commit is contained in:
Linden
2022-04-11 03:52:18 +00:00
parent 285f30f8fe
commit e842185382
4 changed files with 58 additions and 10 deletions

View File

@@ -50,3 +50,15 @@ code {
width: 0;
height: 0;
}
.toast-inform {
background-color: #2980b9;
}
.toast-success {
background-color: #27ae60;
}
.toast-error {
background-color: #c0392b;
}