...
|
...
|
@@ -127,6 +127,7 @@ |
|
|
.price-underline {
|
|
|
text-decoration: line-through;
|
|
|
margin-left: pxToRem(15px);
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -142,6 +143,8 @@ |
|
|
|
|
|
&.save-price-number {
|
|
|
text-indent: $width + pxToRem(10px);
|
|
|
color: #b0b0b0;
|
|
|
padding-top: pxToRem(3px);
|
|
|
|
|
|
&:before {
|
|
|
content: '';
|
...
|
...
|
@@ -157,8 +160,12 @@ |
|
|
margin-top: -$height / 2;
|
|
|
|
|
|
}
|
|
|
span {
|
|
|
margin-left: pxToRem(15px);
|
|
|
}
|
|
|
.del-fav {
|
|
|
text-indent: 0;
|
|
|
margin-left: 0;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|