Lines 34-85
$high-contrast-grey: #666666;
Link Here
|
34 |
} |
34 |
} |
35 |
|
35 |
|
36 |
/* Bootstrap imports */ |
36 |
/* Bootstrap imports */ |
37 |
@import "../../../../../node_modules/bootstrap/scss/functions"; |
37 |
@import "bootstrap/scss/functions"; |
38 |
@import "../../../../../node_modules/bootstrap/scss/variables"; |
38 |
@import "bootstrap/scss/variables"; |
39 |
@import "../../../../../node_modules/bootstrap/scss/mixins"; |
39 |
@import "bootstrap/scss/mixins"; |
40 |
@import "../../../../../node_modules/bootstrap/scss/alert"; |
40 |
@import "bootstrap/scss/alert"; |
41 |
|
41 |
|
42 |
// @import "../../../../../node_modules/bootstrap/scss/badge"; |
42 |
// @import "bootstrap/scss/badge"; |
43 |
@import "../../../../../node_modules/bootstrap/scss/breadcrumb"; |
43 |
@import "bootstrap/scss/breadcrumb"; |
44 |
@import "../../../../../node_modules/bootstrap/scss/button-group"; |
44 |
@import "bootstrap/scss/button-group"; |
45 |
@import "../../../../../node_modules/bootstrap/scss/buttons"; |
45 |
@import "bootstrap/scss/buttons"; |
46 |
@import "../../../../../node_modules/bootstrap/scss/card"; |
46 |
@import "bootstrap/scss/card"; |
47 |
|
47 |
|
48 |
// @import "../../../../../node_modules/bootstrap/scss/carousel"; |
48 |
// @import "bootstrap/scss/carousel"; |
49 |
@import "../../../../../node_modules/bootstrap/scss/close"; |
49 |
@import "bootstrap/scss/close"; |
50 |
|
50 |
|
51 |
// @import "../../../../../node_modules/bootstrap/scss/code"; |
51 |
// @import "bootstrap/scss/code"; |
52 |
@import "../../../../../node_modules/bootstrap/scss/custom-forms"; |
52 |
@import "bootstrap/scss/custom-forms"; |
53 |
@import "../../../../../node_modules/bootstrap/scss/dropdown"; |
53 |
@import "bootstrap/scss/dropdown"; |
54 |
@import "../../../../../node_modules/bootstrap/scss/forms"; |
54 |
@import "bootstrap/scss/forms"; |
55 |
@import "../../../../../node_modules/bootstrap/scss/grid"; |
55 |
@import "bootstrap/scss/grid"; |
56 |
|
56 |
|
57 |
// @import "../../../../../node_modules/bootstrap/scss/images"; |
57 |
// @import "bootstrap/scss/images"; |
58 |
@import "../../../../../node_modules/bootstrap/scss/input-group"; |
58 |
@import "bootstrap/scss/input-group"; |
59 |
|
59 |
|
60 |
// @import "../../../../../node_modules/bootstrap/scss/jumbotron"; |
60 |
// @import "bootstrap/scss/jumbotron"; |
61 |
// @import "../../../../../node_modules/bootstrap/scss/list-group"; |
61 |
// @import "bootstrap/scss/list-group"; |
62 |
// @import "../../../../../node_modules/bootstrap/scss/media"; |
62 |
// @import "bootstrap/scss/media"; |
63 |
@import "../../../../../node_modules/bootstrap/scss/modal"; |
63 |
@import "bootstrap/scss/modal"; |
64 |
@import "../../../../../node_modules/bootstrap/scss/navbar"; |
64 |
@import "bootstrap/scss/navbar"; |
65 |
@import "../../../../../node_modules/bootstrap/scss/nav"; |
65 |
@import "bootstrap/scss/nav"; |
66 |
@import "../../../../../node_modules/bootstrap/scss/pagination"; |
66 |
@import "bootstrap/scss/pagination"; |
67 |
|
67 |
|
68 |
// @import "../../../../../node_modules/bootstrap/scss/popover"; |
68 |
// @import "bootstrap/scss/popover"; |
69 |
@import "../../../../../node_modules/bootstrap/scss/print"; |
69 |
@import "bootstrap/scss/print"; |
70 |
|
70 |
|
71 |
// @import "../../../../../node_modules/bootstrap/scss/progress"; |
71 |
// @import "bootstrap/scss/progress"; |
72 |
@import "../../../../../node_modules/bootstrap/scss/reboot"; |
72 |
@import "bootstrap/scss/reboot"; |
73 |
@import "../../../../../node_modules/bootstrap/scss/root"; |
73 |
@import "bootstrap/scss/root"; |
74 |
|
74 |
|
75 |
// @import "../../../../../node_modules/bootstrap/scss/spinners"; |
75 |
// @import "bootstrap/scss/spinners"; |
76 |
@import "../../../../../node_modules/bootstrap/scss/tables"; |
76 |
@import "bootstrap/scss/tables"; |
77 |
|
77 |
|
78 |
// @import "../../../../../node_modules/bootstrap/scss/toasts"; |
78 |
// @import "bootstrap/scss/toasts"; |
79 |
@import "../../../../../node_modules/bootstrap/scss/tooltip"; |
79 |
@import "bootstrap/scss/tooltip"; |
80 |
@import "../../../../../node_modules/bootstrap/scss/transitions"; |
80 |
@import "bootstrap/scss/transitions"; |
81 |
@import "../../../../../node_modules/bootstrap/scss/type"; |
81 |
@import "bootstrap/scss/type"; |
82 |
@import "../../../../../node_modules/bootstrap/scss/utilities"; |
82 |
@import "bootstrap/scss/utilities"; |
83 |
@import "flatpickr"; |
83 |
@import "flatpickr"; |
84 |
|
84 |
|
85 |
/* Koha imports */ |
85 |
/* Koha imports */ |
86 |
- |
|
|