MDL-40670 Theme: Rescale headings overriding bootstrap defaults
[moodle.git] / theme / bootstrapbase / less / moodle.less
blob4a5741246153748c7c6f10b4b3fbe80eb854e04f
1 // Import the bootstrap variables.
2 @import "bootstrap/variables.less";
4 // Old Moodle stuff from base theme.
5 // Massive, needs broken up.
6 @import "moodle/core";
7 @import "moodle/admin";
8 @import "moodle/calendar";
9 @import "moodle/course";
10 @import "moodle/filemanager";
11 @import "moodle/grade";
12 @import "moodle/message";
13 @import "moodle/question";
14 @import "moodle/user";
17 // Upstream Bootstrap.
18 @import "bootstrap/bootstrap";
20 // Override Bootstrap defaults.
21 @import "moodle/bootstrapoverride";
23 // Set image location.
24 @iconSpritePath:          ~"[[pix:theme|glyphicons-halflings]]";
25 @iconWhiteSpritePath:     ~"[[pix:theme|glyphicons-halflings-white]]";
27 // Increase form label width.
28 @horizontalComponentOffset: 200px;
29 // On Wider screens.
30 @horizontalComponentOffset980: 220px;
31 @horizontalComponentOffset1200: 265px;
33 // Roll back nameclashes.
34 @import "moodle/undo";
36 // Extra padding for fixed nav.
37 // Needs to be between bootstrap/bootstrap and
38 // bootstrap/responsive.
39 body {
40     padding-top: 60px;
43 // New Moodle stuff that builds on Bootstrap.
44 @import "moodle/blocks";
45 @import "moodle/forms";
46 @import "moodle/modules";
47 @import "moodle/reports";
48 @import "moodle/backup-restore";
49 @import "moodle/tables";
50 @import "moodle/buttons";
52 // Anything below this line is considered expendable,
53 // so it doesn't matter if it doesn't show up in ie < 9
54 // though at current time (2013-03-13) the whole file is
55 // picked up in IE8, and IE9 fails at some point during the
56 // responsive section, cutting off the last 400 selectors.
58 // The following responsive imports are copied in
59 // from "bootstrap/responsive".
60 @import "bootstrap/responsive-utilities.less";
61 @import "bootstrap/responsive-1200px-min.less";
62 @import "bootstrap/responsive-768px-979px.less";
63 @import "bootstrap/responsive-767px-max.less";
64 @import "bootstrap/responsive-navbar.less";
65 @import "moodle/responsive";
67 @import "moodle/debug";
68 @import "moodle/expendable";