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
+2
View File
@@ -10,6 +10,7 @@
position: absolute;
left: 0;
height: 100%;
background: @progress-color;
border-radius: inherit;
}
@@ -19,6 +20,7 @@
box-sizing: border-box;
min-width: 3.6em;
padding: @progress-pivot-padding;
color: @progress-pivot-text-color;
font-size: @progress-pivot-font-size;
line-height: @progress-pivot-line-height;
text-align: center;