51 lines
767 B
SCSS
51 lines
767 B
SCSS
|
.quantitySelectorStepper {
|
||
|
display: flex;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.quantitySelectorTitle {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/*.vtex-numeric-stepper__input {
|
||
|
border-left: none;
|
||
|
border-right: none;
|
||
|
height: 50px;
|
||
|
}*/
|
||
|
|
||
|
/*.hideDecorators {
|
||
|
border: 1px solid red;
|
||
|
border-left: none;
|
||
|
border-right: none;
|
||
|
}*/
|
||
|
|
||
|
/*.numeric-stepper__plus-button {
|
||
|
border: none;
|
||
|
height: 50px;
|
||
|
}*/
|
||
|
|
||
|
/*.quantitySelectorInputContainer {
|
||
|
height: 50px;
|
||
|
}*/
|
||
|
|
||
|
/*.availableQuantityContainer {
|
||
|
border: 1px solid yellow;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
*/
|
||
|
.quantitySelectorContainer--quantidade {
|
||
|
border: 1px solid green;
|
||
|
margin-right: 5px;
|
||
|
padding: 0;
|
||
|
height: 100%;
|
||
|
/*height: 49px;*/
|
||
|
}
|
||
|
|
||
|
/*.summaryContainer {
|
||
|
background-color: blue;
|
||
|
border: 1px solid orange;
|
||
|
height: 49px;
|
||
|
}*/
|