forked from brooksbingham/theme-elegance
refactor: update products details tabs trigger
parent
85edb09ac3
commit
6b2ec4a5c8
|
@ -137,7 +137,7 @@
|
|||
<div class="tabs flex flex-col gap-4 mt-16 lg:mt-36">
|
||||
<ul class="nav nav-tabs flex justify-around" role="tablist">
|
||||
{if $product.description}
|
||||
<li class="nav-item text-lg font-bold text-blue-950">
|
||||
<li class="nav-item text-base font-semibold text-blue-950">
|
||||
<a
|
||||
class="nav-link{if $product.description} active{/if}"
|
||||
data-toggle="tab"
|
||||
|
@ -147,7 +147,7 @@
|
|||
{if $product.description} aria-selected="true"{/if}>{l s='Description' d='Shop.Theme.Catalog'}</a>
|
||||
</li>
|
||||
{/if}
|
||||
<li class="nav-item text-lg font-bold text-gray-500">
|
||||
<li class="nav-item text-base font-semibold text-gray-500">
|
||||
<a
|
||||
class="nav-link{if !$product.description} active{/if}"
|
||||
data-toggle="tab"
|
||||
|
|
Loading…
Reference in New Issue