18 lines
254 B
CSS
18 lines
254 B
CSS
[class*="html--pix-price"] {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
gap: 26px;
|
|
margin-top: 8px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
[data-testid="vtex-product-summary"] {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
/* [data-testid="product-name"]
|
|
{
|
|
|
|
} */
|