forked from open-lms-open-source/moodle-theme_snap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_boost.scss
More file actions
54 lines (47 loc) · 1.36 KB
/
_boost.scss
File metadata and controls
54 lines (47 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
$breadcrumb-divider: "▶" !default;
$breadcrumb-divider-rtl: "◀" !default;
// Import font awesome.
@import "fontawesome";
// Import the bootstrap variables.
@import "bootstrap/bootstrap";
// Making BS4 Stable compatible with BS4 Alpha for moodle core sass
@import "bs4alphacompat";
// Specific overrides to make Bootstrap RTL.
@import "moodle/bootstrap-rtl";
// Specific SCSS to make some Bootstrap 5 syntax work with Moodle.
@import "moodle/bs5-bridge";
// Old Moodle stuff from base theme.
// Massive, needs broken up.
@import "moodle/variables";
@import "moodle/core";
@import "moodle/icons";
@import "moodle/admin";
@import "moodle/blocks";
@import "moodle/calendar";
@import "moodle/course";
// @import "moodle/drawer";
$drawer-width: 320px;
@import "moodle/filemanager";
@import "moodle/message";
@import "moodle/question";
@import "moodle/user";
@import "moodle/search";
@import "moodle/forms";
@import "moodle/login";
@import "moodle/modules";
@import "moodle/chat";
@import "moodle/reports";
@import "moodle/backup-restore";
@import "moodle/tables";
@import "moodle/buttons";
@import "moodle/grade";
@import "moodle/templates";
@import "moodle/undo";
@import "moodle/debug";
@import "moodle/drawer";
@import "moodle/sticky-footer";
@import "moodle/popover-region";
@import "moodle/tool_usertours";
@import "moodle/print";
@import "moodle/modal";
@import "moodle/atto";