feat(standard-styling): Add standard svg icons

Use chevron svg icons in bootstrap touchspin on product page AND on main menu if it has children
This commit is contained in:
2025-12-04 15:21:42 +01:00
parent 00bae73b17
commit 9609cfe305
10 changed files with 129 additions and 76 deletions

View File

@ -20,6 +20,11 @@
{if $node.open_in_new_window} target="_blank" {/if}
>
<span class="align-self-center">{$node.label}</span>
{if $node.children|count}
<span class="d-none d-md-block pl-1" style="margin-bottom: 3px;">
{svg_icon file='chevron_down.svg' }
</span>
{/if}
</a>
{if $node.children|count}
{* Cannot use page identifier as we can have the same page several times *}
@ -51,4 +56,4 @@
<div class="main-menu" id="_desktop_top_menu">
{menu nodes=$menu.children}
</div>
</div>
</div>