|
@@ -1,11 +1,3 @@
|
1
|
|
-<style>
|
2
|
|
- .copy-link {
|
3
|
|
- color: blue;
|
4
|
|
- text-decoration: underline;
|
5
|
|
- cursor: pointer;
|
6
|
|
- float: right;
|
7
|
|
- }
|
8
|
|
-</style>
|
9
|
1
|
<dialog id="emoney" class="modal">
|
10
|
2
|
<div class="modal-box w-11/12 max-w-5xl">
|
11
|
3
|
<h3 class="text-lg font-bold">Hadiah</h3>
|
|
@@ -13,15 +5,19 @@
|
13
|
5
|
<div class="label">
|
14
|
6
|
<span class="label-text">Nama Bank</span>
|
15
|
7
|
</div>
|
16
|
|
- <input type="text" value="RHB Bank Berhad" class="input input-bordered input-sm input-accent w-full max-w-xs" disabled/>
|
|
8
|
+ <p class="input input-bordered input-sm input-accent w-full max-w-xs">
|
|
9
|
+ RHB Bank Berhad
|
|
10
|
+ </p>
|
17
|
11
|
</label>
|
18
|
12
|
<label class="form-control w-full max-w-xs">
|
19
|
13
|
<div class="label">
|
20
|
14
|
<span class="label-text">No. Akaun</span>
|
21
|
15
|
</div>
|
22
|
16
|
<p class="input input-bordered input-sm input-accent w-full max-w-xs">
|
23
|
|
- 15601700275298
|
24
|
|
- <span id="copyText" class="copy-link">(copy)</span>
|
|
17
|
+ 15601700275298
|
|
18
|
+ <span id="copyText" class="copy-link cursor-pointer float-end">
|
|
19
|
+ <i class="fa-regular fa-copy"></i>
|
|
20
|
+ </span>
|
25
|
21
|
</p>
|
26
|
22
|
<p id="copyMessage" class="text-green-500" style="display:none;">Copied to clipboard!</p>
|
27
|
23
|
</label>
|