[improvement] Coupon: add less vars

This commit is contained in:
陈嘉涵
2019-05-14 12:06:07 +08:00
parent 6fd8f2b1a4
commit c970279700
4 changed files with 90 additions and 66 deletions
+18
View File
@@ -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;