14 lines
265 B
SCSS
14 lines
265 B
SCSS
.flexRowContent :global(.vtex-button){
|
|
background-color: black;
|
|
border-radius: 0;
|
|
border: 0;
|
|
}
|
|
.flexRowContent--description-row{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.product-identifier--productReference{
|
|
display: flex;
|
|
justify-content: right;
|
|
}
|