Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
added cursor pointer close qrcode box
Browse files Browse the repository at this point in the history
  • Loading branch information
kmartin26 committed Feb 1, 2023
1 parent a228c91 commit ffa0165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
<div id="qrcode-container" class="absolute top-0 right-0 bottom-0 left-0 bg-black/[0.4] hidden">
<div id="qrcode-box" class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 p-6 bg-white">
<div id="qrcode-close" class="absolute top-0 right-0 translate-x-4 -translate-y-4 rounded-full p-1 shadow shadow-black bg-red-700 text-white">
<div id="qrcode-close" class="absolute top-0 right-0 translate-x-4 -translate-y-4 rounded-full p-1 shadow shadow-black bg-red-700 text-white cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
</svg>
Expand Down

0 comments on commit ffa0165

Please sign in to comment.