2015-10-16 17:53:02 +00:00
|
|
|
// ~ uses paths in node_modules based on default webpack configuration
|
|
|
|
@import "~bootstrap/less/bootstrap.less";
|
|
|
|
@import "~font-awesome/less/font-awesome.less";
|
|
|
|
|
|
|
|
// Override some of the variables in bootstrap and font-awesome, @@@ put in own file
|
|
|
|
@fa-font-path: "~font-awesome/fonts/";
|
|
|
|
@icon-font-path: "~bootstrap/fonts/";
|
|
|
|
|
|
|
|
@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
@font-family-serif: Georgia, "Times New Roman", Times, serif;
|
|
|
|
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
|
|
|
|
|
|
// Account
|
|
|
|
@import "account.less";
|
|
|
|
|
|
|
|
// Symposion UI components
|
2015-10-17 01:09:06 +00:00
|
|
|
@import "editor.less";
|
2015-10-16 17:53:02 +00:00
|
|
|
@import "symposion-components.less";
|
|
|
|
@import "symposion-schedule.less";
|
|
|
|
|
|
|
|
// Site overrides
|
|
|
|
@import "custom.less";
|