refactor: ajusta espaçamento do nome e da referência do produto

This commit is contained in:
Rafael Sampaio de Oliveira 2023-02-10 10:52:35 -03:00
parent a9e3288977
commit 9bc8b12f3c
4 changed files with 2 additions and 4 deletions

View File

@ -11,7 +11,7 @@
.product-identifier--productReference {
display: flex;
justify-content: end;
margin-bottom: 24px;
margin: 8px 0 24px 0;
}
.product-identifier__value {

View File

@ -523,7 +523,6 @@
@media (max-width: 1024px) {
.productBrand--quickview {
justify-content: flex-start;
margin-top: 32px;
}
.price_sellingPrice {
font-size: 18px;

View File

@ -1,7 +1,7 @@
.product-identifier--productReference {
display: flex;
justify-content: end;
margin-bottom: 24px;
margin: 8px 0 24px 0;
}
.product-identifier__value {

View File

@ -540,7 +540,6 @@
@media (max-width: 1024px) {
.productBrand--quickview {
justify-content: flex-start;
margin-top: 32px;
}
.price_sellingPrice {