BigW Consortium Gitlab

application.scss 1.08 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 6
 *= require jquery-ui/datepicker
 *= require jquery-ui/autocomplete
7
 *= require jquery.atwho
8
 *= require select2
9
 *= require_self
10
 *= require dropzone/basic
11
 *= require cal-heatmap
Alfredo Sumaran committed
12
 *= require cropper.css
13
 *= require animate
14 15
*/

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

/*
25
 * GitLab UI framework
26
 */
27
@import "framework";
28

29
/*
30 31 32 33
 * Font icons
 */
@import "font-awesome";

34
/*
Dmitriy Zaporozhets committed
35 36
 * Page specific styles (issues, projects etc):
 */
37
@import "pages/**/*";
Dmitriy Zaporozhets committed
38

39
/*
40
 * Code highlight
Dmitriy Zaporozhets committed
41
 */
42
@import "highlight/**/*";
43

44
/*
45 46
 * Styles for JS behaviors.
 */
47
@import "behaviors.scss";