Improve dev status

This commit is contained in:
Hillel Coren 2018-04-08 11:46:40 +03:00
parent e61a9e24bf
commit 083c13b599

View File

@ -6,7 +6,11 @@
@if (Utils::isNinjaDev()) @if (Utils::isNinjaDev())
<style type="text/css"> <style type="text/css">
.nav-footer { .nav-footer {
background-color: #00FF00 !important; @if (config('mail.driver') == 'log')
background-color: #50C878 !important;
@else
background-color: #FD6A02 !important;
@endif
} }
</style> </style>
@endif @endif