templates/app/base/header/cart/estimation_cart.html.twig line 1

Open in your IDE?
  1. <div class="bg-grey d-flex flex-row px-0 align-items-center h-100 wp-200">
  2.     <span class="image-bottom-number py-0 flex-1">
  3.         <a href="{{ path('app_estimation_cart') }}">
  4.             <img class="blue-image" src={{ asset("build/images/estimation.png") }}>
  5.         </a>
  6.         <span id="header_estimation_cart_items" class="left-bottom-number bg-blue-image text-grey-estimation ff-os-regular">{{ getEstimationCartItemsCount() }}</span>
  7.     </span>
  8.     <div class="ml-3 border-left-blue h-75 d-flex align-items-center justify-content-center w-100 flex-2 text-truncate">
  9.         <a href="{{ path('app_estimation_cart') }}" class="link-estimation">
  10.             <h6 class="my-0 ct-blue mw-100 text-truncate ff-os-regular"/>
  11.                 {{ "bundles.sylius_shop.homepage.index.header.icons_bar.estimate.label"|trans }}
  12.             </h6>
  13.         </a>
  14.     </div>
  15. </div>