This commit is contained in:
Belen Curcio
2020-10-14 17:56:50 -03:00
parent e6ba938f38
commit 0c8100ddcb
2 changed files with 11 additions and 6 deletions

View File

@@ -7,3 +7,11 @@
.quantity::-webkit-inner-spin-button {
@apply appearance-none m-0;
}
.productImage {
position: absolute;
top: 0;
left: -10px;
top: 15px;
transform: scale(1.9);
}