Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div id="modal-container" class="fixed w-screen h-screen hidden items-center justify-center z-50">
<div id="modal" class="p-4 rounded-md w-96 z-50 flex relative">
<div class="w-10 h-10 bg-red-500 bg-opacity-20 rounded-full inline-flex items-center justify-center">
<div class="w-10 h-10 bg-red-500/20 rounded-full inline-flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-red-500" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
Expand All @@ -39,12 +39,12 @@ <h4 class="font-medium">Error</h4>
</div>
</div>
</div>
<div class="fixed w-screen h-screen z-40 flex items-center justify-center bg-black bg-opacity-60"></div>
<div class="fixed w-screen h-screen z-40 flex items-center justify-center bg-black/60"></div>
</div>

<div id="login-page" style="visibility: hidden; position: absolute;"
class="px-10 py-16 h-auto flex flex-col justify-center items-center">
<div class="bg-black w-full z-10 h-screen fixed inset-0 bg-opacity-50" aria-hidden="true"></div>
<div class="bg-black/50 w-full z-10 h-screen fixed inset-0" aria-hidden="true"></div>
<section id="login-card" class="relative z-40 bg-white flex flex-col rounded-md px-6 pt-4 pb-6 text-center"
style="width: 26rem; margin-bottom: 140px;">
<div class="flex items-center justify-center">
Expand Down
Loading
Loading