templates/bundles/SyliusShopBundle/Homepage/_latestProducts.html.twig line 1

Open in your IDE?
  1. <div class="div-title-collection">
  2.     <ul>
  3.         <li>
  4.             <h2 class="ui center aligned huge header">Collection</h2>
  5.         </li>
  6.     </ul>
  7.     <ul>
  8.         <li>Hommes</li>
  9.         <li>Femmes</li>
  10.         <li>Accessoires</li>
  11.     </ul>
  12. </div>
  13. <div {{ sylius_test_html_attribute('latest-products') }}>
  14.     {{ render(url('sylius_shop_partial_product_index_latest', {'count': 6, 'template': '@SyliusShop/Homepage/_list.html.twig'})) }}
  15. </div>
  16. <div class="ui hidden divider"></div>
  17. <style>
  18.     /*.div-title-collection {*/
  19.     /*    display: flex;*/
  20.     /*    justify-content: space-between;*/
  21.     /*    align-items: center;*/
  22.     /*}*/
  23.     /*.div-title-collection ul {*/
  24.     /*    display: inline-flex;*/
  25.     /*    justify-content: space-between;*/
  26.     /*    align-items: center;*/
  27.     /*    list-style: none;*/
  28.     /*}*/
  29.     /*.div-title-collection ul li {*/
  30.     /*    margin: 0 10px;*/
  31.     /*}*/
  32.     /*.bitbag-add-to-wishlist.ui.icon.labeled.button.blue{*/
  33.     /*    padding: 0 !important;*/
  34.     /*    position: absolute;*/
  35.     /*    top: 2rem;*/
  36.     /*    right: 4rem;*/
  37.     /*    z-index: 999;*/
  38.     /*    width: fit-content;*/
  39.     /*}*/
  40.     /*.bitbag-add-to-wishlist.ui.icon.labeled.button.blue i{*/
  41.     /*    background-color: transparent !important;*/
  42.     /*    font-size: var(--md-fz) !important;*/
  43.     /*}*/
  44.     /*.bitbag-add-to-wishlist.ui.icon.labeled.button.blue i:hover{*/
  45.     /*    color: #E35E31 !important;*/
  46.     /*}*/
  47.     /*.div-title-collection ul:last-of-type li {*/
  48.     /*    border-bottom: 2px solid #E35E31;*/
  49.     /*    cursor: pointer;*/
  50.     /*    border-bottom: 2px solid transparent;*/
  51.     /*    font-weight: bold;*/
  52.     /*    font-size: var(--sm-fz);*/
  53.     /*}*/
  54.     /*.div-title-collection ul:last-of-type li:hover {*/
  55.     /*    border-bottom: 2px solid #E35E31;*/
  56.     /*}*/
  57. </style>