update tag custom color

This commit is contained in:
zhigang.li 2017-12-20 11:24:42 +08:00
parent 7d4b325be8
commit 78fc1e14f1
2 changed files with 19 additions and 28 deletions

View file

@ -30,15 +30,19 @@
&-color{
&-red{
color: @error-color !important;
border-color: @error-color !important;
}
&-green{
color: @success-color !important;
border-color: @success-color !important;
}
&-blue{
color: @link-color !important;
border-color: @link-color !important;
}
&-yellow{
color: @warning-color !important;
border-color: @warning-color !important;
}
&-white{
color: rgb(255, 255, 255) !important;