mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-26 08:17:49 +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;
|
font-family: 'Poppins', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box{
|
.box {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 320px){
|
@media (max-width: 320px) {
|
||||||
.box{
|
.box {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -145,7 +145,7 @@
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<p>Rp 1.999.999,00</p>
|
<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>
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<p>Rp 1.999.999,00</p>
|
<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>
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -209,7 +209,7 @@
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<p>Rp 1.999.999,00</p>
|
<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>
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue