challenge-vtex-io-amanda-al.../styles/css/vtex.product-quantity.css

43 lines
774 B
CSS
Raw Normal View History

.quantitySelectorTitle {
font-size: 0;
margin: 0;
}
.quantitySelectorStepper {
height: 49px;
}
:global(.vtex-numeric-stepper-container) {
height: 49px;
}
:global(.vtex-numeric-stepper__input) {
border: 1px solid #cccccc;
border-width: 1px 0;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #929292;
height: 100%;
}
:global(.vtex-numeric-stepper__minus-button),
:global(.vtex-numeric-stepper__plus-button) {
border: 1px solid #cccccc;
border-radius: 0;
font-size: 16px;
line-height: 22px;
display: flex;
align-items: center;
color: #000000;
height: 100%;
}
:global(.vtex-numeric-stepper__minus-button) {
border-width: 1px 0 1px 1px;
}
:global(.vtex-numeric-stepper__plus-button) {
border-width: 1px 1px 1px 0;
}