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
 *= require jquery.ui.datepicker
6
 *= require jquery.ui.autocomplete
7
 *= require jquery.atwho
8
 *= require select2
9
 *= require highlightjs.min
10
 *= require_self
11 12
 *= require nprogress
 *= require nprogress-bootstrap
13
 *= require dropzone/basic
14 15
*/

16
@import "main/*";
17

18
/**
19
 * Customized Twitter bootstrap
20
 */
21
@import 'gl_bootstrap';
22 23 24 25 26 27 28 29 30 31

/**
 * Font icons
 *
 */
@import "font-awesome";

/**
 * Generic css (forms, nav etc):
 */
32
@import "generic/*";
vsizov committed
33

Dmitriy Zaporozhets committed
34 35 36
/**
 * Page specific styles (issues, projects etc):
 */
37

38
@import "sections/*";
Dmitriy Zaporozhets committed
39 40

/**
41
 * Code highlight
Dmitriy Zaporozhets committed
42
 */
43
@import "highlight/*";
44 45

/**
46
 * UI themes:
47
 */
48
@import "themes/*";
49

50 51 52 53
/**
 * Styles for JS behaviors.
 */
@import "behaviors.scss";
Job van der Voort committed
54 55 56 57 58

/**
* Styles for responsive sidebar
*/
@import "semantic-ui/modules/sidebar"