forked from brooksbingham/theme-elegance
refactor: update the styling for the customer signin
parent
5dcca71759
commit
e8dc135062
|
@ -22,7 +22,8 @@
|
|||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<div id="_desktop_user_info" class="w-6 h-6">
|
||||
<div id="_desktop_user_info" class="relative">
|
||||
<div class="flex max-w-[200px] justify-end">
|
||||
{if $logged}
|
||||
<a
|
||||
class="logout hidden-sm-down"
|
||||
|
@ -42,10 +43,11 @@
|
|||
<span class="hidden-sm-down">{$customerName}</span>
|
||||
</a>
|
||||
{else}
|
||||
<a
|
||||
<a
|
||||
href="{$my_account_url}"
|
||||
title="{l s='Log in to your customer account' d='Shop.Theme.Customeraccount'}"
|
||||
rel="nofollow"
|
||||
class="flex w-12 h-12 items-center justify-center"
|
||||
>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-login-2" width="24" height="24" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
|
@ -55,4 +57,5 @@
|
|||
</svg>
|
||||
</a>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue