5 lines
274 B
Plaintext
5 lines
274 B
Plaintext
<div class="fixed top-0 left-0 w-full h-14 bg-black/70 flex items-center justify-center z-50">
|
|
<div class="bg-gray-200/80 px-4 py-2 rounded-lg">
|
|
<div class="animate-spin h-5 w-5 border-2 border-gray-600 border-t-transparent rounded-full"></div>
|
|
</div>
|
|
</div> |