1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

NzbDrone red added as variable

This commit is contained in:
Mark McDowall 2013-08-08 00:41:06 -07:00
parent cdf34d5676
commit 157e299698
3 changed files with 3 additions and 2 deletions

View File

@ -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;
}

View File

@ -0,0 +1 @@
@nzbdroneRed: #C4273C;

View File

@ -1,4 +1,3 @@
.clickable {
cursor: pointer;
}