13 lines
155 B
CSS
13 lines
155 B
CSS
[class*="html--pix"] {
|
|
display: flex;
|
|
}
|
|
|
|
[class*="html--cart-button"] {
|
|
display: flex;
|
|
gap: 10px;
|
|
|
|
} vtex-button{
|
|
background-color: black;
|
|
}
|
|
|