application.scss 1.16 KB
Newer Older
1 2 3 4 5
/*
 * 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
Alfredo Sumaran's avatar
Alfredo Sumaran committed
6
 *= require cropper.css
7 8
*/

9 10 11 12 13
// 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.
14 15 16 17
@import "at.js/dist/css/jquery.atwho";
@import "pikaday/scss/pikaday";
@import "dropzone/dist/basic";
@import "select2/select2";
Phil Hughes's avatar
Phil Hughes committed
18

19
// GitLab UI framework
20
@import "framework";
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
21

22
// Font icons
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
23 24
@import "font-awesome";

25
// Page specific styles (issues, projects etc):
26
@import "pages/**/*";
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
27

28
// Component specific styles, will be moved to gitlab-ui
29 30
@import "components/**/*";

31 32 33
// Vendors specific styles
@import "vendors/**/*";

34
// Styles for JS behaviors.
35
@import "behaviors";
36

37 38 39 40
// EE-only stylesheets
@import "application_ee";

// CSS util classes
41
@import "utilities";