templates/bundles/SyliusShopBundle/Product/Show/_tabs.html.twig line 1

Open in your IDE?
  1. <div class="container-h" id="div-menu-tabs-product">
  2.     <div class="ui top attached large tabular menu" id="nav-menu-tabs-product">
  3.         {% include '@SyliusShop/Product/Show/Tabs/_menu.html.twig' %}
  4.     </div>
  5.     {% include '@SyliusShop/Product/Show/Tabs/_content.html.twig' %}
  6. </div>
  7. <style>
  8.     /*.ui.top.attached.large.tabular.menu {*/
  9.     /*    display: flex;*/
  10.     /*    margin: 4rem 0 0 0;*/
  11.     /*    gap: 3rem;*/
  12.     /*    justify-content: center;*/
  13.     /*}*/
  14.     /*.ui.tabular.menu .active.item {*/
  15.     /*    border-bottom: 2px solid #E35E31 ;*/
  16.     /*    border-left: 0;*/
  17.     /*    border-right: 0;*/
  18.     /*    border-top: 0;*/
  19.     /*    background-color: inherit;*/
  20.     /*}*/
  21. </style>