forked from brooksbingham/theme-elegance
refactor: add spacing between form fields for customer and login form
parent
3fe21584c7
commit
d93203e68a
|
@ -28,7 +28,7 @@
|
|||
{/block}
|
||||
|
||||
<form action="{block name='customer_form_actionurl'}{$action}{/block}" id="customer-form" class="js-customer-form" method="post">
|
||||
<section class="flex flex-col gap-2">
|
||||
<section class="flex flex-col gap-3">
|
||||
{block "form_fields"}
|
||||
{foreach from=$formFields item="field"}
|
||||
{block "form_field"}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
{/block}
|
||||
|
||||
<form id="login-form" action="{block name='login_form_actionurl'}{$action}{/block}" method="post">
|
||||
<section class="flex flex-col gap-2">
|
||||
<section class="flex flex-col gap-3">
|
||||
{block name='login_form_fields'}
|
||||
{foreach from=$formFields item="field"}
|
||||
{block name='form_field'}
|
||||
|
|
Loading…
Reference in New Issue