From 157e2996988164b6778b8d51af8a43ad2ed7a388 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 8 Aug 2013 00:41:06 -0700 Subject: [PATCH] NzbDrone red added as variable --- UI/Content/icons.less | 3 ++- UI/Content/variables.less | 1 + UI/Shared/Styles/clickable.less | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 UI/Content/variables.less diff --git a/UI/Content/icons.less b/UI/Content/icons.less index eed3fe01e..7ccfb932e 100644 --- a/UI/Content/icons.less +++ b/UI/Content/icons.less @@ -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; } \ No newline at end of file diff --git a/UI/Content/variables.less b/UI/Content/variables.less new file mode 100644 index 000000000..8a29e0a50 --- /dev/null +++ b/UI/Content/variables.less @@ -0,0 +1 @@ +@nzbdroneRed: #C4273C; diff --git a/UI/Shared/Styles/clickable.less b/UI/Shared/Styles/clickable.less index 0bbf35bf8..cd9df37a3 100644 --- a/UI/Shared/Styles/clickable.less +++ b/UI/Shared/Styles/clickable.less @@ -1,4 +1,3 @@ .clickable { cursor: pointer; } -