Skip to content

Commit

Permalink
rtl pop up
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Nov 21, 2024
1 parent 0e36f24 commit 63e82a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orderDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h1 class="text-[#191C1F] font-medium text-sm uppercase">order details</h1>

<div x-show="showPopup" x-cloak class="fixed inset-0 bg-black bg-opacity-70 flex justify-center items-center z-50">
<div class="bg-white rounded-lg p-4 md:m-0 m-5 w-full max-w-md relative">
<button @click="showPopup = false" class="absolute top-4 right-4 text-gray-500 hover:text-gray-700">
<button @click="showPopup = false" class="absolute top-4 ltr:right-4 rtl:left-4 text-gray-500 hover:text-gray-700">
<img src="../assets/images/closeIcon.svg" alt="">
</button>
<h2 class="text-sm text-[#191C1F] font-medium mb-2">Billing address</h2>
Expand Down

0 comments on commit 63e82a9

Please sign in to comment.