challenge-vtex-io-carlos-wi.../react/components/Html/styles.css
2023-02-05 12:57:44 -03:00

15 lines
303 B
CSS

/* :global(.agenciamagma-store-theme-5-x-html--cart-content) {
display: flex;
align-items: center;
justify-content: center;
column-gap: 10px;
margin-top: 8px;
margin-bottom: 16px;
} */
[class*="html--cart-content"] {
display: flex;
gap: 10px;
margin-top: 8px;
margin-bottom: 16px;
}