Some nd icons renamed and added

This commit is contained in:
Mark McDowall 2013-08-08 23:04:45 -07:00
commit 07f7bba1f4
7 changed files with 15 additions and 11 deletions

View file

@ -68,16 +68,16 @@
.icon(@plus);
}
.icon-form-info:before {
.icon-nd-form-info:before {
.icon(@question-sign);
}
.icon-form-warning:before {
.icon-nd-form-warning:before {
.icon(@warning-sign);
color: #f89406;
}
.icon-form-danger:before {
.icon-nd-form-danger:before {
.icon(@exclamation-sign);
color: #b94a48;
}
@ -85,4 +85,8 @@
.icon-nd-donate:before {
.icon(@heart);
color: @nzbdroneRed;
}
.icon-nd-update:before {
.icon(@download-alt);
}