custom/static-plugins/WabsAuth/src/Resources/views/storefront/layout/header/account-menu.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/account-menu.html.twig' %}
  2. {% block layout_header_actions_account_widget_dropdown_login %}
  3.     {% if not context.customer %}
  4.         <div class="account-menu-login">
  5.             <a href="{{ path('frontend.account.oauth.redirect') }}" class="btn" id="igmLoginBtn">
  6.                 <div>
  7.                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 75" style="width: 40px">
  8.                         <style>.logo-st0 {
  9.                                 fill: #e3020e
  10.                             }
  11.                             .logo-st1 {
  12.                                 fill: #fff
  13.                             }</style>
  14.                         <g id="logo-symbols">
  15.                             <g id="logo">
  16.                                 <path class="logo-st0" d="M75 0v75H0V0z"></path>
  17.                                 <path class="logo-st1"
  18.                                       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>
  19.                                 <path class="logo-st1"
  20.                                       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>
  21.                             </g>
  22.                         </g>
  23.                     </svg>
  24.                 </div>
  25.                 <div style="line-height: 40px; margin: 0 auto;">
  26.                     Anmelden
  27.                 </div>
  28.             </a>
  29.         </div>
  30.     {% endif %}
  31. {% endblock %}