feat(Progress): add some less vars (#4790)

This commit is contained in:
neverland
2019-10-20 13:15:25 +08:00
committed by GitHub
parent 95598e8842
commit 02c027b81c
5 changed files with 15 additions and 18 deletions
+3 -1
View File
@@ -475,11 +475,13 @@
// Progress
@progress-height: 4px;
@progress-color: @blue;
@progress-background-color: @gray-light;
@progress-pivot-padding: 0 5px;
@progress-pivot-text-color: @white;
@progress-pivot-font-size: @font-size-xs;
@progress-pivot-line-height: 1.6;
@progress-pivot-background-color: @gray-light;
@progress-pivot-background-color: @blue;
// PullRefresh
@pull-refresh-head-height: 50px;