Lines 36-105
$high-contrast-grey: #666666;
Link Here
|
36 |
box-shadow: inset 0 1px 1px rgba( 0, 0, 0, .075 ), 0 0 8px rgba( 194, 228, 136, .6 ); |
36 |
box-shadow: inset 0 1px 1px rgba( 0, 0, 0, .075 ), 0 0 8px rgba( 194, 228, 136, .6 ); |
37 |
} |
37 |
} |
38 |
|
38 |
|
39 |
@import "../../../../../node_modules/bootstrap5/scss/mixins/banner"; |
39 |
@import "~bootstrap5/scss/mixins/_banner"; |
40 |
@include bsBanner(""); |
|
|
41 |
|
40 |
|
42 |
// scss-docs-start import-stack |
41 |
// scss-docs-start import-stack |
43 |
// Configuration |
42 |
// Configuration |
44 |
@import "../../../../../node_modules/bootstrap5/scss/functions"; |
43 |
@import "~bootstrap5/scss/_functions"; |
45 |
|
44 |
|
46 |
// Include any default variable overrides here |
45 |
// Include any default variable overrides here |
47 |
@import "variables"; |
46 |
@import "_variables"; |
48 |
|
47 |
|
49 |
// Include remainder of required Bootstrap stylesheets |
48 |
// Include remainder of required Bootstrap stylesheets |
50 |
@import "../../../../../node_modules/bootstrap5/scss/variables"; |
49 |
@import "~bootstrap5/scss/_variables"; |
51 |
@import "../../../../../node_modules/bootstrap5/scss/mixins"; |
50 |
@import "~bootstrap5/scss/_mixins"; |
52 |
|
51 |
|
53 |
$enable-dark-mode: false; |
52 |
$enable-dark-mode: false; |
54 |
|
53 |
|
55 |
@import "../../../../../node_modules/bootstrap5/scss/maps"; |
54 |
@import "~bootstrap5/scss/_maps"; |
56 |
@import "../../../../../node_modules/bootstrap5/scss/utilities"; |
55 |
@import "~bootstrap5/scss/_utilities"; |
57 |
|
56 |
|
58 |
// Layout & components |
57 |
// Layout & components |
59 |
@import "../../../../../node_modules/bootstrap5/scss/root"; |
58 |
@import "~bootstrap5/scss/_root"; |
60 |
@import "../../../../../node_modules/bootstrap5/scss/reboot"; |
59 |
@import "~bootstrap5/scss/_reboot"; |
61 |
@import "../../../../../node_modules/bootstrap5/scss/type"; |
60 |
@import "~bootstrap5/scss/_type"; |
62 |
@import "../../../../../node_modules/bootstrap5/scss/images"; |
61 |
@import "~bootstrap5/scss/_images"; |
63 |
@import "../../../../../node_modules/bootstrap5/scss/containers"; |
62 |
@import "~bootstrap5/scss/_containers"; |
64 |
@import "../../../../../node_modules/bootstrap5/scss/grid"; |
63 |
@import "~bootstrap5/scss/_grid"; |
65 |
@import "../../../../../node_modules/bootstrap5/scss/tables"; |
64 |
@import "~bootstrap5/scss/_tables"; |
66 |
@import "../../../../../node_modules/bootstrap5/scss/forms"; |
65 |
@import "~bootstrap5/scss/_forms"; |
67 |
@import "../../../../../node_modules/bootstrap5/scss/buttons"; |
66 |
@import "~bootstrap5/scss/_buttons"; |
68 |
@import "../../../../../node_modules/bootstrap5/scss/transitions"; |
67 |
@import "~bootstrap5/scss/_transitions"; |
69 |
@import "../../../../../node_modules/bootstrap5/scss/dropdown"; |
68 |
@import "~bootstrap5/scss/_dropdown"; |
70 |
@import "../../../../../node_modules/bootstrap5/scss/button-group"; |
69 |
@import "~bootstrap5/scss/_button-group"; |
71 |
@import "../../../../../node_modules/bootstrap5/scss/nav"; |
70 |
@import "~bootstrap5/scss/_nav"; |
72 |
@import "../../../../../node_modules/bootstrap5/scss/navbar"; |
71 |
@import "~bootstrap5/scss/_navbar"; |
73 |
@import "../../../../../node_modules/bootstrap5/scss/card"; |
72 |
@import "~bootstrap5/scss/_card"; |
74 |
@import "../../../../../node_modules/bootstrap5/scss/accordion"; |
73 |
@import "~bootstrap5/scss/_accordion"; |
75 |
@import "../../../../../node_modules/bootstrap5/scss/breadcrumb"; |
74 |
@import "~bootstrap5/scss/_breadcrumb"; |
76 |
@import "../../../../../node_modules/bootstrap5/scss/pagination"; |
75 |
@import "~bootstrap5/scss/_pagination"; |
77 |
@import "../../../../../node_modules/bootstrap5/scss/badge"; |
76 |
@import "~bootstrap5/scss/_badge"; |
78 |
@import "../../../../../node_modules/bootstrap5/scss/alert"; |
77 |
@import "~bootstrap5/scss/_alert"; |
79 |
@import "../../../../../node_modules/bootstrap5/scss/progress"; |
78 |
@import "~bootstrap5/scss/_progress"; |
80 |
@import "../../../../../node_modules/bootstrap5/scss/list-group"; |
79 |
@import "~bootstrap5/scss/_list-group"; |
81 |
@import "../../../../../node_modules/bootstrap5/scss/close"; |
80 |
@import "~bootstrap5/scss/_close"; |
82 |
@import "../../../../../node_modules/bootstrap5/scss/toasts"; |
81 |
@import "~bootstrap5/scss/_toasts"; |
83 |
@import "../../../../../node_modules/bootstrap5/scss/modal"; |
82 |
@import "~bootstrap5/scss/_modal"; |
84 |
@import "../../../../../node_modules/bootstrap5/scss/tooltip"; |
83 |
@import "~bootstrap5/scss/_tooltip"; |
85 |
@import "../../../../../node_modules/bootstrap5/scss/popover"; |
84 |
@import "~bootstrap5/scss/_popover"; |
86 |
@import "../../../../../node_modules/bootstrap5/scss/carousel"; |
85 |
@import "~bootstrap5/scss/_carousel"; |
87 |
@import "../../../../../node_modules/bootstrap5/scss/spinners"; |
86 |
@import "~bootstrap5/scss/_spinners"; |
88 |
@import "../../../../../node_modules/bootstrap5/scss/offcanvas"; |
87 |
@import "~bootstrap5/scss/_offcanvas"; |
89 |
@import "../../../../../node_modules/bootstrap5/scss/placeholders"; |
88 |
@import "~bootstrap5/scss/_placeholders"; |
90 |
|
89 |
|
91 |
// Helpers |
90 |
// Helpers |
92 |
@import "../../../../../node_modules/bootstrap5/scss/helpers"; |
91 |
@import "~bootstrap5/scss/_helpers"; |
93 |
|
92 |
|
94 |
// Utilities |
93 |
// Utilities |
95 |
@import "../../../../../node_modules/bootstrap5/scss/utilities/api"; |
94 |
@import "~bootstrap5/scss/utilities/_api"; |
96 |
|
95 |
|
97 |
// scss-docs-end import-stack |
96 |
// scss-docs-end import-stack |
98 |
|
97 |
|
99 |
@import "flatpickr"; |
98 |
@import "_flatpickr"; |
100 |
|
99 |
|
101 |
/* Koha imports */ |
100 |
/* Koha imports */ |
102 |
@import "fonts"; |
101 |
@import "_fonts"; |
103 |
|
102 |
|
104 |
// Sticky footer styles |
103 |
// Sticky footer styles |
105 |
html, |
104 |
html, |