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
12
bag.html
12
bag.html
|
@ -18,15 +18,15 @@
|
|||
font-family: 'Poppins', sans-serif;
|
||||
}
|
||||
|
||||
.box{
|
||||
.box {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media(max-width: 320px){
|
||||
.box{
|
||||
@media (max-width: 320px) {
|
||||
.box {
|
||||
width: 50px;
|
||||
}
|
||||
}
|
||||
|
@ -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