forked from brooksbingham/theme-elegance
refactor: update styles for 'optional' text below form fields
parent
7547d850cc
commit
d5459b64d2
|
@ -171,7 +171,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-3 form-control-comment">
|
<div class="col-md-3 form-control-comment text-sm text-gray-600">
|
||||||
{block name='form_field_comment'}
|
{block name='form_field_comment'}
|
||||||
{if (!$field.required && !in_array($field.type, ['radio-buttons', 'checkbox']))}
|
{if (!$field.required && !in_array($field.type, ['radio-buttons', 'checkbox']))}
|
||||||
{l s='Optional' d='Shop.Forms.Labels'}
|
{l s='Optional' d='Shop.Forms.Labels'}
|
||||||
|
|
Loading…
Reference in New Issue