forked from brooksbingham/theme-elegance
refactor: reset the styling for the customer account links
parent
7e92214b03
commit
2ab758654b
|
@ -24,19 +24,13 @@
|
||||||
*}
|
*}
|
||||||
|
|
||||||
<div id="block_myaccount_infos" class="col-md-3 links wrapper">
|
<div id="block_myaccount_infos" class="col-md-3 links wrapper">
|
||||||
<p class="h3 myaccount-title hidden-sm-down">
|
<p class="font-bold">
|
||||||
<a class="text-uppercase" href="{$urls.pages.my_account}" rel="nofollow">
|
<a class="text-uppercase" href="{$urls.pages.my_account}" rel="nofollow">
|
||||||
{l s='Your account' d='Shop.Theme.Customeraccount'}
|
{l s='Your account' d='Shop.Theme.Customeraccount'}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="title clearfix hidden-md-up" data-target="#footer_account_list" data-toggle="collapse">
|
<div class="title clearfix hidden-md-up" data-target="#footer_account_list" data-toggle="collapse">
|
||||||
<span class="h3">{l s='Your account' d='Shop.Theme.Customeraccount'}</span>
|
<span class="text-base">{l s='Your account' d='Shop.Theme.Customeraccount'}</span>
|
||||||
<span class="float-xs-right">
|
|
||||||
<span class="navbar-toggler collapse-icons">
|
|
||||||
<i class="material-icons add"></i>
|
|
||||||
<i class="material-icons remove"></i>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<ul class="account-list collapse" id="footer_account_list">
|
<ul class="account-list collapse" id="footer_account_list">
|
||||||
{foreach from=$my_account_urls item=my_account_url}
|
{foreach from=$my_account_urls item=my_account_url}
|
||||||
|
|
Loading…
Reference in New Issue