Merge branch 'hotfix/coupon' into 'release/6.0'
used-coupon-gray See merge request !779
Showing
1 changed file
with
10 additions
and
0 deletions
@@ -170,6 +170,16 @@ $usable-frees-background-color: #444; | @@ -170,6 +170,16 @@ $usable-frees-background-color: #444; | ||
170 | } | 170 | } |
171 | } | 171 | } |
172 | 172 | ||
173 | + .coupon-tab2 { | ||
174 | + .coupon-header { | ||
175 | + background-color: #b0b0b0; | ||
176 | + } | ||
177 | + | ||
178 | + .coupon-content { | ||
179 | + border-top: 2px dashed #b0b0b0; | ||
180 | + } | ||
181 | + } | ||
182 | + | ||
173 | .coupon-not-result { | 183 | .coupon-not-result { |
174 | width: 100%; | 184 | width: 100%; |
175 | height: auto; | 185 | height: auto; |
-
Please register or login to post a comment