use @info-color over @primary-color, close #5442

This commit is contained in:
afc163 2017-03-23 13:57:14 +08:00
parent 21ee247253
commit 6b2f6af85d
5 changed files with 5 additions and 4 deletions

View File

@ -40,7 +40,7 @@
border: @border-width-base @border-style-base @primary-2;
background-color: @primary-1;
.@{alert-prefix-cls}-icon {
color: @primary-color;
color: @info-color;
}
}

View File

@ -42,7 +42,7 @@
&-info .@{iconfont-css-prefix},
&-loading .@{iconfont-css-prefix} {
color: @primary-color;
color: @info-color;
}
.@{iconfont-css-prefix} {

View File

@ -61,7 +61,7 @@
}
&-info &-body > .@{iconfont-css-prefix} {
color: @primary-color;
color: @info-color;
}
&-success &-body > .@{iconfont-css-prefix} {

View File

@ -68,7 +68,7 @@
color: @success-color;
}
&-info {
color: @primary-color;
color: @info-color;
}
&-warning {
color: @warning-color;

View File

@ -5,6 +5,7 @@
// Color
@primary-color : @blue-6;
@info-color : @blue-6;
@success-color : @green-6;
@error-color : @red-6;
@highlight-color : @red-6;