challenge-vtex-io-eleonora-otz/styles/css/vtex.product-quantity.css

50 lines
1008 B
CSS

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.QuantitySelectorContainer {
margin-bottom: 16px;
}
:global(.vtex-numeric-stepper__minus-button),
:global(.vtex-numeric-stepper__plus-button) {
background-color: #fff;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #000000;
border-radius: 0;
}
:global(.vtex-numeric-stepper__minus-button) {
border-top: 1px;
border-left: 1px;
border-bottom: 1px;
border-style: solid;
border-color: #cccccc;
}
:global(.vtex-numeric-stepper__plus-button) {
border-top: 1px;
border-right: 1px;
border-bottom: 1px;
border-style: solid;
border-color: #cccccc;
}
:global(.vtex-numeric-stepper__input) {
width: 32px;
border-top: 1px;
border-bottom: 1px;
border-style: solid;
border-right: none;
border-left: none;
border-color: #cccccc;
color: #929292;
outline: 0;
}