You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
516 B
31 lines
516 B
/*!
|
|
*
|
|
* Twitter Bootstrap
|
|
*
|
|
*/
|
|
@import "../components/bootstrap/less/bootstrap.less";
|
|
@import "../components/bootstrap/less/responsive-utilities.less";
|
|
|
|
/*!
|
|
*
|
|
* Font Awesome
|
|
*
|
|
*/
|
|
@import "../components/font-awesome/less/font-awesome.less";
|
|
@FontAwesomePath: "../components/font-awesome/font";
|
|
|
|
// base
|
|
@import "../base/less/style.less";
|
|
@import "../base/less/page.less";
|
|
|
|
// auth
|
|
@import "../auth/less/style.less";
|
|
|
|
// tree
|
|
@import "../tree/less/style.less";
|
|
|
|
// notebook
|
|
@import "../notebook/less/style.less";
|
|
|
|
|