mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-02 06:06:34 +08:00
* style: add --van-warning-color * style: add --van-success-color * feat: add more color variables
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
@import '../style/var.less';
|
|
|
|
@rate-icon-size: 20px;
|
|
@rate-icon-gutter: var(--van-padding-base);
|
|
@rate-icon-void-color: var(--van-gray-5);
|
|
@rate-icon-full-color: var(--van-danger-color);
|
|
@rate-icon-disabled-color: var(--van-gray-5);
|