Cleaned up usage of some core scss files

This commit is contained in:
Dan Brown
2019-04-07 11:34:40 +01:00
parent 0a06e2bce3
commit 8c21b5345d
40 changed files with 190 additions and 332 deletions

View File

@ -4,7 +4,7 @@ $value
$checked
$label
--}}
<label class="toggle-switch @if($errors->has($name)) neg @endif">
<label class="toggle-switch @if($errors->has($name)) text-neg @endif">
<input type="checkbox" name="{{$name}}" value="{{ $value }}" @if($checked) checked="checked" @endif>
<span class="custom-checkbox text-primary">@icon('check')</span>
<span class="label">{{$label}}</span>