doc(css): 更新alert样式

#Comment
增加alert-info与alert-danger样式
This commit is contained in:
Argo Zhang 2019-05-09 14:42:36 +08:00
parent 53e35fd789
commit b7de50f820
1 changed files with 11 additions and 3 deletions

View File

@ -531,6 +531,14 @@ input.pending {
color: rgba(255,255,255,.8);
}
.refreshIcon:hover {
color: #fff;
}
.refreshIcon:hover {
color: #fff;
}
.alert-info {
border-left: solid 4px #53d0e4;
}
.alert-danger {
border-left: solid 4px #f78792;
}