mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
bag.html - Changed Remove item color
This commit is contained in:
parent
5a22718070
commit
696dc58a8e
1 changed files with 6 additions and 6 deletions
6
bag.html
6
bag.html
|
@ -145,7 +145,7 @@
|
|||
</div>
|
||||
<br>
|
||||
<p>Rp 1.999.999,00</p>
|
||||
<a href=""><i data-feather="trash"></i> <u>REMOVE</u></a></i>
|
||||
<a href="" style="color:red;"><i data-feather="trash" color="red"></i> <u>Remove</u></a>
|
||||
<br><br>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -177,7 +177,7 @@
|
|||
</div>
|
||||
<br>
|
||||
<p>Rp 1.999.999,00</p>
|
||||
<a href=""><i data-feather="trash"></i> <u>REMOVE</u></a></i>
|
||||
<a href="" style="color:red;"><i data-feather="trash" color="red"></i> <u>Remove</u></a>
|
||||
<br><br>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -209,7 +209,7 @@
|
|||
</div>
|
||||
<br>
|
||||
<p>Rp 1.999.999,00</p>
|
||||
<a href=""><i data-feather="trash"></i> <u>REMOVE</u></a></i>
|
||||
<a href="" style="color:red;"><i data-feather="trash" color="red"></i> <u>Remove</u></a>
|
||||
<br><br>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue