feat(IndexBar): add @index-bar-index-active-color less var

This commit is contained in:
陈嘉涵
2020-01-28 15:39:35 +08:00
parent 89ee8e3872
commit 0011db7536
5 changed files with 12 additions and 9 deletions
+2
View File
@@ -376,12 +376,14 @@
@index-anchor-font-size: @font-size-md;
@index-anchor-line-height: 32px;
@index-anchor-background-color: transparent;
@index-anchor-sticky-text-color: @green;
@index-anchor-sticky-background-color: @white;
// IndexBar
@index-bar-sidebar-z-index: 2;
@index-bar-index-font-size: @font-size-xs;
@index-bar-index-line-height: 14px;
@index-bar-index-active-color: @green;
// Info
@info-size: 16px;