templates/ECommerce/App/Widget/countdown.html.twig line 1

Open in your IDE?
  1. <div id="{{ id }}" class="counter" data-now="{{ now }}" data-time="{{ time }}">
        <svg width="65" height="33" viewBox="0 0 65 33" fill="none" xmlns="http://www.w3.org/2000/svg">
            <g clip-path="url(#clip0_145_2172)">
                <path d="M56.6501 29.0898L56.9001 28.5598H61.9601C63.5401 28.5598 64.8301 27.2698 64.8301 25.6898V18.0898C64.8101 14.8098 62.3501 11.9898 59.1101 11.5198L58.7001 11.4598L51.9301 1.28977C51.4001 0.489766 50.5001 0.00976562 49.5401 0.00976562H16.3401C15.0801 0.00976562 14.0101 0.819766 13.6201 1.94977H40.0701V10.4798C40.0701 12.0598 41.3601 13.3498 42.9401 13.3498H58.1501C60.7601 13.3498 62.8801 15.4698 62.8801 18.0798V19.0098H60.0501C59.5201 19.0098 59.0801 19.4498 59.0801 19.9798C59.0801 20.5098 59.5201 20.9498 60.0501 20.9498H62.8801V26.6098H57.3401L57.2301 25.7998C56.8201 22.6898 53.9601 20.4998 50.8501 20.9098C48.3101 21.2498 46.3001 23.2598 45.9601 25.7998L45.8501 26.6098H32.6301L32.5201 25.7998C32.1101 22.6898 29.2401 20.4998 26.1401 20.9098C23.6001 21.2498 21.5901 23.2598 21.2501 25.7998L21.1401 26.6098H13.6201C14.0101 27.7398 15.0801 28.5498 16.3401 28.5498H21.4001L21.6501 29.0798C22.9801 31.9198 26.3701 33.1398 29.2101 31.8098C30.4101 31.2498 31.3801 30.2798 31.9401 29.0798L32.1901 28.5498H46.1101L46.3601 29.0798C47.0101 30.4498 48.1501 31.4998 49.5801 32.0098C51.0101 32.5298 52.5501 32.4498 53.9301 31.8098C55.1301 31.2498 56.1001 30.2798 56.6601 29.0798L56.6501 29.0898ZM42.0201 11.3998V1.93977H50.0201L56.3401 11.3998H42.0201ZM26.8001 30.4098C24.7201 30.4098 23.0201 28.7098 23.0201 26.6298C23.0201 24.5498 24.7201 22.8498 26.8001 22.8498C28.8801 22.8498 30.5801 24.5498 30.5801 26.6298C30.5801 28.7098 28.8801 30.4098 26.8001 30.4098ZM51.5101 30.4098C49.4201 30.4098 47.7301 28.7098 47.7301 26.6298C47.7301 24.5498 49.4301 22.8498 51.5101 22.8498C53.5901 22.8498 55.2901 24.5498 55.2901 26.6298C55.2901 28.7098 53.5901 30.4098 51.5101 30.4098Z" fill="black"/>
                <path d="M18.2301 5.9502H7.83008V7.4902H18.2301V5.9502Z" fill="black"/>
                <path d="M18.2296 12.6602H4.55957V14.2002H18.2296V12.6602Z" fill="black"/>
                <path d="M18.23 19.3799H0V20.9199H18.23V19.3799Z" fill="black"/>
            </g>
            <defs>
                <clipPath id="clip0_145_2172">
                    <rect width="64.83" height="32.36" fill="white"/>
                </clipPath>
            </defs>
        </svg>
        <span class="hours">00</span>
        <span class="dot">:</span>
        <span class="minutes">00</span>
        <span class="dot">:</span>
        <span class="seconds">00</span>
    </div>
    
    {{ encore_entry_script_tags('app/countdownTime') }}