fixed FontAwsome relative path.

pull/3113/head
kay.one 11 years ago
parent 0f52a5de22
commit 12dcc1ae6c

@ -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 */

@ -1,4 +1,4 @@
@import "../Content/icons"; @import "../Content/FontAwesome/font-awesome";
#logs-screen { #logs-screen {

Loading…
Cancel
Save