Make default progress color not primary color

This commit is contained in:
afc163 2016-03-14 14:04:33 +08:00
parent 2038d90112
commit 5ec436d0dd
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@
}
&-line-bg {
border-radius: 100px;
background-color: @primary-color;
background-color: @info-color;
transition: all 0.3s linear 0s;
position: relative;
}

View File

@ -3,6 +3,7 @@
// Color
@primary-color : #2db7f5;
@info-color : #2db7f5;
@success-color : #87d068;
@error-color : #f50;
@warning-color : #fa0;