forked from brooksbingham/theme-elegance
Merge pull request 'refactor: update footer icons and form fields styles' (#14) from abhisheks/theme-elegance:main into main
Reviewed-on: brooksbingham/theme-elegance#14pagebuilder
commit
747e385b4c
|
@ -40,20 +40,8 @@
|
|||
{/block}
|
||||
</div>
|
||||
<div class="flex justify-center items-center gap-4">
|
||||
<a class="p-4" href="{$urls.base_url}">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-x" width="24" height="24" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M4 4l11.733 16h4.267l-11.733 -16z"></path>
|
||||
<path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path>
|
||||
</svg>
|
||||
</a>
|
||||
<a class="p-4">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-instagram" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z"></path>
|
||||
<path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
|
||||
<path d="M16.5 7.5l0 .01"></path>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-facebook" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3" /></svg>
|
||||
</a>
|
||||
<a class="p-4">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-instagram" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
{$field.label}
|
||||
{/if}
|
||||
</label>
|
||||
<div class="flex flex-col {if ($field.type === 'radio-buttons')} items-center{/if}">
|
||||
<div class="flex gap-1 {if ($field.type === 'radio-buttons')}flex gap-2 items-center{else}flex-col{/if}">
|
||||
|
||||
{if $field.type === 'select'}
|
||||
|
||||
|
|
|
@ -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'}
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
|
||||
{block name='page_header_container'}
|
||||
{block name='page_title' hide}
|
||||
<header class="page-header">
|
||||
<h1>{$smarty.block.child}</h1>
|
||||
<header class="page-header mb-8">
|
||||
<h1 class="text-2xl font-bold">{$smarty.block.child}</h1>
|
||||
</header>
|
||||
{/block}
|
||||
{/block}
|
||||
|
|
Loading…
Reference in New Issue