NzbDrone red added as variable

pull/4/head
Mark McDowall 11 years ago
parent cdf34d5676
commit 157e299698

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

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

Loading…
Cancel
Save