challenge-vtex-io-bernardo-.../styles/css/vtex.product-quantity.css

59 lines
1.6 KiB
CSS

/*
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 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/* Grid breakpoints */
.quantitySelectorContainer {
margin: 0;
padding: 0;
}
.quantitySelectorContainer .quantitySelectorTitle {
display: none;
}
.quantitySelectorContainer .quantitySelectorStepper {
height: 49px;
width: 128px;
}
@media (min-width: 280px) and (max-width: 768px) {
.quantitySelectorContainer .quantitySelectorStepper {
margin-bottom: 10px;
}
}
.quantitySelectorContainer .quantitySelectorStepper :global(.vtex-numeric-stepper-container) {
border: 1px solid #CCCCCC;
height: 49px;
width: 100%;
padding: 13.5px 16px;
display: flex;
justify-content: space-between;
align-items: center;
}
.quantitySelectorContainer .quantitySelectorStepper :global(.vtex-numeric-stepper__input) {
height: 100%;
border: none;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #929292;
}
.quantitySelectorContainer .quantitySelectorStepper :global(.vtex-numeric-stepper__plus-button), .quantitySelectorContainer .quantitySelectorStepper :global(.vtex-numeric-stepper__minus-button) {
border: none;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #000;
height: 100%;
background: transparent;
width: auto !important;
}