dealhub/resources/views/components/ui/preloader.blade.php
kusowl 38d429e5d5 bugfix: improvemnets in UI, misc bugfixes
add tooltip to sidebar buttons
remove profile for admin
fix mobile menu not opening in home page
fix deal image input modal size in mobile view
make image scrollable in input modal
fix explore page filters are not clickable when recent search is maxed
out
change UI for the recent searches
add seeder for categories
improve deal card ui in broker dashboard
2026-01-29 14:02:39 +05:30

9 lines
441 B
PHP

<div id="preloader"
class="bg-gray-100 fixed top-0 left-0 h-screen w-screen z-1000 flex items-center justify-center opacity-100 transition-all duration-500 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>