Style stock quantity edit form.

This commit is contained in:
Jeff Stieler 2019-03-27 11:59:52 -06:00
parent f32f85e58e
commit 150088d312
1 changed files with 21 additions and 0 deletions

View File

@ -295,4 +295,25 @@
padding: 3px $gap-smaller;
border-radius: 3px;
}
.woocommerce-stock-activity-card__edit-quantity {
display: inline-flex;
width: 50px;
margin-right: 10px;
input {
border-radius: 4px;
height: 36px;
&[type='number']::-webkit-outer-spin-button,
&[type='number']::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
}
}
.is-button {
height: 34px;
}
}