Standardise attribute layout

This commit is contained in:
2024-01-09 23:28:17 +11:00
parent c02f390f64
commit 1f753c4dc6
5 changed files with 93 additions and 114 deletions

View File

@@ -0,0 +1,10 @@
<div class="row pt-2">
<div class="col-1 @if(! $edit)d-none @endif"></div>
<div class="col-10 p-2">
<div id="{{ $o->name_lc }}">
{{ $slot }}
</div>
<x-attribute.widget.options :o="$o" :edit="$edit" :new="$new"></x-attribute.widget.options>
</div>
</div>