2023-01-22 05:01:04 +00:00
|
|
|
.quantitySelectorStepper {
|
|
|
|
display: flex;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quantitySelectorTitle {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*.vtex-numeric-stepper__input {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
height: 50px;
|
|
|
|
}*/
|
|
|
|
|
2023-01-22 23:02:29 +00:00
|
|
|
.hideDecorators {
|
2023-01-22 05:01:04 +00:00
|
|
|
border: 1px solid red;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
2023-01-22 23:02:29 +00:00
|
|
|
height: 49px;
|
|
|
|
}
|
2023-01-22 05:01:04 +00:00
|
|
|
|
|
|
|
/*.numeric-stepper__plus-button {
|
|
|
|
border: none;
|
|
|
|
height: 50px;
|
|
|
|
}*/
|
|
|
|
|
|
|
|
/*.quantitySelectorInputContainer {
|
|
|
|
height: 50px;
|
|
|
|
}*/
|
|
|
|
|
|
|
|
/*.availableQuantityContainer {
|
|
|
|
border: 1px solid yellow;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
.quantitySelectorContainer--quantidade {
|
|
|
|
margin-right: 5px;
|
|
|
|
padding: 0;
|
|
|
|
height: 100%;
|
|
|
|
/*height: 49px;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
/*.summaryContainer {
|
|
|
|
background-color: blue;
|
|
|
|
border: 1px solid orange;
|
|
|
|
height: 49px;
|
|
|
|
}*/
|
2023-01-22 23:02:29 +00:00
|
|
|
:global(.vtex-numeric-stepper__input) {
|
|
|
|
height: 49px;
|
|
|
|
width: 30px;
|
|
|
|
border-right: 0;
|
|
|
|
border-left: 0;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-numeric-stepper__plus-button) {
|
|
|
|
height: 49px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-01-23 22:15:33 +00:00
|
|
|
color: $color-black-100;
|
|
|
|
border-radius: 0%;
|
2023-01-22 23:02:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-numeric-stepper__minus-button) {
|
|
|
|
background-color: transparent;
|
|
|
|
height: 49px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-01-23 22:15:33 +00:00
|
|
|
color: $color-black-100;
|
|
|
|
border-radius: 0%;
|
2023-01-22 23:02:29 +00:00
|
|
|
}
|