mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
* style: add --van-warning-color * style: add --van-success-color * feat: add more color variables
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
@import '../style/var.less';
|
|
|
|
@index-bar-sidebar-z-index: 2;
|
|
@index-bar-index-font-size: var(--van-font-size-xs);
|
|
@index-bar-index-line-height: var(--van-line-height-xs);
|
|
@index-bar-index-active-color: var(--van-danger-color);
|