|
|
@ -14,7 +14,6 @@ |
|
|
|
</h1> |
|
|
|
</div> |
|
|
|
|
|
|
|
<form> |
|
|
|
<h3 class="text-sm uppercase font-semibold mb-2">Scan a QR Code…</h3> |
|
|
|
<div class="bg-black rounded overflow-hidden relative mb-4"> |
|
|
|
<img src="https://picsum.photos/400/400?random=1" class="w-full" /> |
|
|
@ -25,9 +24,7 @@ |
|
|
|
<!-- Reft --> |
|
|
|
<div class="absolute top-1/4 bottom-1/4 left-0 bg-black/50 w-1/4"></div> |
|
|
|
<!-- Right --> |
|
|
|
<div |
|
|
|
class="absolute top-1/4 bottom-1/4 right-0 bg-black/50 w-1/4" |
|
|
|
></div> |
|
|
|
<div class="absolute top-1/4 bottom-1/4 right-0 bg-black/50 w-1/4"></div> |
|
|
|
<!-- Bottom --> |
|
|
|
<div class="absolute bottom-0 left-0 right-0 bg-black/50 h-1/4"></div> |
|
|
|
|
|
|
@ -50,9 +47,7 @@ |
|
|
|
></div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<h3 class="text-sm uppercase font-semibold mb-2"> |
|
|
|
…or Enter Contact Data |
|
|
|
</h3> |
|
|
|
<h3 class="text-sm uppercase font-semibold mb-2">…or Enter Contact Data</h3> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
placeholder="Name (optional)" |
|
|
@ -82,7 +77,6 @@ |
|
|
|
Cancel |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</section> |
|
|
|
</template> |
|
|
|
|
|
|
|