forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #15
@ -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;
|
||||
}
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user