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.
|
2020-07-09 17:09:33 -04:00
|
|
|
@import '@gitlab/at.js/dist/css/jquery.atwho';
|
|
|
|
@import 'dropzone/dist/basic';
|
|
|
|
@import 'select2/select2';
|
2017-01-03 12:13:12 -05:00
|
|
|
|
2019-04-02 22:24:07 -04:00
|
|
|
// GitLab UI framework
|
2020-07-09 17:09:33 -04:00
|
|
|
@import 'framework';
|
2013-12-31 07:39:45 -05:00
|
|
|
|
2019-04-02 22:24:07 -04:00
|
|
|
// Font icons
|
2020-07-09 17:09:33 -04:00
|
|
|
@import 'font-awesome';
|
2013-12-31 07:39:45 -05:00
|
|
|
|
2019-04-02 22:24:07 -04:00
|
|
|
// Page specific styles (issues, projects etc):
|
2020-07-09 17:09:33 -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
|
2020-07-09 17:09:33 -04:00
|
|
|
@import 'components/**/*';
|
2018-12-07 22:12:23 -05:00
|
|
|
|
2019-04-09 04:21:42 -04:00
|
|
|
// Vendors specific styles
|
2020-07-09 17:09:33 -04:00
|
|
|
@import 'vendors/**/*';
|
2019-04-09 04:21:42 -04:00
|
|
|
|
2019-04-02 22:24:07 -04:00
|
|
|
// Styles for JS behaviors.
|
2020-07-09 17:09:33 -04:00
|
|
|
@import 'behaviors';
|
2019-04-02 22:24:07 -04:00
|
|
|
|
2019-07-22 09:00:08 -04:00
|
|
|
// EE-only stylesheets
|
2020-07-09 17:09:33 -04:00
|
|
|
@import 'application_ee';
|
2019-07-22 09:00:08 -04:00
|
|
|
|
|
|
|
// CSS util classes
|
2020-04-30 11:09:46 -04:00
|
|
|
/**
|
|
|
|
These are deprecated in favor of the Gitlab UI utilities imported below.
|
|
|
|
Please check https://unpkg.com/browse/@gitlab/ui/src/scss/utilities.scss
|
|
|
|
to see the available utility classes.
|
|
|
|
**/
|
2020-07-09 17:09:33 -04:00
|
|
|
@import 'utilities';
|
2020-04-30 11:09:46 -04:00
|
|
|
|
|
|
|
// Gitlab UI util classes
|
2020-07-09 17:09:33 -04:00
|
|
|
@import '@gitlab/ui/src/scss/utilities';
|
2020-06-26 11:08:45 -04:00
|
|
|
|
|
|
|
/* print styles */
|
|
|
|
@media print {
|
2020-07-09 17:09:33 -04:00
|
|
|
@import 'print';
|
2020-06-26 11:08:45 -04:00
|
|
|
}
|