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.
|
|
|
|
*= 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
|
2016-03-17 02:26:48 -04:00
|
|
|
*= require cropper.css
|
2012-12-19 13:57:41 -05:00
|
|
|
*/
|
|
|
|
|
2015-10-12 09:08:33 -04:00
|
|
|
/*
|
|
|
|
* Welcome to GitLab css!
|
2015-10-12 15:00:21 -04:00
|
|
|
* If you need to add or modify UI component that is common for many pages
|
|
|
|
* like a table or typography then make changes in the framework/ directory.
|
|
|
|
* If you need to add unique style that should affect only one page - use pages/
|
2015-10-12 09:08:33 -04:00
|
|
|
* directory.
|
|
|
|
*/
|
|
|
|
|
2017-01-03 12:13:12 -05:00
|
|
|
@import "../../../node_modules/pikaday/scss/pikaday";
|
|
|
|
|
2015-10-12 09:08:33 -04:00
|
|
|
/*
|
2015-10-12 09:00:04 -04:00
|
|
|
* GitLab UI framework
|
2012-11-23 11:26:26 -05:00
|
|
|
*/
|
2015-10-12 09:00:04 -04:00
|
|
|
@import "framework";
|
2013-12-31 07:39:45 -05:00
|
|
|
|
2015-10-12 09:08:33 -04:00
|
|
|
/*
|
2013-12-31 07:39:45 -05:00
|
|
|
* Font icons
|
|
|
|
*/
|
|
|
|
@import "font-awesome";
|
|
|
|
|
2015-10-12 09:08:33 -04:00
|
|
|
/*
|
2013-12-31 07:42:32 -05:00
|
|
|
* Page specific styles (issues, projects etc):
|
|
|
|
*/
|
2015-06-05 15:45:46 -04:00
|
|
|
@import "pages/**/*";
|
2013-12-31 07:42:32 -05:00
|
|
|
|
2015-10-12 09:08:33 -04:00
|
|
|
/*
|
2014-02-26 03:31:04 -05:00
|
|
|
* Code highlight
|
2013-12-31 07:42:32 -05:00
|
|
|
*/
|
2015-06-05 15:45:46 -04:00
|
|
|
@import "highlight/**/*";
|
2012-12-19 11:34:24 -05:00
|
|
|
|
2015-10-12 09:08:33 -04:00
|
|
|
/*
|
2012-12-22 19:03:57 -05:00
|
|
|
* Styles for JS behaviors.
|
|
|
|
*/
|
2015-12-22 17:14:01 -05:00
|
|
|
@import "behaviors.scss";
|