refactor(CouponList): update style (#5501)

This commit is contained in:
rex
2020-01-09 10:09:55 +08:00
committed by neverland
parent 753165fdf7
commit ccdedecee7
4 changed files with 45 additions and 30 deletions
+2 -2
View File
@@ -258,12 +258,12 @@
@count-down-line-height: 20px;
// Coupon
@coupon-margin: 0 @padding-md @padding-md;
@coupon-margin: 0 @padding-sm @padding-sm;
@coupon-content-height: 84px;
@coupon-content-padding: 14px 0;
@coupon-background-color: @white;
@coupon-active-background-color: @active-color;
@coupon-border-radius: @border-radius-md;
@coupon-border-radius: @border-radius-lg;
@coupon-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
@coupon-head-width: 96px;
@coupon-amount-color: @red;