templates/bundles/SyliusShopBundle/Homepage/sections/slider_border_bottom.html.twig line 1

Open in your IDE?
  1. <svg class="w-100 h-100">
  2.     <line style="stroke:red;stroke-width:2" x1="0" x2="100%" y1="5" y2="5"/>
  3.     <svg x="{% if is_mobile() %}70%{% else %}85%{% endif %}">
  4.         <defs>
  5.             <polygon id="border_bottom_triange" fill="transparent" points="6,2 2,8 10,8" style="stroke:#06326e;stroke-width:2"/>
  6.         </defs>
  7.         <use x="0" xlink:href="#border_bottom_triange" y="0"/>
  8.         <rect fill="transparent" height="6" style="stroke:#06326e;stroke-width:2;" width="6" x="30" y="2"/>
  9.         <circle cx="60" cy="5" fill="transparent" r="3.5" stroke-width="2" stroke="#06326e"/>
  10.     </svg>
  11. </svg>