templates/svg/call-to-action/top.html.twig line 1

Open in your IDE?
  1. {% set random = random() %}
  2. <svg version="1.1" class="call-to-action-top" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  3.     viewBox="0 0 2000.3 143.6" style="enable-background:new 0 0 2000.3 143.6;" xml:space="preserve">
  4. <style type="text/css">
  5.     .call-to-action-top .st0{fill:url(#callToActionTopGradient{{ random }})}
  6. </style>
  7. <linearGradient id="callToActionTopGradient{{ random }}">
  8.     <stop offset="0%" stop-color="rgba(36,99,143,1)" />
  9.     <stop offset="100%" stop-color="rgba(69,199,202,1)" />
  10. </linearGradient>
  11. <path class="st0" d="M2000.3,143.6H0c0,0,557.4-3.6,995.7-25.5
  12.     S2000.3,0,2000.3,0V143.6z"/>
  13. </svg>