Update item quantity

This commit is contained in:
Luis Alvarez
2020-10-06 19:07:02 -05:00
parent 835298ac92
commit b5b5d1343f
4 changed files with 48 additions and 4 deletions

View 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;
}