mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
NzbDrone red added as variable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import "FontAwesome/font-awesome";
|
||||
@import "Bootstrap/variables";
|
||||
@import "variables";
|
||||
|
||||
/* Icon rotations and mirroring */
|
||||
.icon-rotate-90() {
|
||||
@@ -83,5 +84,5 @@
|
||||
|
||||
.icon-nd-donate:before {
|
||||
.icon(@heart);
|
||||
color: #C4273C;
|
||||
color: @nzbdroneRed;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
@nzbdroneRed: #C4273C;
|
||||
Reference in New Issue
Block a user