mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed FontAwsome relative path.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Variables
|
// Variables
|
||||||
// --------------------------
|
// --------------------------
|
||||||
|
|
||||||
@FontAwesomePath: "FontAwesome";
|
@FontAwesomePath: "../Content/FontAwesome";
|
||||||
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly
|
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly
|
||||||
@FontAwesomeVersion: "3.2.1";
|
@FontAwesomeVersion: "3.2.1";
|
||||||
@borderColor: #eee;
|
@borderColor: #eee;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import "FontAwesome/font-awesome.less";
|
@import "FontAwesome/font-awesome";
|
||||||
@import "Bootstrap/variables";
|
@import "Bootstrap/variables";
|
||||||
|
|
||||||
/* Icon rotations and mirroring */
|
/* Icon rotations and mirroring */
|
||||||
@@ -70,4 +70,4 @@
|
|||||||
.icon-form-danger:before {
|
.icon-form-danger:before {
|
||||||
.icon(@exclamation-sign);
|
.icon(@exclamation-sign);
|
||||||
color : #b94a48;
|
color : #b94a48;
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import "../Content/icons";
|
@import "../Content/FontAwesome/font-awesome";
|
||||||
|
|
||||||
#logs-screen {
|
#logs-screen {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user