var.less 469 B

1234567891011
  1. @import '../style/var.less';
  2. @index-anchor-z-index: 1;
  3. @index-anchor-padding: 0 var(--van-padding-md);
  4. @index-anchor-text-color: var(--van-text-color);
  5. @index-anchor-font-weight: var(--van-font-weight-bold);
  6. @index-anchor-font-size: var(--van-font-size-md);
  7. @index-anchor-line-height: 32px;
  8. @index-anchor-background-color: transparent;
  9. @index-anchor-sticky-text-color: var(--van-danger-color);
  10. @index-anchor-sticky-background-color: var(--van-background-color-light);