refactor(CouponList): update style (#5501)
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user