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

Open in your IDE?
  1. {% import "./macros_typography.html.twig" as macrosTypography %}
  2. {% import "./macros_button.html.twig" as macrosButton %}
  3. {# {{macrosButton.primaryBtn({
  4.             'class': 'w-full',
  5.             'type': 'button',
  6.             'text': 'Send message',
  7.             'iconEnd': {
  8.             'class': '',
  9.             'id': '#arrow-next'
  10.             }
  11.             })}} #}
  12. <button class="primary-btn w-full">
  13.     <span class="primary-btn-text">Send message</span> 
  14.         <span class="btn-postfix ">
  15.         <svg><use xlink:href="#arrow-next"></use></svg>
  16.     </span>
  17. </button>