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

Reviewed-on: #55
This commit is contained in:
Rafael Sampaio de Oliveira 2023-02-10 13:46:17 +00:00
commit a9e3288977
4 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
line-height: 19px; line-height: 19px;
color: rgba(146, 146, 146, 0.478);
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {

View File

@ -308,6 +308,7 @@
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
color: #afafaf;
} }
.price_sellingPriceContainer { .price_sellingPriceContainer {

View File

@ -9,6 +9,7 @@
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
line-height: 19px; line-height: 19px;
color: rgba(146, 146, 146, 0.478);
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {

View File

@ -307,6 +307,7 @@
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
color: $color-gray9;
} }
.price_sellingPriceContainer { .price_sellingPriceContainer {