vant/src/coupon-cell/index.less

8 lines
111 B
Plaintext

@import '../style/var';
.van-coupon-cell {
&--selected {
color: @coupon-cell-selected-text-color;
}
}