diff options
Diffstat (limited to 'src/main/resources/css/style.css')
-rw-r--r-- | src/main/resources/css/style.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/main/resources/css/style.css b/src/main/resources/css/style.css index cae50162..69f4b218 100644 --- a/src/main/resources/css/style.css +++ b/src/main/resources/css/style.css @@ -443,3 +443,28 @@ ul.typeahead > li.active > a { text-decoration: none; background-color: #f8f9fa; } + +#toast-container .toast { + background-color: #030303; + max-width: inherit; +} + +#toast-container .toast-success { + background-color: #51A351; +} + +#toast-container .toast-error { + background-color: #BD362F; +} + +#toast-container .toast-info { + background-color: #2F96B4; +} + +#toast-container .toast-warning { + background-color: #F89406; +} + +#toast-container .toast-progress { + background-color: #000000; +} |