mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-26 20:29:57 +08:00
19 lines
649 B
Plaintext
19 lines
649 B
Plaintext
@import '../style/var.less';
|
|
|
|
@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-lg;
|
|
@coupon-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
|
|
@coupon-head-width: 96px;
|
|
@coupon-amount-color: @red;
|
|
@coupon-amount-font-size: 30px;
|
|
@coupon-currency-font-size: 40%;
|
|
@coupon-name-font-size: @font-size-md;
|
|
@coupon-disabled-text-color: @gray-6;
|
|
@coupon-description-padding: @padding-xs @padding-md;
|
|
@coupon-description-border-color: @border-color;
|
|
@coupon-corner-checkbox-icon-color: @red;
|