forked from M3-Academy/challenge-vtex-io
refactor: ajusta espaçamento do nome e da referência do produto
This commit is contained in:
parent
a9e3288977
commit
9bc8b12f3c
@ -11,7 +11,7 @@
|
|||||||
.product-identifier--productReference {
|
.product-identifier--productReference {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
margin-bottom: 24px;
|
margin: 8px 0 24px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-identifier__value {
|
.product-identifier__value {
|
||||||
|
@ -523,7 +523,6 @@
|
|||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.productBrand--quickview {
|
.productBrand--quickview {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin-top: 32px;
|
|
||||||
}
|
}
|
||||||
.price_sellingPrice {
|
.price_sellingPrice {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.product-identifier--productReference {
|
.product-identifier--productReference {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
margin-bottom: 24px;
|
margin: 8px 0 24px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-identifier__value {
|
.product-identifier__value {
|
||||||
|
@ -540,7 +540,6 @@
|
|||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.productBrand--quickview {
|
.productBrand--quickview {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin-top: 32px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.price_sellingPrice {
|
.price_sellingPrice {
|
||||||
|
Loading…
Reference in New Issue
Block a user