Merge branch 'feature/coupon' into 'release/6.0'
Feature/coupon See merge request !767
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -27,6 +27,10 @@ $usable-frees-background-color: #444; | @@ -27,6 +27,10 @@ $usable-frees-background-color: #444; | ||
27 | } | 27 | } |
28 | } | 28 | } |
29 | 29 | ||
30 | + .coupon-list { | ||
31 | + margin-bottom: 40px; | ||
32 | + } | ||
33 | + | ||
30 | .coupon-group { | 34 | .coupon-group { |
31 | background-color: #f2f2f2; | 35 | background-color: #f2f2f2; |
32 | color: $font-color; | 36 | color: $font-color; |
-
Please register or login to post a comment