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

Open in your IDE?
  1. {% set random = random() %}
  2. <svg version="1.1" class="call-to-action-bottom" 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-bottom .st0{fill:url(#callToActionBottomGradient{{ random }})}
  6. </style>
  7. <linearGradient id="callToActionBottomGradient{{ 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.6c0,0-566.3-96.1-1004.5-118.1
  12.     S0,0,0,0h2000.3V143.6z"/>
  13. </svg>