custom/plugins/ATNTheme/src/Resources/views/storefront/layout/scroll-up.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/scroll-up.html.twig' %}
  2. {% block layout_scroll_up_button %}
  3.     <div class="scroll-up-button js-scroll-up-button">
  4.         <button type="submit"
  5.                 class="btn">
  6.             {% block layout_scroll_up_button_icon %}
  7.                 {% sw_icon 'arrow-head-up' style {
  8.                     'size': 'lg'
  9.                 } %}
  10.             {% endblock %}
  11.         </button>
  12.     </div>
  13. {% endblock %}