templates/digitalwandler/Components/contactSwimmer.html.twig line 1

Open in your IDE?
  1. <div class="fixed z-40 w-16 h-16 overflow-hidden transition-all duration-100 shadow-xl cursor-pointer wow animate__heartBeat right-2 bottom-1/4 md:top-1/4 md:bottom-auto rounded-full md:hidden bg-rs-red">
  2.     <a href="#contact-form">
  3.         <div class="flex items-center justify-center w-full h-full text-white">
  4.             <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  5.                 <path fill="currentColor" d="M2.735 20C2.654 20 2.573 19.98 2.499 19.941C2.337 19.854 2.235 19.685 2.235 19.5V15.529H1.617C0.726 15.529 0 14.804 0 13.912V1.618C0 0.726 0.726 0 1.617 0H18.383C19.274 0 20 0.726 20 1.618V13.912C20 14.804 19.274 15.53 18.383 15.53H9.593L3.013 19.917C2.929 19.972 2.832 20 2.735 20ZM2.617 2C2.277 2 2 2.277 2 2.618V12.912C2 13.253 2.277 13.53 2.617 13.53H3.735C4.011 13.53 4.235 13.754 4.235 14.03V16.567L8.164 13.614C8.246 13.559 9.343 13.53 9.441 13.53H17.382C17.722 13.53 17.999 13.253 17.999 12.912V2.618C18 2.277 17.723 2 17.383 2H2.617Z" />
  6.             </svg>
  7.         </div>
  8.     </a>
  9. </div>