shx-3d-render

main
Jan Umbach 2024-06-13 15:11:21 +02:00
parent af62e04d69
commit b44fdf92ac
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<style>.custom.form__label{margin-bottom: 0.6rem}.field.custom{margin-top:0}.custom .field__input{padding-top:0.8rem}</style>
<label class="form__label custom" for="your-label">Your label</label>
<div class="field custom">
<input class="field__input" form="{{ 'product-form-' | append: section.id }}" type="text" id="your-label" name="properties[Your label]">
</div>