...
|
...
|
@@ -312,7 +312,7 @@ |
|
|
color: #b0b0b0 !important;
|
|
|
}
|
|
|
|
|
|
&:after {
|
|
|
.coupon-info:after {
|
|
|
content: "";
|
|
|
width: 63px;
|
|
|
height: 57px;
|
...
|
...
|
@@ -327,11 +327,11 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
.over-time:after {
|
|
|
.over-time .coupon-info:after {
|
|
|
background: resolve(home/over-time-tig.png);
|
|
|
}
|
|
|
|
|
|
.useless:after {
|
|
|
.useless .coupon-info:after {
|
|
|
background: resolve(home/useless-tig.png);
|
|
|
}
|
|
|
} |
...
|
...
|
|