mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
NzbDrone red added as variable
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
@import "FontAwesome/font-awesome";
|
@import "FontAwesome/font-awesome";
|
||||||
@import "Bootstrap/variables";
|
@import "Bootstrap/variables";
|
||||||
|
@import "variables";
|
||||||
|
|
||||||
/* Icon rotations and mirroring */
|
/* Icon rotations and mirroring */
|
||||||
.icon-rotate-90() {
|
.icon-rotate-90() {
|
||||||
@@ -83,5 +84,5 @@
|
|||||||
|
|
||||||
.icon-nd-donate:before {
|
.icon-nd-donate:before {
|
||||||
.icon(@heart);
|
.icon(@heart);
|
||||||
color: #C4273C;
|
color: @nzbdroneRed;
|
||||||
}
|
}
|
1
UI/Content/variables.less
Normal file
1
UI/Content/variables.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@nzbdroneRed: #C4273C;
|
@@ -1,4 +1,3 @@
|
|||||||
.clickable {
|
.clickable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user