[improvement] CouponList: add less vars
This commit is contained in:
@@ -184,6 +184,18 @@
|
||||
@coupon-description-background-color: @background-color-light;
|
||||
@coupon-description-border-color: @border-color;
|
||||
|
||||
// CouponCell
|
||||
@coupon-cell-selected-text-color: @text-color;
|
||||
|
||||
// CouponList
|
||||
@coupon-list-background-color: @background-color;
|
||||
@coupon-list-field-padding: 7px 15px;
|
||||
@coupon-list-exchange-button-height: 32px;
|
||||
@coupon-list-empty-image-size: 200px;
|
||||
@coupon-list-empty-tip-color: @gray-dark;
|
||||
@coupon-list-empty-tip-font-size: 14px;
|
||||
@coupon-list-empty-tip-line-height: 20px;
|
||||
|
||||
// Dialog
|
||||
@dialog-width: 85%;
|
||||
@dialog-font-size: 16px;
|
||||
@@ -220,6 +232,15 @@
|
||||
@field-error-message-text-color: 12px;
|
||||
@field-text-area-min-height: 60px;
|
||||
|
||||
// GoodsAction
|
||||
@goods-action-background-color: @white;
|
||||
@goods-action-icon-width: 15%;
|
||||
@goods-action-icon-height: 50px;
|
||||
@goods-action-icon-color: @gray-darker;
|
||||
@goods-action-icon-size: 20px;
|
||||
@goods-action-icon-font-size: 10px;
|
||||
@goods-action-icon-active-color: @active-color;
|
||||
|
||||
// Info
|
||||
@info-size: 16px;
|
||||
@info-color: @white;
|
||||
|
||||
Reference in New Issue
Block a user