mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Some nd icons renamed and added
This commit is contained in:
parent
11a70a4a94
commit
07f7bba1f4
7 changed files with 15 additions and 11 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue