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
+7
View File
@@ -138,4 +138,11 @@
background-color: @step-finish-line-color;
}
}
&__icon,
&__title {
&--active {
color: @step-active-color;
}
}
}