templates/app/CustomizedSolutions/stepper.html.twig line 1

Open in your IDE?
  1. <svg id="stepper" height="40" version="1.1" width="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  2.     <defs>
  3.         <linearGradient id="loading_line_fill" x1="0%" y1="50%" x2="100%" y2="50%" gradientunits="userSpaceOnUse">
  4.             <stop id="loading_line_fill_end" stop-color="#c6c6c6" offset="0%"/>
  5.             <stop id="loading_line_fill_start" stop-color="#e3e3e3" offset="0%"/>
  6.         </linearGradient>
  7.     </defs>
  8.     <line stroke="url(#loading_line_fill)" style="stroke-width:5;" x1="0" x2="100%" y1="50%" y2="50%"/>
  9.     <circle id="base_circle" cx="0" cy="50%" fill="white" r="14" stroke-width="1" stroke="#cbcbcb"/>
  10. </svg>