templates/pages/blocks/form/submit.html.twig line 1

Open in your IDE?
  1. {# <div class="input-container w_100 mx-auto text-center">
  2.     <button class="btn_section {{row.field_class}}" type="submit">
  3.         <span>
  4.             <svg width="20" height="11" viewbox="0 0 20 11" fill="none" xmlns="http://www.w3.org/2000/svg">
  5.                 <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5303 1.17681L14 0.646484L12.9393 1.70714L13.4697 2.23747L16.1894 4.95716H1H0.25V6.45716H1H16.1893L13.4697 9.17682L12.9393 9.70714L14 10.7678L14.5303 10.2375L18.5303 6.23747L19.0607 5.70714L18.5303 5.17681L14.5303 1.17681Z" fill="white"/>
  6.             </svg>
  7.         </span>
  8.         <span>
  9.             {{row.field_label}}
  10.         </span>
  11.     </button>
  12. </div> #}
  13. <button type="submit" class="button button__border button__transparent button__with-icon-right button__for-title">
  14.     <span>{{row.field_label}}</span>
  15.         <svg class='icon' width="32" height="32" viewbox="0 0 46 48">
  16.             <use xlink:href="#arrow-right"/>
  17.         </svg>
  18. </button>