2023-02-08 19:16:42 +00:00
|
|
|
/*
|
|
|
|
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--quantityPdpItens {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.quantitySelectorContainer--quantityPdpItens :global(.vtex-numeric-stepper__input) {
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
|
|
|
width: 3rem;
|
|
|
|
}
|
|
|
|
.quantitySelectorContainer--quantityPdpItens :global(.vtex-numeric-stepper__plus-button) {
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
border-left: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
width: 2.5em !important;
|
2023-02-10 09:05:16 +00:00
|
|
|
color: #000000;
|
2023-02-08 19:16:42 +00:00
|
|
|
}
|
|
|
|
.quantitySelectorContainer--quantityPdpItens :global(.vtex-numeric-stepper__minus-button) {
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
border-right: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
width: 2.5em !important;
|
2023-02-10 09:05:16 +00:00
|
|
|
color: #000000;
|
2023-02-08 19:16:42 +00:00
|
|
|
}
|