[improvement] IndexBar: add less vars
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@import '../style/var';
|
||||
|
||||
.van-index-anchor {
|
||||
padding: 0 15px;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 32px;
|
||||
padding: @index-anchor-padding;
|
||||
font-weight: @index-anchor-font-weight;
|
||||
font-size: @index-anchor-font-size;
|
||||
line-height: @index-anchor-line-height;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user