update color

This commit is contained in:
afc163 2015-07-08 15:31:14 +08:00
parent a06655655f
commit d02278c5a9
2 changed files with 2 additions and 4 deletions

View File

@ -25,11 +25,11 @@
}
.anticon-exclamation-circle {
color: #fac450;
color: @warning-color;
}
.anticon-question-circle {
color: #2CB7ED;
color: @primary-color;
}
}
@ -42,5 +42,4 @@
margin-bottom: 0;
}
}
}

View File

@ -6,7 +6,6 @@
top: -9999px;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.5;