fixed FontAwsome relative path.
This commit is contained in:
parent
0f52a5de22
commit
12dcc1ae6c
|
@ -1,7 +1,7 @@
|
|||
// Variables
|
||||
// --------------------------
|
||||
|
||||
@FontAwesomePath: "FontAwesome";
|
||||
@FontAwesomePath: "../Content/FontAwesome";
|
||||
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly
|
||||
@FontAwesomeVersion: "3.2.1";
|
||||
@borderColor: #eee;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "FontAwesome/font-awesome.less";
|
||||
@import "FontAwesome/font-awesome";
|
||||
@import "Bootstrap/variables";
|
||||
|
||||
/* Icon rotations and mirroring */
|
||||
|
@ -70,4 +70,4 @@
|
|||
.icon-form-danger:before {
|
||||
.icon(@exclamation-sign);
|
||||
color : #b94a48;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../Content/icons";
|
||||
@import "../Content/FontAwesome/font-awesome";
|
||||
|
||||
#logs-screen {
|
||||
|
||||
|
|
Loading…
Reference in New Issue