Re-arranged some list items to flexbox instead of grid

Since flexbox is better supported on a wider range of elements
This commit is contained in:
Dan Brown
2019-02-16 15:05:18 +00:00
parent a112c11df8
commit b00b319e83
16 changed files with 90 additions and 74 deletions

View File

@ -2,5 +2,5 @@
<input type="hidden" name="{{$name}}" value="{{$value?'true':'false'}}"/>
<input type="checkbox" @if($value) checked="checked" @endif>
<span class="custom-checkbox text-primary">@icon('check')</span>
<span class="label">{{ $label ?? '' }}</span> {{-- TODO - remove default operataor backup --}}
<span class="label">{{ $label }}</span>
</label>