commerce/components/cart/CartItem/CartItem.module.css
Belen Curcio 0c8100ddcb changes
2020-10-14 17:56:50 -03:00

18 lines
334 B
CSS

.quantity {
appearance: textfield;
@apply w-8 border-gray-300 border mx-3 rounded text-center text-sm text-black;
}
.quantity::-webkit-outer-spin-button,
.quantity::-webkit-inner-spin-button {
@apply appearance-none m-0;
}
.productImage {
position: absolute;
top: 0;
left: -10px;
top: 15px;
transform: scale(1.9);
}