4
0
forked from crowetic/commerce
2020-10-13 14:34:24 -03:00

10 lines
230 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;
}