challenge-vtex-io-ueber-james/react/components/Html/styles.css

35 lines
392 B
CSS

[class*="html--quantity-button-buy"] {
display: flex;
gap: 10px;
}
[class*="html--size-buy-button"] {
width: 100%;
}
[class*="html--size-quantity-button"] {
width: 128px;
}
@media (max-width: 425px) {
[class*="html--quantity-button-buy"] {
flex-direction: column;
}
}
@media (min-width: 1921px) {
[class*="html--slide-k"] {
padding: 0 360px 0 360px;
}
}