Merge pull request 'refactor: ajusta fontes prateleira 1024px' (#44) from refactor/ajusta-fontes-prateleira-1024px into development

Reviewed-on: #44
This commit is contained in:
Rafael Sampaio de Oliveira 2023-02-08 17:31:23 +00:00
commit a03cc150f2
2 changed files with 14 additions and 0 deletions

View File

@ -155,4 +155,10 @@
.sellingPrice--hasListPrice { .sellingPrice--hasListPrice {
margin-bottom: 24px; margin-bottom: 24px;
} }
.listPrice--product-list-price {
font-size: 12px;
}
.sellingPriceValue {
font-size: 18px;
}
} }

View File

@ -146,4 +146,12 @@
.sellingPrice--hasListPrice { .sellingPrice--hasListPrice {
margin-bottom: 24px; margin-bottom: 24px;
} }
.listPrice--product-list-price {
font-size: 12px;
}
.sellingPriceValue {
font-size: 18px;
}
} }