2017-08-12 10:36:09 -07:00
|
|
|
|
|
|
|
// Variables MUST be imported before bootstrap CSS, otherwise nothing gets done.
|
2017-06-07 15:01:31 -07:00
|
|
|
$icon-font-path: "bootstrap-sass/assets/fonts/bootstrap/";
|
2017-08-12 10:36:09 -07:00
|
|
|
@import "variables.scss";
|
|
|
|
|
|
|
|
// Bootstrap itself
|
2017-06-07 15:01:31 -07:00
|
|
|
@import "../bootstrap/stylesheets/_bootstrap.scss";
|
2015-10-16 12:53:02 -05:00
|
|
|
|
2017-06-07 15:01:31 -07:00
|
|
|
/* @import "bootstrap";
|
|
|
|
@import "font-awesome"; */
|
|
|
|
|
2015-10-16 12:53:02 -05:00
|
|
|
// Account
|
2017-06-07 15:01:31 -07:00
|
|
|
@import "account.scss";
|
2015-10-16 12:53:02 -05:00
|
|
|
|
|
|
|
// Symposion UI components
|
2017-06-07 15:01:31 -07:00
|
|
|
@import "editor.scss";
|
|
|
|
@import "symposion-components.scss";
|
|
|
|
@import "symposion-schedule.scss";
|
2015-10-16 12:53:02 -05:00
|
|
|
|
|
|
|
// Site overrides
|
2017-06-07 15:01:31 -07:00
|
|
|
@import "custom.scss";
|