forked from crowetic/commerce
10 lines
219 B
CSS
10 lines
219 B
CSS
.quantity {
|
|
appearance: textfield;
|
|
@apply w-8 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;
|
|
}
|