Entrega do Desafio #15

Merged
anacarolinaduartecavalcante merged 9 commits from feature/challenge-vtex-io into develop 2023-02-09 19:44:44 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit d9ed138849 - Show all commits

View File

@ -59,12 +59,13 @@
}
.listPrice .listPriceValue {
padding: 0;
text-decoration-thickness: 1px;
color: #bababa;
}
.listPrice .listPriceValue .currencyContainer {
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-decoration-line: line-through;
color: #bababa;
display: block;
}

View File

@ -51,11 +51,12 @@
}
.listPriceValue {
padding: 0;
text-decoration-thickness: 1px;
color: #bababa;
.currencyContainer {
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-decoration-line: line-through;
color: $BABABA;
display: block;
@media (max-width: 1025px) and (min-width: 768px) {