Change Cart button icon and size

This commit is contained in:
2021-11-06 15:12:44 +01:00
parent d087a58f36
commit d68353cf18
2 changed files with 12 additions and 4 deletions

View File

@@ -8,6 +8,15 @@
margin-left: auto;
}
// Icon
img {
display: block;
width: 27px;
height: 27px;
margin-top: -3px;
}
// Quantity label
.quantity {
position: absolute;
top: 50%;