...
|
...
|
@@ -1047,6 +1047,22 @@ |
|
|
background-color: #444;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.coupon-code::-webkit-input-placeholder {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.coupon-code:-moz-placeholder {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.coupon-code::-moz-placeholder {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.coupon-code:-ms-input-placeholder {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.coupon-list-wrap {
|
...
|
...
|
@@ -1058,6 +1074,7 @@ |
|
|
height: 450px;
|
|
|
padding-top: 20px;
|
|
|
padding-bottom: 5px;
|
|
|
font-weight: 500;
|
|
|
background: #f5f5f5;
|
|
|
border: 1px solid #e0e0e0;
|
|
|
box-sizing: border-box;
|
...
|
...
|
|