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';
|
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
|
|
|
// Page specific styles (issues, projects etc):
|
2020-08-26 14:11:43 -04:00
|
|
|
@import 'page_specific_files';
|
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
|
|
|
|
2021-07-27 05:10:08 -04:00
|
|
|
// JH-only stylesheets
|
|
|
|
@import 'application_jh';
|
|
|
|
|
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
|
|
|
}
|
2020-08-04 17:09:56 -04:00
|
|
|
|
|
|
|
/* Rules for overriding cloaking in startup-general.scss */
|
2020-08-12 14:10:05 -04:00
|
|
|
@import 'startup/cloaking';
|
|
|
|
@include cloak-startup-scss(block);
|