15 lines
303 B
CSS
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;
|
|
}
|