13 lines
222 B
CSS
13 lines
222 B
CSS
/* [class*="html--product-images"] {
|
|
background-color: yellow;
|
|
padding-right: 16px;
|
|
} */
|
|
|
|
[class*="html--pix-price"] {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
gap: 26px;
|
|
margin-top: 8px;
|
|
margin-bottom: 16px;
|
|
}
|