forked from M3-Academy/challenge-vtex-io
style: corrigindo linha do preço do slider
This commit is contained in:
parent
414e89874b
commit
d9ed138849
@ -59,12 +59,13 @@
|
|||||||
}
|
}
|
||||||
.listPrice .listPriceValue {
|
.listPrice .listPriceValue {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
color: #bababa;
|
||||||
}
|
}
|
||||||
.listPrice .listPriceValue .currencyContainer {
|
.listPrice .listPriceValue .currencyContainer {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
text-decoration-line: line-through;
|
|
||||||
color: #bababa;
|
color: #bababa;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -51,11 +51,12 @@
|
|||||||
}
|
}
|
||||||
.listPriceValue {
|
.listPriceValue {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
color: #bababa;
|
||||||
.currencyContainer {
|
.currencyContainer {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
text-decoration-line: line-through;
|
|
||||||
color: $BABABA;
|
color: $BABABA;
|
||||||
display: block;
|
display: block;
|
||||||
@media (max-width: 1025px) and (min-width: 768px) {
|
@media (max-width: 1025px) and (min-width: 768px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user