BigW Consortium Gitlab

application.scss 1.04 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
Alfredo Sumaran committed
11
 *= require cropper.css
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";
26

27
/*
28 29 30 31
 * Font icons
 */
@import "font-awesome";

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

37
/*
38
 * Code highlight
Dmitriy Zaporozhets committed
39
 */
40
@import "highlight/**/*";
41

42
/*
43 44
 * Styles for JS behaviors.
 */
45
@import "behaviors.scss";