mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 19:36:36 +08:00
12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
@import '../style/var.less';
|
|
|
|
@index-anchor-z-index: 1;
|
|
@index-anchor-padding: 0 @padding-md;
|
|
@index-anchor-text-color: @text-color;
|
|
@index-anchor-font-weight: @font-weight-bold;
|
|
@index-anchor-font-size: @font-size-md;
|
|
@index-anchor-line-height: 32px;
|
|
@index-anchor-background-color: transparent;
|
|
@index-anchor-sticky-text-color: @red;
|
|
@index-anchor-sticky-background-color: @white;
|