[improvement] add padding variables (#3911)

This commit is contained in:
neverland
2019-07-20 15:46:27 +08:00
committed by GitHub
parent e400c9b67d
commit 5d83423b34
59 changed files with 132 additions and 242 deletions

View File

@@ -13,7 +13,7 @@
}
&__index {
padding: 0 3px 0 15px;
padding: 0 @padding-base 0 @padding-md;
font-weight: 500;
font-size: @index-bar-index-font-size;
line-height: @index-bar-index-line-height;