[improvement] IndexBar: add less vars

This commit is contained in:
陈嘉涵
2019-05-16 15:17:46 +08:00
parent 61748ad7c4
commit 7522712de7
4 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/**
* 基本样式入口
* Normalize
*/
html {
+10
View File
@@ -241,6 +241,16 @@
@goods-action-icon-font-size: 10px;
@goods-action-icon-active-color: @active-color;
// IndexAnchor
@index-anchor-padding: 0 15px;
@index-anchor-font-weight: 500;
@index-anchor-font-size: 14px;
@index-anchor-line-height: 32px;
// IndexBar
@index-bar-index-font-size: 10px;
@index-bar-index-line-height: 14px;
// Info
@info-size: 16px;
@info-color: @white;