custom/plugins/Tuerschild_2/src/Resources/views/storefront/layout/header/header.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %}
  2. {% block layout_header_logo %}
  3.     <div class="col-12 col-lg-auto header-logo-col">
  4.         {% sw_include '@Storefront/storefront/layout/header/logo.html.twig' %}
  5.     </div>
  6.     {% block base_navigation %}
  7.         <div class="nav-main">
  8.             {% block base_navigation_inner %}
  9.                 {% sw_include '@Storefront/storefront/layout/navigation/navigation.html.twig' %}
  10.             {% endblock %}
  11.         </div>
  12.     {% endblock %}
  13.          <style>
  14.              .header-search-input::placeholder{
  15.                  font-family:  "Source Sans Pro", sans-serif;
  16.                  font-size: 18px;
  17.                  color: #25232D;
  18.              }
  19.          </style>
  20. {% endblock %}