custom/static-plugins/WabsAuth/src/Resources/views/storefront/component/account/login.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/account/login.html.twig' %}
  2. {% block component_account_login_form %}
  3.     <div class="form-row">
  4.         <a href="{{ path('frontend.account.oauth.redirect') }}" class="btn" id="igmLoginBtn">
  5.             <div>
  6.                 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 75" style="width: 100px">
  7.                     <style>.logo-st0 {
  8.                             fill: #e3020e
  9.                         }
  10.                         .logo-st1 {
  11.                             fill: #fff
  12.                         }</style>
  13.                     <g id="logo-symbols">
  14.                         <g id="logo">
  15.                             <path class="logo-st0" d="M75 0v75H0V0z"></path>
  16.                             <path class="logo-st1"
  17.                                   d="M35.7 18.8h3.5V30h-3.5V18.8zm11.4 19s-2.3-6-9.7-6c-7.2 0-10.6 6.2-10.6 10.7 0 4.2 3.5 10.4 10.8 10.4 7.3 0 11.3-6.9 10.5-12.1 0-.1-10.8 0-10.8 0v3.5h6.8c0 .6-1.6 4.9-6.7 4.9-4.8 0-7-3.9-7-6.8 0-2.8 2.2-7 7-7 4.4 0 6.3 3.5 6.3 3.5l3.4-1.1zM13.7 66.3l10.5-20.2 13.4 16 13-16.1 10.7 20.2H57l-7-13.4-10.7 13.4H36L24.7 53l-6.8 13.4h-4.2v-.1z"></path>
  18.                             <path class="logo-st1"
  19.                                   d="M70 71.4l-1.2-2.5L38.5 7.4l-1.5-3-1.5 3-30 61.5-1.2 2.5H70zM37.1 11.9l27.5 56-54.9.1 27.4-56.1z"></path>
  20.                         </g>
  21.                     </g>
  22.                 </svg>
  23.             </div>
  24.             <div style="line-height: 100px; margin: 0 auto;">
  25.                 Jetzt mit meinen IG Metall Zugangsdaten einloggen
  26.             </div>
  27.         </a>
  28.     </div>
  29. {% endblock %}