Show More
@@ -1,30 +1,30 | |||
|
1 | 1 | /*! |
|
2 | 2 | * |
|
3 | 3 | * Twitter Bootstrap |
|
4 | 4 | * |
|
5 | 5 | */ |
|
6 | 6 | @import "../components/bootstrap/less/bootstrap.less"; |
|
7 | 7 | @import "../components/bootstrap/less/responsive-utilities.less"; |
|
8 | 8 | |
|
9 | 9 | /*! |
|
10 | 10 | * |
|
11 | 11 | * Font Awesome |
|
12 | 12 | * |
|
13 | 13 | */ |
|
14 | 14 | @import "../components/font-awesome/less/font-awesome.less"; |
|
15 |
@ |
|
|
15 | @fa-font-path: "../components/font-awesome/fonts"; | |
|
16 | 16 | |
|
17 | 17 | // base |
|
18 | 18 | @import "../base/less/style.less"; |
|
19 | 19 | @import "../base/less/page.less"; |
|
20 | 20 | |
|
21 | 21 | // auth |
|
22 | 22 | @import "../auth/less/style.less"; |
|
23 | 23 | |
|
24 | 24 | // tree |
|
25 | 25 | @import "../tree/less/style.less"; |
|
26 | 26 | |
|
27 | 27 | // notebook |
|
28 | 28 | @import "../notebook/less/style.less"; |
|
29 | 29 | |
|
30 | 30 |
General Comments 0
You need to be logged in to leave comments.
Login now