mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
feat(resource/interface): export notify
This commit is contained in:
@@ -50,3 +50,15 @@ code {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.toast-inform {
|
||||
background-color: #2980b9;
|
||||
}
|
||||
|
||||
.toast-success {
|
||||
background-color: #27ae60;
|
||||
}
|
||||
|
||||
.toast-error {
|
||||
background-color: #c0392b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user