mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Media Management settings are alive
This commit is contained in:
parent
943a05bc09
commit
3f6a6d53d5
29 changed files with 346 additions and 218 deletions
|
@ -57,3 +57,17 @@
|
|||
.icon-nd-add:before {
|
||||
.icon(@plus);
|
||||
}
|
||||
|
||||
.icon-form-info:before {
|
||||
.icon(@question-sign);
|
||||
}
|
||||
|
||||
.icon-form-warning:before {
|
||||
.icon(@warning-sign);
|
||||
color : #f89406;
|
||||
}
|
||||
|
||||
.icon-form-danger:before {
|
||||
.icon(@exclamation-sign);
|
||||
color : #b94a48;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue