mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Update item quantity
This commit is contained in:
9
components/cart/CartItem/CartItem.module.css
Normal file
9
components/cart/CartItem/CartItem.module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.quantity {
|
||||
appearance: textfield;
|
||||
@apply w-6 border-gray-300 border mx-3 rounded text-center text-sm;
|
||||
}
|
||||
|
||||
.quantity::-webkit-outer-spin-button,
|
||||
.quantity::-webkit-inner-spin-button {
|
||||
@apply appearance-none m-0;
|
||||
}
|
Reference in New Issue
Block a user