2012-12-19 13:57:41 -05:00
|
|
|
/*
|
|
|
|
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
|
|
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
|
|
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
2014-04-02 07:57:00 -04:00
|
|
|
*= require jquery.ui.datepicker
|
2014-04-06 07:10:48 -04:00
|
|
|
*= require jquery.ui.autocomplete
|
2012-12-19 13:57:41 -05:00
|
|
|
*= require jquery.atwho
|
2013-03-13 15:37:50 -04:00
|
|
|
*= require select2
|
2012-12-19 13:57:41 -05:00
|
|
|
*= require_self
|
2014-05-23 04:22:00 -04:00
|
|
|
*= require dropzone/basic
|
2015-01-28 16:18:22 -05:00
|
|
|
*= require cal-heatmap
|
2012-12-19 13:57:41 -05:00
|
|
|
*/
|
|
|
|
|
2015-03-07 03:29:25 -05:00
|
|
|
|
|
|
|
@import "base/variables";
|
|
|
|
@import "base/mixins";
|
|
|
|
@import "base/layout";
|
|
|
|
|
2013-12-31 07:39:45 -05:00
|
|
|
|
2012-11-23 11:26:26 -05:00
|
|
|
/**
|
2014-01-01 14:42:42 -05:00
|
|
|
* Customized Twitter bootstrap
|
2012-11-23 11:26:26 -05:00
|
|
|
*/
|
2015-03-07 03:29:25 -05:00
|
|
|
@import 'base/gl_variables';
|
|
|
|
@import 'base/gl_bootstrap';
|
2013-12-31 07:39:45 -05:00
|
|
|
|
2014-06-19 02:58:42 -04:00
|
|
|
/**
|
|
|
|
* NProgress load bar css
|
|
|
|
*/
|
|
|
|
@import 'nprogress';
|
|
|
|
@import 'nprogress-bootstrap';
|
|
|
|
|
2013-12-31 07:39:45 -05:00
|
|
|
/**
|
|
|
|
* Font icons
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
@import "font-awesome";
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Generic css (forms, nav etc):
|
|
|
|
*/
|
2014-04-14 17:49:16 -04:00
|
|
|
@import "generic/*";
|
2012-02-20 12:16:55 -05:00
|
|
|
|
2013-12-31 07:42:32 -05:00
|
|
|
/**
|
|
|
|
* Page specific styles (issues, projects etc):
|
|
|
|
*/
|
2014-04-15 12:01:54 -04:00
|
|
|
|
2015-03-07 03:28:53 -05:00
|
|
|
@import "pages/*";
|
2013-12-31 07:42:32 -05:00
|
|
|
|
|
|
|
/**
|
2014-02-26 03:31:04 -05:00
|
|
|
* Code highlight
|
2013-12-31 07:42:32 -05:00
|
|
|
*/
|
2014-04-14 17:49:16 -04:00
|
|
|
@import "highlight/*";
|
2012-10-09 13:11:49 -04:00
|
|
|
|
|
|
|
/**
|
2012-12-19 11:34:24 -05:00
|
|
|
* UI themes:
|
2012-10-09 13:11:49 -04:00
|
|
|
*/
|
2014-04-14 17:49:16 -04:00
|
|
|
@import "themes/*";
|
2012-12-19 11:34:24 -05:00
|
|
|
|
2012-12-22 19:03:57 -05:00
|
|
|
/**
|
|
|
|
* Styles for JS behaviors.
|
|
|
|
*/
|
|
|
|
@import "behaviors.scss";
|