Update setting-entity-color-picker.blade.php

Reducing indentation to one look in the application settings.
This commit is contained in:
Statium 2020-03-07 15:08:08 +05:00 committed by Dan Brown
parent 59aefe5371
commit f87c3b2660

View File

@ -5,7 +5,7 @@
<div>
<label for="setting-{{ $type }}-color" class="text-dark">{{ trans('settings.'. str_replace('-', '_', $type) .'_color') }}</label>
<button type="button" class="text-button text-muted" setting-color-picker-default>{{ trans('common.default') }}</button>
<span class="sep mx-xs">|</span>
<span class="sep">|</span>
<button type="button" class="text-button text-muted" setting-color-picker-reset>{{ trans('common.reset') }}</button>
</div>
<div>
@ -18,4 +18,4 @@
placeholder="{{ config('setting-defaults.'. $type .'-color') }}"
class="small">
</div>
</div>
</div>