Improve dev status
This commit is contained in:
parent
e61a9e24bf
commit
083c13b599
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@
|
|||
@if (Utils::isNinjaDev())
|
||||
<style type="text/css">
|
||||
.nav-footer {
|
||||
background-color: #00FF00 !important;
|
||||
@if (config('mail.driver') == 'log')
|
||||
background-color: #50C878 !important;
|
||||
@else
|
||||
background-color: #FD6A02 !important;
|
||||
@endif
|
||||
}
|
||||
</style>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue