mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Media Management settings are alive
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user