[improvement] Coupon: add less vars
This commit is contained in:
@@ -166,6 +166,24 @@
|
||||
@contact-list-add-button-z-index: 9999;
|
||||
@contact-list-item-padding: 15px;
|
||||
|
||||
// Coupon
|
||||
@coupon-margin: 0 15px 15px;
|
||||
@coupon-content-height: 100px;
|
||||
@coupon-content-padding: 24px 0 0 15px;
|
||||
@coupon-background-color: @white;
|
||||
@coupon-active-background-color: @active-color;
|
||||
@coupon-border-radius: 4px;
|
||||
@coupon-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
|
||||
@coupon-head-width: 85px;
|
||||
@coupon-amount-color: @red;
|
||||
@coupon-amount-font-size: 24px;
|
||||
@coupon-currency-font-size: 50%;
|
||||
@coupon-name-font-size: 16px;
|
||||
@coupon-disabled-text-color: @gray-dark;
|
||||
@coupon-description-padding: 7px 15px;
|
||||
@coupon-description-background-color: @background-color-light;
|
||||
@coupon-description-border-color: @border-color;
|
||||
|
||||
// Dialog
|
||||
@dialog-width: 85%;
|
||||
@dialog-font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user