Merge pull request 'development' (#45) from development into master

Reviewed-on: #45
This commit is contained in:
Rafael Sampaio de Oliveira 2023-02-08 17:32:48 +00:00
commit 790cdd26bf
4 changed files with 30 additions and 2 deletions

View File

@ -149,4 +149,16 @@
.sellingPrice--hasListPrice {
margin-bottom: 32px;
}
@media (max-width: 1024px) {
.sellingPrice--hasListPrice {
margin-bottom: 24px;
}
.listPrice--product-list-price {
font-size: 12px;
}
.sellingPriceValue {
font-size: 18px;
}
}

View File

@ -13,11 +13,12 @@
font-weight: 400;
font-size: 24px;
line-height: 38px;
margin: 16px 0 32px 0;
}
@media (max-width: 1024px) {
.heading-level-1 {
margin-top: 16px;
margin: 16px 0 24px 0;
}
}
@media (max-width: 767px) {

View File

@ -141,3 +141,17 @@
.sellingPrice--hasListPrice {
margin-bottom: 32px;
}
@media (max-width: 1024px) {
.sellingPrice--hasListPrice {
margin-bottom: 24px;
}
.listPrice--product-list-price {
font-size: 12px;
}
.sellingPriceValue {
font-size: 18px;
}
}

View File

@ -3,11 +3,12 @@
font-weight: 400;
font-size: 24px;
line-height: 38px;
margin: 16px 0 32px 0;
}
@media (max-width: 1024px) {
.heading-level-1 {
margin-top: 16px;
margin: 16px 0 24px 0;
}
}