9 lines
137 B
SCSS
9 lines
137 B
SCSS
|
.quantitySelectorContainer {
|
||
|
width: max-content;
|
||
|
|
||
|
.quantitySelectorStepper,
|
||
|
.quantitySelectorTitle {
|
||
|
width: max-content;
|
||
|
}
|
||
|
}
|