challenge-vtex-io-ana-carol.../react/components/Html/styles.css

28 lines
533 B
CSS
Raw Normal View History

/* Product Quantity and Add To Cart Button */
:global(.agenciamagma-store-theme-5-x-html--cart-content) {
display: flex;
align-items: center;
justify-content: space-between;
column-gap: 10px;
margin-top: 8px;
margin-bottom: 16px;
}
@media (max-width: 768px) and (min-width: 375px) {
:global(.agenciamagma-store-theme-5-x-html--cart-content) {
flex-direction: column;
align-items: flex-start;
}
}
[data-testid="product-quantity"] {
height: 49px;
}
[data-testid="add-to-cart-button"] {
width: 100%;
}