Change bottom left bgcolor for ninjaDev

This commit is contained in:
Hillel Coren 2018-04-05 14:32:38 +03:00
parent dadd97c769
commit 46db9604ad

View File

@ -2,6 +2,14 @@
@section('head_css')
<link href="{{ asset('css/built.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
@if (Utils::isNinjaDev())
<style type="text/css">
.nav-footer {
background-color: #00FF00 !important;
}
</style>
@endif
@stop
@section('head')