|
Lines 36-98
$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 "~bootstrap5/scss/mixins/_banner"; |
39 |
@import "~bootstrap/scss/mixins/_banner"; |
| 40 |
@include bsBanner(""); |
40 |
@include bsBanner(""); |
| 41 |
|
41 |
|
| 42 |
// scss-docs-start import-stack |
42 |
// scss-docs-start import-stack |
| 43 |
// Configuration |
43 |
// Configuration |
| 44 |
@import "~bootstrap5/scss/_functions"; |
44 |
@import "~bootstrap/scss/_functions"; |
| 45 |
|
45 |
|
| 46 |
// Include any default variable overrides here |
46 |
// Include any default variable overrides here |
| 47 |
@import "_variables"; |
47 |
@import "_variables"; |
| 48 |
|
48 |
|
| 49 |
// Include remainder of required Bootstrap stylesheets |
49 |
// Include remainder of required Bootstrap stylesheets |
| 50 |
@import "~bootstrap5/scss/_variables"; |
50 |
@import "~bootstrap/scss/_variables"; |
| 51 |
@import "~bootstrap5/scss/_mixins"; |
51 |
@import "~bootstrap/scss/_mixins"; |
| 52 |
|
52 |
|
| 53 |
$enable-dark-mode: false; |
53 |
$enable-dark-mode: false; |
| 54 |
|
54 |
|
| 55 |
@import "~bootstrap5/scss/_maps"; |
55 |
@import "~bootstrap/scss/_maps"; |
| 56 |
@import "~bootstrap5/scss/_utilities"; |
56 |
@import "~bootstrap/scss/_utilities"; |
| 57 |
|
57 |
|
| 58 |
// Layout & components |
58 |
// Layout & components |
| 59 |
@import "~bootstrap5/scss/_root"; |
59 |
@import "~bootstrap/scss/_root"; |
| 60 |
@import "~bootstrap5/scss/_reboot"; |
60 |
@import "~bootstrap/scss/_reboot"; |
| 61 |
@import "~bootstrap5/scss/_type"; |
61 |
@import "~bootstrap/scss/_type"; |
| 62 |
@import "~bootstrap5/scss/_images"; |
62 |
@import "~bootstrap/scss/_images"; |
| 63 |
@import "~bootstrap5/scss/_containers"; |
63 |
@import "~bootstrap/scss/_containers"; |
| 64 |
@import "~bootstrap5/scss/_grid"; |
64 |
@import "~bootstrap/scss/_grid"; |
| 65 |
@import "~bootstrap5/scss/_tables"; |
65 |
@import "~bootstrap/scss/_tables"; |
| 66 |
@import "~bootstrap5/scss/_forms"; |
66 |
@import "~bootstrap/scss/_forms"; |
| 67 |
@import "~bootstrap5/scss/_buttons"; |
67 |
@import "~bootstrap/scss/_buttons"; |
| 68 |
@import "~bootstrap5/scss/_transitions"; |
68 |
@import "~bootstrap/scss/_transitions"; |
| 69 |
@import "~bootstrap5/scss/_dropdown"; |
69 |
@import "~bootstrap/scss/_dropdown"; |
| 70 |
@import "~bootstrap5/scss/_button-group"; |
70 |
@import "~bootstrap/scss/_button-group"; |
| 71 |
@import "~bootstrap5/scss/_nav"; |
71 |
@import "~bootstrap/scss/_nav"; |
| 72 |
@import "~bootstrap5/scss/_navbar"; |
72 |
@import "~bootstrap/scss/_navbar"; |
| 73 |
@import "~bootstrap5/scss/_card"; |
73 |
@import "~bootstrap/scss/_card"; |
| 74 |
@import "~bootstrap5/scss/_accordion"; |
74 |
@import "~bootstrap/scss/_accordion"; |
| 75 |
@import "~bootstrap5/scss/_breadcrumb"; |
75 |
@import "~bootstrap/scss/_breadcrumb"; |
| 76 |
@import "~bootstrap5/scss/_pagination"; |
76 |
@import "~bootstrap/scss/_pagination"; |
| 77 |
@import "~bootstrap5/scss/_badge"; |
77 |
@import "~bootstrap/scss/_badge"; |
| 78 |
@import "~bootstrap5/scss/_alert"; |
78 |
@import "~bootstrap/scss/_alert"; |
| 79 |
@import "~bootstrap5/scss/_progress"; |
79 |
@import "~bootstrap/scss/_progress"; |
| 80 |
@import "~bootstrap5/scss/_list-group"; |
80 |
@import "~bootstrap/scss/_list-group"; |
| 81 |
@import "~bootstrap5/scss/_close"; |
81 |
@import "~bootstrap/scss/_close"; |
| 82 |
@import "~bootstrap5/scss/_toasts"; |
82 |
@import "~bootstrap/scss/_toasts"; |
| 83 |
@import "~bootstrap5/scss/_modal"; |
83 |
@import "~bootstrap/scss/_modal"; |
| 84 |
@import "~bootstrap5/scss/_tooltip"; |
84 |
@import "~bootstrap/scss/_tooltip"; |
| 85 |
@import "~bootstrap5/scss/_popover"; |
85 |
@import "~bootstrap/scss/_popover"; |
| 86 |
@import "~bootstrap5/scss/_carousel"; |
86 |
@import "~bootstrap/scss/_carousel"; |
| 87 |
@import "~bootstrap5/scss/_spinners"; |
87 |
@import "~bootstrap/scss/_spinners"; |
| 88 |
@import "~bootstrap5/scss/_offcanvas"; |
88 |
@import "~bootstrap/scss/_offcanvas"; |
| 89 |
@import "~bootstrap5/scss/_placeholders"; |
89 |
@import "~bootstrap/scss/_placeholders"; |
| 90 |
|
90 |
|
| 91 |
// Helpers |
91 |
// Helpers |
| 92 |
@import "~bootstrap5/scss/_helpers"; |
92 |
@import "~bootstrap/scss/_helpers"; |
| 93 |
|
93 |
|
| 94 |
// Utilities |
94 |
// Utilities |
| 95 |
@import "~bootstrap5/scss/utilities/_api"; |
95 |
@import "~bootstrap/scss/utilities/_api"; |
| 96 |
|
96 |
|
| 97 |
// scss-docs-end import-stack |
97 |
// scss-docs-end import-stack |
| 98 |
|
98 |
|