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_self
|
2016-03-17 02:26:48 -04:00
|
|
|
*= require cropper.css
|
2012-12-19 13:57:41 -05:00
|
|
|
*/
|
|
|
|
|
2019-04-02 22:24:07 -04:00
|
|
|
// Welcome to GitLab css!
|
|
|
|
// 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/
|
|
|
|
// directory.
|
2019-03-13 10:02:19 -04:00
|
|
|
@import "../../../node_modules/at.js/dist/css/jquery.atwho";
|
2017-01-03 12:13:12 -05:00
|
|
|
@import "../../../node_modules/pikaday/scss/pikaday";
|
2018-10-10 12:39:03 -04:00
|
|
|
@import "../../../node_modules/dropzone/dist/basic";
|
2019-03-08 12:09:58 -05:00
|
|
|
@import "../../../node_modules/select2/select2";
|
2017-01-03 12:13:12 -05:00
|
|
|
|
2019-04-02 22:24:07 -04:00
|
|
|
// GitLab UI framework
|
2015-10-12 09:00:04 -04:00
|
|
|
@import "framework";
|
2013-12-31 07:39:45 -05:00
|
|
|
|
2019-04-02 22:24:07 -04:00
|
|
|
// Font icons
|
2013-12-31 07:39:45 -05:00
|
|
|
@import "font-awesome";
|
|
|
|
|
2019-04-02 22:24:07 -04: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
|
|
|
|
2019-04-02 22:24:07 -04:00
|
|
|
// Component specific styles, will be moved to gitlab-ui
|
2018-12-07 22:12:23 -05:00
|
|
|
@import "components/**/*";
|
|
|
|
|
2019-04-09 04:21:42 -04:00
|
|
|
// Vendors specific styles
|
|
|
|
@import "vendors/**/*";
|
|
|
|
|
2019-04-02 22:24:07 -04:00
|
|
|
// Styles for JS behaviors.
|
2017-07-10 08:23:29 -04:00
|
|
|
@import "behaviors";
|
2019-04-02 22:24:07 -04:00
|
|
|
|
|
|
|
@import "utilities";
|