challenge-vtex-io-Filipe-Qu.../react/components/Html/styles.css

68 lines
1.3 KiB
CSS
Raw Normal View History

[class*="html--quantity-wrapper"] {
display: flex;
align-items: center;
margin-bottom: 16px;
}
[class*="vtex-product-quantity-1-x-quantitySelectorContainer"] {
margin: 0;
}
[class*="quantitySelectorTitle"] {
display: none;
}
[class*="vtex-numeric-stepper-container"] {
margin-right: 10px;
height: 49px;
}
[class*="vtex-numeric-stepper__input"],
[class*="vtex-numeric-stepper__plus-button"],
[class*="vtex-numeric-stepper__minus-button"] {
height: 49px;
}
[class*="vtex-numeric-stepper__input"] {
border: 1px solid #afafaf;
border-right: none;
border-left: none;
color: #929292;
font-weight: 400;
font-size: 16px;
line-height: 22px;
}
[class*="vtex-numeric-stepper__minus-button"] {
border: none;
border: 1px solid #afafaf;
border-radius: 0;
}
[class*="vtex-numeric-stepper__minus-button-container"],
[class*="vtex-numeric-stepper__minus-button__text"] {
border: none;
}
[class*="vtex-numeric-stepper__plus-button"] {
border: none;
border: 1px solid #afafaf;
border-radius: 0;
}
[class*="vtex-numeric-stepper__plus-button-container"],
[class*="vtex-numeric-stepper__plus-button__text"] {
border: none;
}
[class*="vtex-numeric-stepper__plus-button__text"],
[class*="vtex-numeric-stepper__minus-button__text"] {
display: flex;
align-items: center;
color: #000000;
}
[class*="html--buy-button"] {
width: 100%;
}