challenge-vtex-io-ueber-james/styles/sass/pages/product/vtex.product-quantity.scss

38 lines
674 B
SCSS
Raw Normal View History

.quantitySelectorTitle{
display: none;
}
:global(.vtex-numeric-stepper__minus-button){
background-color: $color-white;
}
.quantitySelectorContainer{
2023-02-10 14:16:37 +00:00
width: 100%;
height: 49px;
@include mq (sm, max) {
margin-bottom: 0;
}
:global(.vtex-numeric-stepper-container){
height: 49px;
}
:global(.vtex-numeric-stepper__input){
2023-02-08 02:55:02 +00:00
// height: 49px !important;
width: 48px;
2023-02-08 02:55:02 +00:00
border-left: none;
border-right: none;
padding: 0;
margin: 0;
}
:global(.vtex-numeric-stepper__plus-button-container){
height: 49px;
width: 40px;
}
:global(.vtex-numeric-stepper__minus-button-container){
height: 49px;
width: 40px;
}
}