feat(Step): add @step-active-color less var

This commit is contained in:
陈嘉涵
2020-01-28 15:51:30 +08:00
parent 0011db7536
commit 9e7a687414
6 changed files with 28 additions and 17 deletions
+1
View File
@@ -611,6 +611,7 @@
// Step
@step-text-color: @gray-6;
@step-active-color: @green;
@step-process-text-color: @text-color;
@step-font-size: @font-size-md;
@step-line-color: @border-color;