templates/front/partials/push-adherent-contact.html.twig line 1

Open in your IDE?
  1. <div class="contact-adherent">
  2.     <div class="flex items-center overflow-hidden h-full rounded-lg">
  3.         <svg width="116" height="145" class="icon--green icon flex-shrink-0">
  4.             <use href="#icon-profile" xlink:href="#icon-profile"></use>
  5.         </svg>
  6.         <p class="font-semibold title--M contact-adherent__title">Besoin d'infos sur l'adhésion ?</p>
  7.     </div>
  8.     <a href="{{ page_url('login','front') }}" class="icon-center contact-adherent__button">
  9.         <span>
  10.             Devenir adhérent
  11.             <svg width="12" height="12" class="icon--violet mt-2 mx-auto" aria-hidden="true">
  12.                 <use href="#icon-arrow" xlink:href="#icon-arrow"></use>
  13.             </svg>
  14.         </span>
  15.     </a>
  16. </div>