Adds standard styling for header, cart, and search
Applies new styling to the header, shopping cart, and search bar components. Creates new scss files for header and swiper layouts. Replaces x.svg. These changes create a more consistent and modern user interface.
This commit is contained in:
@ -49,12 +49,17 @@
|
||||
data-target="#mobile_top_menu_wrapper"
|
||||
>
|
||||
<div class="header-top__icon-container">
|
||||
<span class="header-top__icon material-icons">menu</span>
|
||||
{capture name="svg_output"}{svg_icon file='hamburger-menu.svg'}{/capture}
|
||||
{if $smarty.capture.svg_output}
|
||||
{$smarty.capture.svg_output nofilter}
|
||||
{else}
|
||||
<span class="header-top__icon material-icons">menu</span>
|
||||
{/if}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col header-top__block header-top__block--logo">
|
||||
<div class="col col-md-auto col header-top__block header-top__block--logo">
|
||||
<a href="{$urls.pages.index}">
|
||||
{images_block webpEnabled=$webpEnabled}
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user