application.scss 1.12 KB
Newer Older
1 2 3 4
/*
 * 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.
5
 *= require jquery.ui.datepicker
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
6
 *= require jquery.ui.autocomplete
7
 *= require jquery.atwho
8
 *= require select2
9
 *= require_self
10
 *= require dropzone/basic
11
 *= require cal-heatmap
12 13
*/

14 15
/*
 * Welcome to GitLab css!
16 17 18
 * 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/
19 20 21 22
 * directory.
 */

/*
23
 * GitLab UI framework
24
 */
25
@import "framework";
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
26

27
/*
28 29 30 31 32
 * NProgress load bar css
 */
@import 'nprogress';
@import 'nprogress-bootstrap';

33
/*
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
34 35 36 37
 * Font icons
 */
@import "font-awesome";

38
/*
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
39 40
 * Page specific styles (issues, projects etc):
 */
41
@import "pages/**/*";
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
42

43
/*
44
 * Code highlight
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
45
 */
46
@import "highlight/**/*";
47

48
/*
49 50
 * Styles for JS behaviors.
 */
51
@import "behaviors.scss";