dealhub/resources/views/components/ui/preloader.blade.php

9 lines
442 B
PHP

<div id="preloader"
class="bg-white fixed top-0 left-0 h-screen w-screen z-1000 flex items-center justify-center opacity-100 transition-opacity duration-300 ease-in-out">
<div
class="inline-block h-8 w-8 animate-spin rounded-full border-4
border-solid border-black border-e-transparent align-[-0.125em]
text-surface motion-reduce:animate-[spin_1.5s_linear_infinite] text-black">
</div>
</div>