@swisspost/design-system-components 1.3.3 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-126f28cf.js → index-f95ab17b.js} +62 -20
- package/dist/cjs/index-f95ab17b.js.map +1 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/cjs/{package-f1eacd4f.js → package-5e7ba83a.js} +2 -2
- package/dist/cjs/{package-f1eacd4f.js.map → package-5e7ba83a.js.map} +1 -1
- package/dist/cjs/post-collapsible.cjs.entry.js +3 -3
- package/dist/cjs/post-collapsible.cjs.entry.js.map +1 -1
- package/dist/cjs/post-components.cjs.js +3 -3
- package/dist/cjs/post-components.cjs.js.map +1 -1
- package/dist/cjs/post-icon.cjs.entry.js +28 -90
- package/dist/cjs/post-icon.cjs.entry.js.map +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/post-collapsible/post-collapsible.css +1166 -48
- package/dist/collection/components/post-icon/post-icon.css +10 -10
- package/dist/collection/components/post-icon/post-icon.js +53 -105
- package/dist/collection/components/post-icon/post-icon.js.map +1 -1
- package/dist/collection/utils/property-checkers/tests/check-non-empty.spec.js +36 -0
- package/dist/collection/utils/property-checkers/tests/check-non-empty.spec.js.map +1 -0
- package/dist/collection/utils/property-checkers/tests/check-one-of.spec.js +13 -0
- package/dist/collection/utils/property-checkers/tests/check-one-of.spec.js.map +1 -0
- package/dist/collection/utils/property-checkers/tests/check-type.spec.js +103 -0
- package/dist/collection/utils/property-checkers/tests/check-type.spec.js.map +1 -0
- package/dist/collection/utils/property-checkers/tests/empty-or.spec.js +23 -0
- package/dist/collection/utils/property-checkers/tests/empty-or.spec.js.map +1 -0
- package/dist/collection/utils/tests/should-reduce-motion.spec.js +16 -0
- package/dist/collection/utils/tests/should-reduce-motion.spec.js.map +1 -0
- package/dist/components/package.js +1 -1
- package/dist/components/post-collapsible.js +2 -2
- package/dist/components/post-collapsible.js.map +1 -1
- package/dist/components/post-icon.js +28 -90
- package/dist/components/post-icon.js.map +1 -1
- package/dist/docs.json +36 -9
- package/dist/esm/{index-286143e7.js → index-0cfe0348.js} +62 -20
- package/dist/esm/index-0cfe0348.js.map +1 -0
- package/dist/esm/loader.js +4 -4
- package/dist/esm/loader.js.map +1 -1
- package/dist/esm/{package-144d0036.js → package-1c534bc2.js} +2 -2
- package/dist/esm/{package-144d0036.js.map → package-1c534bc2.js.map} +1 -1
- package/dist/esm/post-collapsible.entry.js +3 -3
- package/dist/esm/post-collapsible.entry.js.map +1 -1
- package/dist/esm/post-components.js +4 -4
- package/dist/esm/post-components.js.map +1 -1
- package/dist/esm/post-icon.entry.js +28 -90
- package/dist/esm/post-icon.entry.js.map +1 -1
- package/dist/post-components/{p-d2e9b37c.js → p-0049f179.js} +2 -2
- package/dist/post-components/p-50562794.entry.js +2 -0
- package/dist/post-components/{p-72fc6cda.entry.js.map → p-50562794.entry.js.map} +1 -1
- package/dist/post-components/p-8f4d1bc9.js +3 -0
- package/dist/post-components/p-8f4d1bc9.js.map +1 -0
- package/dist/post-components/p-fd9201c2.entry.js +2 -0
- package/dist/post-components/p-fd9201c2.entry.js.map +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/post-components/post-components.esm.js.map +1 -1
- package/dist/types/components/post-icon/post-icon.d.ts +14 -15
- package/dist/types/components.d.ts +17 -17
- package/dist/types/stencil-public-runtime.d.ts +1 -0
- package/loader/index.d.ts +1 -1
- package/package.json +13 -14
- package/dist/cjs/index-126f28cf.js.map +0 -1
- package/dist/esm/index-286143e7.js.map +0 -1
- package/dist/post-components/p-0c286590.js +0 -3
- package/dist/post-components/p-0c286590.js.map +0 -1
- package/dist/post-components/p-20d342a4.entry.js +0 -2
- package/dist/post-components/p-20d342a4.entry.js.map +0 -1
- package/dist/post-components/p-72fc6cda.entry.js +0 -2
- /package/dist/post-components/{p-d2e9b37c.js.map → p-0049f179.js.map} +0 -0
|
@@ -141,7 +141,8 @@
|
|
|
141
141
|
* will be available as sass-variables
|
|
142
142
|
* but should not be used.
|
|
143
143
|
*/
|
|
144
|
-
:root
|
|
144
|
+
:root,
|
|
145
|
+
[data-bs-theme=light] {
|
|
145
146
|
--bs-gray-100: #f8f9fa;
|
|
146
147
|
--bs-gray-200: #e9ecef;
|
|
147
148
|
--bs-gray-300: #dee2e6;
|
|
@@ -167,19 +168,61 @@
|
|
|
167
168
|
--bs-info-rgb: 204, 228, 238;
|
|
168
169
|
--bs-warning-rgb: 244, 158, 0;
|
|
169
170
|
--bs-danger-rgb: 165, 23, 40;
|
|
171
|
+
--bs-primary-text-emphasis: #141414;
|
|
172
|
+
--bs-secondary-text-emphasis: #292929;
|
|
173
|
+
--bs-success-text-emphasis: #123a0b;
|
|
174
|
+
--bs-info-text-emphasis: #525b5f;
|
|
175
|
+
--bs-warning-text-emphasis: #623f00;
|
|
176
|
+
--bs-danger-text-emphasis: #420910;
|
|
177
|
+
--bs-light-text-emphasis: #495057;
|
|
178
|
+
--bs-dark-text-emphasis: #495057;
|
|
179
|
+
--bs-primary-bg-subtle: #d6d6d6;
|
|
180
|
+
--bs-secondary-bg-subtle: #e0e0e0;
|
|
181
|
+
--bs-success-bg-subtle: #d5e9d2;
|
|
182
|
+
--bs-info-bg-subtle: #f5fafc;
|
|
183
|
+
--bs-warning-bg-subtle: #fdeccc;
|
|
184
|
+
--bs-danger-bg-subtle: #edd1d4;
|
|
185
|
+
--bs-light-bg-subtle: #fcfcfd;
|
|
186
|
+
--bs-dark-bg-subtle: #ced4da;
|
|
187
|
+
--bs-primary-border-subtle: #adadad;
|
|
188
|
+
--bs-secondary-border-subtle: #c2c2c2;
|
|
189
|
+
--bs-success-border-subtle: #abd3a4;
|
|
190
|
+
--bs-info-border-subtle: #ebf4f8;
|
|
191
|
+
--bs-warning-border-subtle: #fbd899;
|
|
192
|
+
--bs-danger-border-subtle: #dba2a9;
|
|
193
|
+
--bs-light-border-subtle: #e9ecef;
|
|
194
|
+
--bs-dark-border-subtle: #adb5bd;
|
|
170
195
|
--bs-white-rgb: 255, 255, 255;
|
|
171
196
|
--bs-black-rgb: 0, 0, 0;
|
|
172
|
-
--bs-body-color-rgb: 0, 0, 0;
|
|
173
|
-
--bs-body-bg-rgb: 255, 255, 255;
|
|
174
197
|
--bs-font-sans-serif: "Frutiger Neue For Post", system-ui, sans-serif;
|
|
175
198
|
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
176
199
|
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
177
|
-
--bs-body-font-family: Frutiger Neue For Post, system-ui, sans-serif;
|
|
200
|
+
--bs-body-font-family: "Frutiger Neue For Post", system-ui, sans-serif;
|
|
178
201
|
--bs-body-font-size: 1rem;
|
|
179
202
|
--bs-body-font-weight: 400;
|
|
180
203
|
--bs-body-line-height: 1.5;
|
|
181
204
|
--bs-body-color: #000;
|
|
205
|
+
--bs-body-color-rgb: 0, 0, 0;
|
|
182
206
|
--bs-body-bg: #fff;
|
|
207
|
+
--bs-body-bg-rgb: 255, 255, 255;
|
|
208
|
+
--bs-emphasis-color: #000;
|
|
209
|
+
--bs-emphasis-color-rgb: 0, 0, 0;
|
|
210
|
+
--bs-secondary-color: rgba(0, 0, 0, 0.75);
|
|
211
|
+
--bs-secondary-color-rgb: 0, 0, 0;
|
|
212
|
+
--bs-secondary-bg: #e9ecef;
|
|
213
|
+
--bs-secondary-bg-rgb: 233, 236, 239;
|
|
214
|
+
--bs-tertiary-color: rgba(0, 0, 0, 0.5);
|
|
215
|
+
--bs-tertiary-color-rgb: 0, 0, 0;
|
|
216
|
+
--bs-tertiary-bg: #f8f9fa;
|
|
217
|
+
--bs-tertiary-bg-rgb: 248, 249, 250;
|
|
218
|
+
--bs-heading-color: inherit;
|
|
219
|
+
--bs-link-color: hsl(0, 0%, 20%);
|
|
220
|
+
--bs-link-color-rgb: 51, 51, 51;
|
|
221
|
+
--bs-link-decoration: underline;
|
|
222
|
+
--bs-link-hover-color: #292929;
|
|
223
|
+
--bs-link-hover-color-rgb: 41, 41, 41;
|
|
224
|
+
--bs-code-color: #d63384;
|
|
225
|
+
--bs-highlight-bg: #fcf8e3;
|
|
183
226
|
--bs-border-width: 1px;
|
|
184
227
|
--bs-border-style: solid;
|
|
185
228
|
--bs-border-color: hsl(0, 0%, 80%);
|
|
@@ -188,12 +231,74 @@
|
|
|
188
231
|
--bs-border-radius-sm: 3px;
|
|
189
232
|
--bs-border-radius-lg: 3px;
|
|
190
233
|
--bs-border-radius-xl: 1rem;
|
|
191
|
-
--bs-border-radius-
|
|
234
|
+
--bs-border-radius-xxl: 2rem;
|
|
235
|
+
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
|
|
192
236
|
--bs-border-radius-pill: 50rem;
|
|
193
|
-
--bs-
|
|
194
|
-
--bs-
|
|
195
|
-
--bs-
|
|
196
|
-
--bs-
|
|
237
|
+
--bs-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
|
|
238
|
+
--bs-box-shadow-sm: 0 0 4px 0 rgba(0, 0, 0, 0.4);
|
|
239
|
+
--bs-box-shadow-lg: 0 0 8px 0 rgba(0, 0, 0, 0.4);
|
|
240
|
+
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
|
|
241
|
+
--bs-focus-ring-width: 0.25rem;
|
|
242
|
+
--bs-focus-ring-opacity: 0.25;
|
|
243
|
+
--bs-focus-ring-color: rgba(51, 51, 51, 0.25);
|
|
244
|
+
--bs-form-valid-color: hsl(0, 0%, 40%);
|
|
245
|
+
--bs-form-valid-border-color: hsl(0, 0%, 40%);
|
|
246
|
+
--bs-form-invalid-color: #a51728;
|
|
247
|
+
--bs-form-invalid-border-color: #a51728;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
[data-bs-theme=dark] {
|
|
251
|
+
color-scheme: dark;
|
|
252
|
+
--bs-body-color: #adb5bd;
|
|
253
|
+
--bs-body-color-rgb: 173, 181, 189;
|
|
254
|
+
--bs-body-bg: #212529;
|
|
255
|
+
--bs-body-bg-rgb: 33, 37, 41;
|
|
256
|
+
--bs-emphasis-color: #fff;
|
|
257
|
+
--bs-emphasis-color-rgb: 255, 255, 255;
|
|
258
|
+
--bs-secondary-color: rgba(173, 181, 189, 0.75);
|
|
259
|
+
--bs-secondary-color-rgb: 173, 181, 189;
|
|
260
|
+
--bs-secondary-bg: #343a40;
|
|
261
|
+
--bs-secondary-bg-rgb: 52, 58, 64;
|
|
262
|
+
--bs-tertiary-color: rgba(173, 181, 189, 0.5);
|
|
263
|
+
--bs-tertiary-color-rgb: 173, 181, 189;
|
|
264
|
+
--bs-tertiary-bg: #2b3035;
|
|
265
|
+
--bs-tertiary-bg-rgb: 43, 48, 53;
|
|
266
|
+
--bs-primary-text-emphasis: #858585;
|
|
267
|
+
--bs-secondary-text-emphasis: #a3a3a3;
|
|
268
|
+
--bs-success-text-emphasis: #80bd77;
|
|
269
|
+
--bs-info-text-emphasis: #e0eff5;
|
|
270
|
+
--bs-warning-text-emphasis: #f8c566;
|
|
271
|
+
--bs-danger-text-emphasis: #c9747e;
|
|
272
|
+
--bs-light-text-emphasis: #f8f9fa;
|
|
273
|
+
--bs-dark-text-emphasis: #dee2e6;
|
|
274
|
+
--bs-primary-bg-subtle: #0a0a0a;
|
|
275
|
+
--bs-secondary-bg-subtle: #141414;
|
|
276
|
+
--bs-success-bg-subtle: #091d06;
|
|
277
|
+
--bs-info-bg-subtle: #292e30;
|
|
278
|
+
--bs-warning-bg-subtle: #312000;
|
|
279
|
+
--bs-danger-bg-subtle: #210508;
|
|
280
|
+
--bs-light-bg-subtle: #343a40;
|
|
281
|
+
--bs-dark-bg-subtle: #1a1d20;
|
|
282
|
+
--bs-primary-border-subtle: #1f1f1f;
|
|
283
|
+
--bs-secondary-border-subtle: #3d3d3d;
|
|
284
|
+
--bs-success-border-subtle: #1a5711;
|
|
285
|
+
--bs-info-border-subtle: #7a898f;
|
|
286
|
+
--bs-warning-border-subtle: #925f00;
|
|
287
|
+
--bs-danger-border-subtle: #630e18;
|
|
288
|
+
--bs-light-border-subtle: #495057;
|
|
289
|
+
--bs-dark-border-subtle: #343a40;
|
|
290
|
+
--bs-heading-color: inherit;
|
|
291
|
+
--bs-link-color: #858585;
|
|
292
|
+
--bs-link-hover-color: #9d9d9d;
|
|
293
|
+
--bs-link-color-rgb: 133, 133, 133;
|
|
294
|
+
--bs-link-hover-color-rgb: 157, 157, 157;
|
|
295
|
+
--bs-code-color: #e685b5;
|
|
296
|
+
--bs-border-color: #495057;
|
|
297
|
+
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
298
|
+
--bs-form-valid-color: #75b798;
|
|
299
|
+
--bs-form-valid-border-color: #75b798;
|
|
300
|
+
--bs-form-invalid-color: #ea868f;
|
|
301
|
+
--bs-form-invalid-border-color: #ea868f;
|
|
197
302
|
}
|
|
198
303
|
|
|
199
304
|
@font-face {
|
|
@@ -219,6 +324,26 @@ body {
|
|
|
219
324
|
-moz-osx-font-smoothing: grayscale;
|
|
220
325
|
}
|
|
221
326
|
|
|
327
|
+
.elevation-1 {
|
|
328
|
+
box-shadow: 0.25px 1px 1px rgba(0, 0, 0, 0.1), 1px 2px 2.5px 1px rgba(0, 0, 0, 0.1);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.elevation-2 {
|
|
332
|
+
box-shadow: 0.25px 1.5px 2px rgba(0, 0, 0, 0.1), 2px 2px 5px 2px rgba(0, 0, 0, 0.11);
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.elevation-3 {
|
|
336
|
+
box-shadow: 0.5px 3px 4px rgba(0, 0, 0, 0.1), 2px 4px 10px 4px rgba(0, 0, 0, 0.12);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.elevation-4 {
|
|
340
|
+
box-shadow: 0.75px 4.5px 6px rgba(0, 0, 0, 0.1), 2px 6px 15px 6px rgba(0, 0, 0, 0.13);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.elevation-5 {
|
|
344
|
+
box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.1), 2px 8px 20px 8px rgba(0, 0, 0, 0.14);
|
|
345
|
+
}
|
|
346
|
+
|
|
222
347
|
*,
|
|
223
348
|
*::before,
|
|
224
349
|
*::after {
|
|
@@ -258,7 +383,7 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
|
258
383
|
font-family: inherit;
|
|
259
384
|
font-weight: 700;
|
|
260
385
|
line-height: 1.2;
|
|
261
|
-
color:
|
|
386
|
+
color: var(--bs-heading-color);
|
|
262
387
|
}
|
|
263
388
|
|
|
264
389
|
h1, .h1 {
|
|
@@ -385,11 +510,11 @@ sup {
|
|
|
385
510
|
}
|
|
386
511
|
|
|
387
512
|
a {
|
|
388
|
-
color: var(--bs-link-color);
|
|
513
|
+
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
|
|
389
514
|
text-decoration: underline;
|
|
390
515
|
}
|
|
391
516
|
a:hover {
|
|
392
|
-
color: var(--bs-link-hover-color);
|
|
517
|
+
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
|
|
393
518
|
}
|
|
394
519
|
|
|
395
520
|
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
|
@@ -1278,59 +1403,114 @@ code {
|
|
|
1278
1403
|
}
|
|
1279
1404
|
|
|
1280
1405
|
.link-primary {
|
|
1281
|
-
color:
|
|
1406
|
+
color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1407
|
+
text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1282
1408
|
}
|
|
1283
1409
|
.link-primary:hover, .link-primary:focus {
|
|
1284
|
-
color:
|
|
1410
|
+
color: RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;
|
|
1411
|
+
text-decoration-color: RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important;
|
|
1285
1412
|
}
|
|
1286
1413
|
|
|
1287
1414
|
.link-secondary {
|
|
1288
|
-
color:
|
|
1415
|
+
color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1416
|
+
text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1289
1417
|
}
|
|
1290
1418
|
.link-secondary:hover, .link-secondary:focus {
|
|
1291
|
-
color:
|
|
1419
|
+
color: RGBA(82, 82, 82, var(--bs-link-opacity, 1)) !important;
|
|
1420
|
+
text-decoration-color: RGBA(82, 82, 82, var(--bs-link-underline-opacity, 1)) !important;
|
|
1292
1421
|
}
|
|
1293
1422
|
|
|
1294
1423
|
.link-light {
|
|
1295
|
-
color:
|
|
1424
|
+
color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1425
|
+
text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1296
1426
|
}
|
|
1297
1427
|
.link-light:hover, .link-light:focus {
|
|
1298
|
-
color:
|
|
1428
|
+
color: RGBA(251, 250, 249, var(--bs-link-opacity, 1)) !important;
|
|
1429
|
+
text-decoration-color: RGBA(251, 250, 249, var(--bs-link-underline-opacity, 1)) !important;
|
|
1299
1430
|
}
|
|
1300
1431
|
|
|
1301
1432
|
.link-dark {
|
|
1302
|
-
color:
|
|
1433
|
+
color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1434
|
+
text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1303
1435
|
}
|
|
1304
1436
|
.link-dark:hover, .link-dark:focus {
|
|
1305
|
-
color:
|
|
1437
|
+
color: RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;
|
|
1438
|
+
text-decoration-color: RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important;
|
|
1306
1439
|
}
|
|
1307
1440
|
|
|
1308
1441
|
.link-success {
|
|
1309
|
-
color:
|
|
1442
|
+
color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1443
|
+
text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1310
1444
|
}
|
|
1311
1445
|
.link-success:hover, .link-success:focus {
|
|
1312
|
-
color:
|
|
1446
|
+
color: RGBA(86, 167, 73, var(--bs-link-opacity, 1)) !important;
|
|
1447
|
+
text-decoration-color: RGBA(86, 167, 73, var(--bs-link-underline-opacity, 1)) !important;
|
|
1313
1448
|
}
|
|
1314
1449
|
|
|
1315
1450
|
.link-info {
|
|
1316
|
-
color:
|
|
1451
|
+
color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1452
|
+
text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1317
1453
|
}
|
|
1318
1454
|
.link-info:hover, .link-info:focus {
|
|
1319
|
-
color:
|
|
1455
|
+
color: RGBA(214, 233, 241, var(--bs-link-opacity, 1)) !important;
|
|
1456
|
+
text-decoration-color: RGBA(214, 233, 241, var(--bs-link-underline-opacity, 1)) !important;
|
|
1320
1457
|
}
|
|
1321
1458
|
|
|
1322
1459
|
.link-warning {
|
|
1323
|
-
color:
|
|
1460
|
+
color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1461
|
+
text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1324
1462
|
}
|
|
1325
1463
|
.link-warning:hover, .link-warning:focus {
|
|
1326
|
-
color:
|
|
1464
|
+
color: RGBA(246, 177, 51, var(--bs-link-opacity, 1)) !important;
|
|
1465
|
+
text-decoration-color: RGBA(246, 177, 51, var(--bs-link-underline-opacity, 1)) !important;
|
|
1327
1466
|
}
|
|
1328
1467
|
|
|
1329
1468
|
.link-danger {
|
|
1330
|
-
color:
|
|
1469
|
+
color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1470
|
+
text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1331
1471
|
}
|
|
1332
1472
|
.link-danger:hover, .link-danger:focus {
|
|
1333
|
-
color:
|
|
1473
|
+
color: RGBA(132, 18, 32, var(--bs-link-opacity, 1)) !important;
|
|
1474
|
+
text-decoration-color: RGBA(132, 18, 32, var(--bs-link-underline-opacity, 1)) !important;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.link-body-emphasis {
|
|
1478
|
+
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1479
|
+
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1480
|
+
}
|
|
1481
|
+
.link-body-emphasis:hover, .link-body-emphasis:focus {
|
|
1482
|
+
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
|
|
1483
|
+
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.focus-ring:focus {
|
|
1487
|
+
outline: 0;
|
|
1488
|
+
box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
.icon-link {
|
|
1492
|
+
display: inline-flex;
|
|
1493
|
+
gap: 0.375rem;
|
|
1494
|
+
align-items: center;
|
|
1495
|
+
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
|
|
1496
|
+
text-underline-offset: 0.25em;
|
|
1497
|
+
backface-visibility: hidden;
|
|
1498
|
+
}
|
|
1499
|
+
.icon-link > .bi {
|
|
1500
|
+
flex-shrink: 0;
|
|
1501
|
+
width: 1em;
|
|
1502
|
+
height: 1em;
|
|
1503
|
+
fill: currentcolor;
|
|
1504
|
+
transition: 0.2s ease-in-out transform;
|
|
1505
|
+
}
|
|
1506
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1507
|
+
.icon-link > .bi {
|
|
1508
|
+
transition: none;
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
|
|
1513
|
+
transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
|
|
1334
1514
|
}
|
|
1335
1515
|
|
|
1336
1516
|
.ratio {
|
|
@@ -1482,7 +1662,6 @@ code {
|
|
|
1482
1662
|
|
|
1483
1663
|
.visually-hidden,
|
|
1484
1664
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
|
1485
|
-
position: absolute !important;
|
|
1486
1665
|
width: 1px !important;
|
|
1487
1666
|
height: 1px !important;
|
|
1488
1667
|
padding: 0 !important;
|
|
@@ -1492,6 +1671,10 @@ code {
|
|
|
1492
1671
|
white-space: nowrap !important;
|
|
1493
1672
|
border: 0 !important;
|
|
1494
1673
|
}
|
|
1674
|
+
.visually-hidden:not(caption),
|
|
1675
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
1676
|
+
position: absolute !important;
|
|
1677
|
+
}
|
|
1495
1678
|
|
|
1496
1679
|
.stretched-link::after {
|
|
1497
1680
|
position: absolute;
|
|
@@ -1554,6 +1737,26 @@ code {
|
|
|
1554
1737
|
float: none !important;
|
|
1555
1738
|
}
|
|
1556
1739
|
|
|
1740
|
+
.object-fit-contain {
|
|
1741
|
+
object-fit: contain !important;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.object-fit-cover {
|
|
1745
|
+
object-fit: cover !important;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
.object-fit-fill {
|
|
1749
|
+
object-fit: fill !important;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
.object-fit-scale {
|
|
1753
|
+
object-fit: scale-down !important;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
.object-fit-none {
|
|
1757
|
+
object-fit: none !important;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1557
1760
|
.opacity-0 {
|
|
1558
1761
|
opacity: 0 !important;
|
|
1559
1762
|
}
|
|
@@ -1590,6 +1793,38 @@ code {
|
|
|
1590
1793
|
overflow: scroll !important;
|
|
1591
1794
|
}
|
|
1592
1795
|
|
|
1796
|
+
.overflow-x-auto {
|
|
1797
|
+
overflow-x: auto !important;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.overflow-x-hidden {
|
|
1801
|
+
overflow-x: hidden !important;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.overflow-x-visible {
|
|
1805
|
+
overflow-x: visible !important;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.overflow-x-scroll {
|
|
1809
|
+
overflow-x: scroll !important;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.overflow-y-auto {
|
|
1813
|
+
overflow-y: auto !important;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.overflow-y-hidden {
|
|
1817
|
+
overflow-y: hidden !important;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.overflow-y-visible {
|
|
1821
|
+
overflow-y: visible !important;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.overflow-y-scroll {
|
|
1825
|
+
overflow-y: scroll !important;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1593
1828
|
.d-inline {
|
|
1594
1829
|
display: inline !important;
|
|
1595
1830
|
}
|
|
@@ -1606,6 +1841,10 @@ code {
|
|
|
1606
1841
|
display: grid !important;
|
|
1607
1842
|
}
|
|
1608
1843
|
|
|
1844
|
+
.d-inline-grid {
|
|
1845
|
+
display: inline-grid !important;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1609
1848
|
.d-table {
|
|
1610
1849
|
display: table !important;
|
|
1611
1850
|
}
|
|
@@ -1646,6 +1885,38 @@ code {
|
|
|
1646
1885
|
box-shadow: none !important;
|
|
1647
1886
|
}
|
|
1648
1887
|
|
|
1888
|
+
.focus-ring-primary {
|
|
1889
|
+
--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.focus-ring-secondary {
|
|
1893
|
+
--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
.focus-ring-light {
|
|
1897
|
+
--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
.focus-ring-dark {
|
|
1901
|
+
--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.focus-ring-success {
|
|
1905
|
+
--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
.focus-ring-info {
|
|
1909
|
+
--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
.focus-ring-warning {
|
|
1913
|
+
--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.focus-ring-danger {
|
|
1917
|
+
--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1649
1920
|
.position-static {
|
|
1650
1921
|
position: static !important;
|
|
1651
1922
|
}
|
|
@@ -1806,29 +2077,66 @@ code {
|
|
|
1806
2077
|
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
|
|
1807
2078
|
}
|
|
1808
2079
|
|
|
2080
|
+
.border-black {
|
|
2081
|
+
--bs-border-opacity: 1;
|
|
2082
|
+
border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
|
|
2083
|
+
}
|
|
2084
|
+
|
|
1809
2085
|
.border-white {
|
|
1810
2086
|
--bs-border-opacity: 1;
|
|
1811
2087
|
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
|
|
1812
2088
|
}
|
|
1813
2089
|
|
|
2090
|
+
.border-primary-subtle {
|
|
2091
|
+
border-color: var(--bs-primary-border-subtle) !important;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
.border-secondary-subtle {
|
|
2095
|
+
border-color: var(--bs-secondary-border-subtle) !important;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
.border-success-subtle {
|
|
2099
|
+
border-color: var(--bs-success-border-subtle) !important;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
.border-info-subtle {
|
|
2103
|
+
border-color: var(--bs-info-border-subtle) !important;
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2106
|
+
.border-warning-subtle {
|
|
2107
|
+
border-color: var(--bs-warning-border-subtle) !important;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
.border-danger-subtle {
|
|
2111
|
+
border-color: var(--bs-danger-border-subtle) !important;
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
.border-light-subtle {
|
|
2115
|
+
border-color: var(--bs-light-border-subtle) !important;
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
|
+
.border-dark-subtle {
|
|
2119
|
+
border-color: var(--bs-dark-border-subtle) !important;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
1814
2122
|
.border-1 {
|
|
1815
|
-
|
|
2123
|
+
border-width: 1px !important;
|
|
1816
2124
|
}
|
|
1817
2125
|
|
|
1818
2126
|
.border-2 {
|
|
1819
|
-
|
|
2127
|
+
border-width: 2px !important;
|
|
1820
2128
|
}
|
|
1821
2129
|
|
|
1822
2130
|
.border-3 {
|
|
1823
|
-
|
|
2131
|
+
border-width: 3px !important;
|
|
1824
2132
|
}
|
|
1825
2133
|
|
|
1826
2134
|
.border-4 {
|
|
1827
|
-
|
|
2135
|
+
border-width: 4px !important;
|
|
1828
2136
|
}
|
|
1829
2137
|
|
|
1830
2138
|
.border-5 {
|
|
1831
|
-
|
|
2139
|
+
border-width: 5px !important;
|
|
1832
2140
|
}
|
|
1833
2141
|
|
|
1834
2142
|
.border-opacity-10 {
|
|
@@ -2501,6 +2809,54 @@ code {
|
|
|
2501
2809
|
gap: 3rem !important;
|
|
2502
2810
|
}
|
|
2503
2811
|
|
|
2812
|
+
.row-gap-0 {
|
|
2813
|
+
row-gap: 0 !important;
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2816
|
+
.row-gap-1 {
|
|
2817
|
+
row-gap: 0.25rem !important;
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2820
|
+
.row-gap-2 {
|
|
2821
|
+
row-gap: 0.5rem !important;
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
.row-gap-3 {
|
|
2825
|
+
row-gap: 1rem !important;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.row-gap-4 {
|
|
2829
|
+
row-gap: 1.5rem !important;
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
.row-gap-5 {
|
|
2833
|
+
row-gap: 3rem !important;
|
|
2834
|
+
}
|
|
2835
|
+
|
|
2836
|
+
.column-gap-0 {
|
|
2837
|
+
column-gap: 0 !important;
|
|
2838
|
+
}
|
|
2839
|
+
|
|
2840
|
+
.column-gap-1 {
|
|
2841
|
+
column-gap: 0.25rem !important;
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2844
|
+
.column-gap-2 {
|
|
2845
|
+
column-gap: 0.5rem !important;
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2848
|
+
.column-gap-3 {
|
|
2849
|
+
column-gap: 1rem !important;
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
|
+
.column-gap-4 {
|
|
2853
|
+
column-gap: 1.5rem !important;
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
.column-gap-5 {
|
|
2857
|
+
column-gap: 3rem !important;
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2504
2860
|
.font-monospace {
|
|
2505
2861
|
font-family: var(--bs-font-monospace) !important;
|
|
2506
2862
|
}
|
|
@@ -2557,26 +2913,30 @@ code {
|
|
|
2557
2913
|
font-style: normal !important;
|
|
2558
2914
|
}
|
|
2559
2915
|
|
|
2560
|
-
.fw-light {
|
|
2561
|
-
font-weight: 300 !important;
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
2916
|
.fw-lighter {
|
|
2565
2917
|
font-weight: lighter !important;
|
|
2566
2918
|
}
|
|
2567
2919
|
|
|
2920
|
+
.fw-light {
|
|
2921
|
+
font-weight: 300 !important;
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2568
2924
|
.fw-normal {
|
|
2569
2925
|
font-weight: 400 !important;
|
|
2570
2926
|
}
|
|
2571
2927
|
|
|
2572
|
-
.fw-
|
|
2573
|
-
font-weight:
|
|
2928
|
+
.fw-medium {
|
|
2929
|
+
font-weight: 500 !important;
|
|
2574
2930
|
}
|
|
2575
2931
|
|
|
2576
2932
|
.fw-semibold {
|
|
2577
2933
|
font-weight: 600 !important;
|
|
2578
2934
|
}
|
|
2579
2935
|
|
|
2936
|
+
.fw-bold {
|
|
2937
|
+
font-weight: 700 !important;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2580
2940
|
.fw-bolder {
|
|
2581
2941
|
font-weight: bolder !important;
|
|
2582
2942
|
}
|
|
@@ -2705,7 +3065,7 @@ code {
|
|
|
2705
3065
|
|
|
2706
3066
|
.text-muted {
|
|
2707
3067
|
--bs-text-opacity: 1;
|
|
2708
|
-
color:
|
|
3068
|
+
color: var(--bs-secondary-color) !important;
|
|
2709
3069
|
}
|
|
2710
3070
|
|
|
2711
3071
|
.text-black-50 {
|
|
@@ -2718,6 +3078,21 @@ code {
|
|
|
2718
3078
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
2719
3079
|
}
|
|
2720
3080
|
|
|
3081
|
+
.text-body-secondary {
|
|
3082
|
+
--bs-text-opacity: 1;
|
|
3083
|
+
color: var(--bs-secondary-color) !important;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
.text-body-tertiary {
|
|
3087
|
+
--bs-text-opacity: 1;
|
|
3088
|
+
color: var(--bs-tertiary-color) !important;
|
|
3089
|
+
}
|
|
3090
|
+
|
|
3091
|
+
.text-body-emphasis {
|
|
3092
|
+
--bs-text-opacity: 1;
|
|
3093
|
+
color: var(--bs-emphasis-color) !important;
|
|
3094
|
+
}
|
|
3095
|
+
|
|
2721
3096
|
.text-reset {
|
|
2722
3097
|
--bs-text-opacity: 1;
|
|
2723
3098
|
color: inherit !important;
|
|
@@ -2739,6 +3114,195 @@ code {
|
|
|
2739
3114
|
--bs-text-opacity: 1;
|
|
2740
3115
|
}
|
|
2741
3116
|
|
|
3117
|
+
.text-primary-emphasis {
|
|
3118
|
+
color: var(--bs-primary-text-emphasis) !important;
|
|
3119
|
+
}
|
|
3120
|
+
|
|
3121
|
+
.text-secondary-emphasis {
|
|
3122
|
+
color: var(--bs-secondary-text-emphasis) !important;
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
.text-success-emphasis {
|
|
3126
|
+
color: var(--bs-success-text-emphasis) !important;
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3129
|
+
.text-info-emphasis {
|
|
3130
|
+
color: var(--bs-info-text-emphasis) !important;
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
.text-warning-emphasis {
|
|
3134
|
+
color: var(--bs-warning-text-emphasis) !important;
|
|
3135
|
+
}
|
|
3136
|
+
|
|
3137
|
+
.text-danger-emphasis {
|
|
3138
|
+
color: var(--bs-danger-text-emphasis) !important;
|
|
3139
|
+
}
|
|
3140
|
+
|
|
3141
|
+
.text-light-emphasis {
|
|
3142
|
+
color: var(--bs-light-text-emphasis) !important;
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3145
|
+
.text-dark-emphasis {
|
|
3146
|
+
color: var(--bs-dark-text-emphasis) !important;
|
|
3147
|
+
}
|
|
3148
|
+
|
|
3149
|
+
.link-opacity-10 {
|
|
3150
|
+
--bs-link-opacity: 0.1;
|
|
3151
|
+
}
|
|
3152
|
+
|
|
3153
|
+
.link-opacity-10-hover:hover {
|
|
3154
|
+
--bs-link-opacity: 0.1;
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
.link-opacity-25 {
|
|
3158
|
+
--bs-link-opacity: 0.25;
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3161
|
+
.link-opacity-25-hover:hover {
|
|
3162
|
+
--bs-link-opacity: 0.25;
|
|
3163
|
+
}
|
|
3164
|
+
|
|
3165
|
+
.link-opacity-50 {
|
|
3166
|
+
--bs-link-opacity: 0.5;
|
|
3167
|
+
}
|
|
3168
|
+
|
|
3169
|
+
.link-opacity-50-hover:hover {
|
|
3170
|
+
--bs-link-opacity: 0.5;
|
|
3171
|
+
}
|
|
3172
|
+
|
|
3173
|
+
.link-opacity-75 {
|
|
3174
|
+
--bs-link-opacity: 0.75;
|
|
3175
|
+
}
|
|
3176
|
+
|
|
3177
|
+
.link-opacity-75-hover:hover {
|
|
3178
|
+
--bs-link-opacity: 0.75;
|
|
3179
|
+
}
|
|
3180
|
+
|
|
3181
|
+
.link-opacity-100 {
|
|
3182
|
+
--bs-link-opacity: 1;
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3185
|
+
.link-opacity-100-hover:hover {
|
|
3186
|
+
--bs-link-opacity: 1;
|
|
3187
|
+
}
|
|
3188
|
+
|
|
3189
|
+
.link-offset-1 {
|
|
3190
|
+
text-underline-offset: 0.125em !important;
|
|
3191
|
+
}
|
|
3192
|
+
|
|
3193
|
+
.link-offset-1-hover:hover {
|
|
3194
|
+
text-underline-offset: 0.125em !important;
|
|
3195
|
+
}
|
|
3196
|
+
|
|
3197
|
+
.link-offset-2 {
|
|
3198
|
+
text-underline-offset: 0.25em !important;
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
.link-offset-2-hover:hover {
|
|
3202
|
+
text-underline-offset: 0.25em !important;
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3205
|
+
.link-offset-3 {
|
|
3206
|
+
text-underline-offset: 0.375em !important;
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
.link-offset-3-hover:hover {
|
|
3210
|
+
text-underline-offset: 0.375em !important;
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
.link-underline-primary {
|
|
3214
|
+
--bs-link-underline-opacity: 1;
|
|
3215
|
+
text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3216
|
+
}
|
|
3217
|
+
|
|
3218
|
+
.link-underline-secondary {
|
|
3219
|
+
--bs-link-underline-opacity: 1;
|
|
3220
|
+
text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3221
|
+
}
|
|
3222
|
+
|
|
3223
|
+
.link-underline-light {
|
|
3224
|
+
--bs-link-underline-opacity: 1;
|
|
3225
|
+
text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3226
|
+
}
|
|
3227
|
+
|
|
3228
|
+
.link-underline-dark {
|
|
3229
|
+
--bs-link-underline-opacity: 1;
|
|
3230
|
+
text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
.link-underline-success {
|
|
3234
|
+
--bs-link-underline-opacity: 1;
|
|
3235
|
+
text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3236
|
+
}
|
|
3237
|
+
|
|
3238
|
+
.link-underline-info {
|
|
3239
|
+
--bs-link-underline-opacity: 1;
|
|
3240
|
+
text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
.link-underline-warning {
|
|
3244
|
+
--bs-link-underline-opacity: 1;
|
|
3245
|
+
text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
.link-underline-danger {
|
|
3249
|
+
--bs-link-underline-opacity: 1;
|
|
3250
|
+
text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3253
|
+
.link-underline {
|
|
3254
|
+
--bs-link-underline-opacity: 1;
|
|
3255
|
+
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
.link-underline-opacity-0 {
|
|
3259
|
+
--bs-link-underline-opacity: 0;
|
|
3260
|
+
}
|
|
3261
|
+
|
|
3262
|
+
.link-underline-opacity-0-hover:hover {
|
|
3263
|
+
--bs-link-underline-opacity: 0;
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
.link-underline-opacity-10 {
|
|
3267
|
+
--bs-link-underline-opacity: 0.1;
|
|
3268
|
+
}
|
|
3269
|
+
|
|
3270
|
+
.link-underline-opacity-10-hover:hover {
|
|
3271
|
+
--bs-link-underline-opacity: 0.1;
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
.link-underline-opacity-25 {
|
|
3275
|
+
--bs-link-underline-opacity: 0.25;
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
.link-underline-opacity-25-hover:hover {
|
|
3279
|
+
--bs-link-underline-opacity: 0.25;
|
|
3280
|
+
}
|
|
3281
|
+
|
|
3282
|
+
.link-underline-opacity-50 {
|
|
3283
|
+
--bs-link-underline-opacity: 0.5;
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
.link-underline-opacity-50-hover:hover {
|
|
3287
|
+
--bs-link-underline-opacity: 0.5;
|
|
3288
|
+
}
|
|
3289
|
+
|
|
3290
|
+
.link-underline-opacity-75 {
|
|
3291
|
+
--bs-link-underline-opacity: 0.75;
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3294
|
+
.link-underline-opacity-75-hover:hover {
|
|
3295
|
+
--bs-link-underline-opacity: 0.75;
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
.link-underline-opacity-100 {
|
|
3299
|
+
--bs-link-underline-opacity: 1;
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
.link-underline-opacity-100-hover:hover {
|
|
3303
|
+
--bs-link-underline-opacity: 1;
|
|
3304
|
+
}
|
|
3305
|
+
|
|
2742
3306
|
.bg-opacity-10 {
|
|
2743
3307
|
--bs-bg-opacity: 0.1;
|
|
2744
3308
|
}
|
|
@@ -2759,6 +3323,38 @@ code {
|
|
|
2759
3323
|
--bs-bg-opacity: 1;
|
|
2760
3324
|
}
|
|
2761
3325
|
|
|
3326
|
+
.bg-primary-subtle {
|
|
3327
|
+
background-color: var(--bs-primary-bg-subtle) !important;
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3330
|
+
.bg-secondary-subtle {
|
|
3331
|
+
background-color: var(--bs-secondary-bg-subtle) !important;
|
|
3332
|
+
}
|
|
3333
|
+
|
|
3334
|
+
.bg-success-subtle {
|
|
3335
|
+
background-color: var(--bs-success-bg-subtle) !important;
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
|
+
.bg-info-subtle {
|
|
3339
|
+
background-color: var(--bs-info-bg-subtle) !important;
|
|
3340
|
+
}
|
|
3341
|
+
|
|
3342
|
+
.bg-warning-subtle {
|
|
3343
|
+
background-color: var(--bs-warning-bg-subtle) !important;
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
.bg-danger-subtle {
|
|
3347
|
+
background-color: var(--bs-danger-bg-subtle) !important;
|
|
3348
|
+
}
|
|
3349
|
+
|
|
3350
|
+
.bg-light-subtle {
|
|
3351
|
+
background-color: var(--bs-light-bg-subtle) !important;
|
|
3352
|
+
}
|
|
3353
|
+
|
|
3354
|
+
.bg-dark-subtle {
|
|
3355
|
+
background-color: var(--bs-dark-bg-subtle) !important;
|
|
3356
|
+
}
|
|
3357
|
+
|
|
2762
3358
|
.bg-gradient {
|
|
2763
3359
|
background-image: var(--bs-gradient) !important;
|
|
2764
3360
|
}
|
|
@@ -2808,7 +3404,7 @@ code {
|
|
|
2808
3404
|
}
|
|
2809
3405
|
|
|
2810
3406
|
.rounded-5 {
|
|
2811
|
-
border-radius: var(--bs-border-radius-
|
|
3407
|
+
border-radius: var(--bs-border-radius-xxl) !important;
|
|
2812
3408
|
}
|
|
2813
3409
|
|
|
2814
3410
|
.rounded-circle {
|
|
@@ -2824,21 +3420,181 @@ code {
|
|
|
2824
3420
|
border-top-right-radius: var(--bs-border-radius) !important;
|
|
2825
3421
|
}
|
|
2826
3422
|
|
|
3423
|
+
.rounded-top-0 {
|
|
3424
|
+
border-top-left-radius: 0 !important;
|
|
3425
|
+
border-top-right-radius: 0 !important;
|
|
3426
|
+
}
|
|
3427
|
+
|
|
3428
|
+
.rounded-top-1 {
|
|
3429
|
+
border-top-left-radius: var(--bs-border-radius-sm) !important;
|
|
3430
|
+
border-top-right-radius: var(--bs-border-radius-sm) !important;
|
|
3431
|
+
}
|
|
3432
|
+
|
|
3433
|
+
.rounded-top-2 {
|
|
3434
|
+
border-top-left-radius: var(--bs-border-radius) !important;
|
|
3435
|
+
border-top-right-radius: var(--bs-border-radius) !important;
|
|
3436
|
+
}
|
|
3437
|
+
|
|
3438
|
+
.rounded-top-3 {
|
|
3439
|
+
border-top-left-radius: var(--bs-border-radius-lg) !important;
|
|
3440
|
+
border-top-right-radius: var(--bs-border-radius-lg) !important;
|
|
3441
|
+
}
|
|
3442
|
+
|
|
3443
|
+
.rounded-top-4 {
|
|
3444
|
+
border-top-left-radius: var(--bs-border-radius-xl) !important;
|
|
3445
|
+
border-top-right-radius: var(--bs-border-radius-xl) !important;
|
|
3446
|
+
}
|
|
3447
|
+
|
|
3448
|
+
.rounded-top-5 {
|
|
3449
|
+
border-top-left-radius: var(--bs-border-radius-xxl) !important;
|
|
3450
|
+
border-top-right-radius: var(--bs-border-radius-xxl) !important;
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3453
|
+
.rounded-top-circle {
|
|
3454
|
+
border-top-left-radius: 50% !important;
|
|
3455
|
+
border-top-right-radius: 50% !important;
|
|
3456
|
+
}
|
|
3457
|
+
|
|
3458
|
+
.rounded-top-pill {
|
|
3459
|
+
border-top-left-radius: var(--bs-border-radius-pill) !important;
|
|
3460
|
+
border-top-right-radius: var(--bs-border-radius-pill) !important;
|
|
3461
|
+
}
|
|
3462
|
+
|
|
2827
3463
|
.rounded-end {
|
|
2828
3464
|
border-top-right-radius: var(--bs-border-radius) !important;
|
|
2829
3465
|
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
2830
3466
|
}
|
|
2831
3467
|
|
|
3468
|
+
.rounded-end-0 {
|
|
3469
|
+
border-top-right-radius: 0 !important;
|
|
3470
|
+
border-bottom-right-radius: 0 !important;
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3473
|
+
.rounded-end-1 {
|
|
3474
|
+
border-top-right-radius: var(--bs-border-radius-sm) !important;
|
|
3475
|
+
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
|
|
3476
|
+
}
|
|
3477
|
+
|
|
3478
|
+
.rounded-end-2 {
|
|
3479
|
+
border-top-right-radius: var(--bs-border-radius) !important;
|
|
3480
|
+
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
3481
|
+
}
|
|
3482
|
+
|
|
3483
|
+
.rounded-end-3 {
|
|
3484
|
+
border-top-right-radius: var(--bs-border-radius-lg) !important;
|
|
3485
|
+
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3488
|
+
.rounded-end-4 {
|
|
3489
|
+
border-top-right-radius: var(--bs-border-radius-xl) !important;
|
|
3490
|
+
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
|
|
3491
|
+
}
|
|
3492
|
+
|
|
3493
|
+
.rounded-end-5 {
|
|
3494
|
+
border-top-right-radius: var(--bs-border-radius-xxl) !important;
|
|
3495
|
+
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
|
|
3496
|
+
}
|
|
3497
|
+
|
|
3498
|
+
.rounded-end-circle {
|
|
3499
|
+
border-top-right-radius: 50% !important;
|
|
3500
|
+
border-bottom-right-radius: 50% !important;
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
.rounded-end-pill {
|
|
3504
|
+
border-top-right-radius: var(--bs-border-radius-pill) !important;
|
|
3505
|
+
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
2832
3508
|
.rounded-bottom {
|
|
2833
3509
|
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
2834
3510
|
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
2835
3511
|
}
|
|
2836
3512
|
|
|
3513
|
+
.rounded-bottom-0 {
|
|
3514
|
+
border-bottom-right-radius: 0 !important;
|
|
3515
|
+
border-bottom-left-radius: 0 !important;
|
|
3516
|
+
}
|
|
3517
|
+
|
|
3518
|
+
.rounded-bottom-1 {
|
|
3519
|
+
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
|
|
3520
|
+
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
|
|
3521
|
+
}
|
|
3522
|
+
|
|
3523
|
+
.rounded-bottom-2 {
|
|
3524
|
+
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
3525
|
+
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
.rounded-bottom-3 {
|
|
3529
|
+
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
|
|
3530
|
+
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
.rounded-bottom-4 {
|
|
3534
|
+
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
|
|
3535
|
+
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
|
|
3536
|
+
}
|
|
3537
|
+
|
|
3538
|
+
.rounded-bottom-5 {
|
|
3539
|
+
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
|
|
3540
|
+
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3543
|
+
.rounded-bottom-circle {
|
|
3544
|
+
border-bottom-right-radius: 50% !important;
|
|
3545
|
+
border-bottom-left-radius: 50% !important;
|
|
3546
|
+
}
|
|
3547
|
+
|
|
3548
|
+
.rounded-bottom-pill {
|
|
3549
|
+
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
|
|
3550
|
+
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
|
|
3551
|
+
}
|
|
3552
|
+
|
|
2837
3553
|
.rounded-start {
|
|
2838
3554
|
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
2839
3555
|
border-top-left-radius: var(--bs-border-radius) !important;
|
|
2840
3556
|
}
|
|
2841
3557
|
|
|
3558
|
+
.rounded-start-0 {
|
|
3559
|
+
border-bottom-left-radius: 0 !important;
|
|
3560
|
+
border-top-left-radius: 0 !important;
|
|
3561
|
+
}
|
|
3562
|
+
|
|
3563
|
+
.rounded-start-1 {
|
|
3564
|
+
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
|
|
3565
|
+
border-top-left-radius: var(--bs-border-radius-sm) !important;
|
|
3566
|
+
}
|
|
3567
|
+
|
|
3568
|
+
.rounded-start-2 {
|
|
3569
|
+
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
3570
|
+
border-top-left-radius: var(--bs-border-radius) !important;
|
|
3571
|
+
}
|
|
3572
|
+
|
|
3573
|
+
.rounded-start-3 {
|
|
3574
|
+
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
|
|
3575
|
+
border-top-left-radius: var(--bs-border-radius-lg) !important;
|
|
3576
|
+
}
|
|
3577
|
+
|
|
3578
|
+
.rounded-start-4 {
|
|
3579
|
+
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
|
|
3580
|
+
border-top-left-radius: var(--bs-border-radius-xl) !important;
|
|
3581
|
+
}
|
|
3582
|
+
|
|
3583
|
+
.rounded-start-5 {
|
|
3584
|
+
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
|
|
3585
|
+
border-top-left-radius: var(--bs-border-radius-xxl) !important;
|
|
3586
|
+
}
|
|
3587
|
+
|
|
3588
|
+
.rounded-start-circle {
|
|
3589
|
+
border-bottom-left-radius: 50% !important;
|
|
3590
|
+
border-top-left-radius: 50% !important;
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3593
|
+
.rounded-start-pill {
|
|
3594
|
+
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
|
|
3595
|
+
border-top-left-radius: var(--bs-border-radius-pill) !important;
|
|
3596
|
+
}
|
|
3597
|
+
|
|
2842
3598
|
.visible {
|
|
2843
3599
|
visibility: visible !important;
|
|
2844
3600
|
}
|
|
@@ -2847,6 +3603,26 @@ code {
|
|
|
2847
3603
|
visibility: hidden !important;
|
|
2848
3604
|
}
|
|
2849
3605
|
|
|
3606
|
+
.z-n1 {
|
|
3607
|
+
z-index: -1 !important;
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3610
|
+
.z-0 {
|
|
3611
|
+
z-index: 0 !important;
|
|
3612
|
+
}
|
|
3613
|
+
|
|
3614
|
+
.z-1 {
|
|
3615
|
+
z-index: 1 !important;
|
|
3616
|
+
}
|
|
3617
|
+
|
|
3618
|
+
.z-2 {
|
|
3619
|
+
z-index: 2 !important;
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3622
|
+
.z-3 {
|
|
3623
|
+
z-index: 3 !important;
|
|
3624
|
+
}
|
|
3625
|
+
|
|
2850
3626
|
@media (min-width: 400px) {
|
|
2851
3627
|
.float-sm-start {
|
|
2852
3628
|
float: left !important;
|
|
@@ -2857,6 +3633,21 @@ code {
|
|
|
2857
3633
|
.float-sm-none {
|
|
2858
3634
|
float: none !important;
|
|
2859
3635
|
}
|
|
3636
|
+
.object-fit-sm-contain {
|
|
3637
|
+
object-fit: contain !important;
|
|
3638
|
+
}
|
|
3639
|
+
.object-fit-sm-cover {
|
|
3640
|
+
object-fit: cover !important;
|
|
3641
|
+
}
|
|
3642
|
+
.object-fit-sm-fill {
|
|
3643
|
+
object-fit: fill !important;
|
|
3644
|
+
}
|
|
3645
|
+
.object-fit-sm-scale {
|
|
3646
|
+
object-fit: scale-down !important;
|
|
3647
|
+
}
|
|
3648
|
+
.object-fit-sm-none {
|
|
3649
|
+
object-fit: none !important;
|
|
3650
|
+
}
|
|
2860
3651
|
.d-sm-inline {
|
|
2861
3652
|
display: inline !important;
|
|
2862
3653
|
}
|
|
@@ -2869,6 +3660,9 @@ code {
|
|
|
2869
3660
|
.d-sm-grid {
|
|
2870
3661
|
display: grid !important;
|
|
2871
3662
|
}
|
|
3663
|
+
.d-sm-inline-grid {
|
|
3664
|
+
display: inline-grid !important;
|
|
3665
|
+
}
|
|
2872
3666
|
.d-sm-table {
|
|
2873
3667
|
display: table !important;
|
|
2874
3668
|
}
|
|
@@ -3333,6 +4127,42 @@ code {
|
|
|
3333
4127
|
.gap-sm-5 {
|
|
3334
4128
|
gap: 3rem !important;
|
|
3335
4129
|
}
|
|
4130
|
+
.row-gap-sm-0 {
|
|
4131
|
+
row-gap: 0 !important;
|
|
4132
|
+
}
|
|
4133
|
+
.row-gap-sm-1 {
|
|
4134
|
+
row-gap: 0.25rem !important;
|
|
4135
|
+
}
|
|
4136
|
+
.row-gap-sm-2 {
|
|
4137
|
+
row-gap: 0.5rem !important;
|
|
4138
|
+
}
|
|
4139
|
+
.row-gap-sm-3 {
|
|
4140
|
+
row-gap: 1rem !important;
|
|
4141
|
+
}
|
|
4142
|
+
.row-gap-sm-4 {
|
|
4143
|
+
row-gap: 1.5rem !important;
|
|
4144
|
+
}
|
|
4145
|
+
.row-gap-sm-5 {
|
|
4146
|
+
row-gap: 3rem !important;
|
|
4147
|
+
}
|
|
4148
|
+
.column-gap-sm-0 {
|
|
4149
|
+
column-gap: 0 !important;
|
|
4150
|
+
}
|
|
4151
|
+
.column-gap-sm-1 {
|
|
4152
|
+
column-gap: 0.25rem !important;
|
|
4153
|
+
}
|
|
4154
|
+
.column-gap-sm-2 {
|
|
4155
|
+
column-gap: 0.5rem !important;
|
|
4156
|
+
}
|
|
4157
|
+
.column-gap-sm-3 {
|
|
4158
|
+
column-gap: 1rem !important;
|
|
4159
|
+
}
|
|
4160
|
+
.column-gap-sm-4 {
|
|
4161
|
+
column-gap: 1.5rem !important;
|
|
4162
|
+
}
|
|
4163
|
+
.column-gap-sm-5 {
|
|
4164
|
+
column-gap: 3rem !important;
|
|
4165
|
+
}
|
|
3336
4166
|
.text-sm-start {
|
|
3337
4167
|
text-align: left !important;
|
|
3338
4168
|
}
|
|
@@ -3353,6 +4183,21 @@ code {
|
|
|
3353
4183
|
.float-rg-none {
|
|
3354
4184
|
float: none !important;
|
|
3355
4185
|
}
|
|
4186
|
+
.object-fit-rg-contain {
|
|
4187
|
+
object-fit: contain !important;
|
|
4188
|
+
}
|
|
4189
|
+
.object-fit-rg-cover {
|
|
4190
|
+
object-fit: cover !important;
|
|
4191
|
+
}
|
|
4192
|
+
.object-fit-rg-fill {
|
|
4193
|
+
object-fit: fill !important;
|
|
4194
|
+
}
|
|
4195
|
+
.object-fit-rg-scale {
|
|
4196
|
+
object-fit: scale-down !important;
|
|
4197
|
+
}
|
|
4198
|
+
.object-fit-rg-none {
|
|
4199
|
+
object-fit: none !important;
|
|
4200
|
+
}
|
|
3356
4201
|
.d-rg-inline {
|
|
3357
4202
|
display: inline !important;
|
|
3358
4203
|
}
|
|
@@ -3365,6 +4210,9 @@ code {
|
|
|
3365
4210
|
.d-rg-grid {
|
|
3366
4211
|
display: grid !important;
|
|
3367
4212
|
}
|
|
4213
|
+
.d-rg-inline-grid {
|
|
4214
|
+
display: inline-grid !important;
|
|
4215
|
+
}
|
|
3368
4216
|
.d-rg-table {
|
|
3369
4217
|
display: table !important;
|
|
3370
4218
|
}
|
|
@@ -3829,6 +4677,42 @@ code {
|
|
|
3829
4677
|
.gap-rg-5 {
|
|
3830
4678
|
gap: 3rem !important;
|
|
3831
4679
|
}
|
|
4680
|
+
.row-gap-rg-0 {
|
|
4681
|
+
row-gap: 0 !important;
|
|
4682
|
+
}
|
|
4683
|
+
.row-gap-rg-1 {
|
|
4684
|
+
row-gap: 0.25rem !important;
|
|
4685
|
+
}
|
|
4686
|
+
.row-gap-rg-2 {
|
|
4687
|
+
row-gap: 0.5rem !important;
|
|
4688
|
+
}
|
|
4689
|
+
.row-gap-rg-3 {
|
|
4690
|
+
row-gap: 1rem !important;
|
|
4691
|
+
}
|
|
4692
|
+
.row-gap-rg-4 {
|
|
4693
|
+
row-gap: 1.5rem !important;
|
|
4694
|
+
}
|
|
4695
|
+
.row-gap-rg-5 {
|
|
4696
|
+
row-gap: 3rem !important;
|
|
4697
|
+
}
|
|
4698
|
+
.column-gap-rg-0 {
|
|
4699
|
+
column-gap: 0 !important;
|
|
4700
|
+
}
|
|
4701
|
+
.column-gap-rg-1 {
|
|
4702
|
+
column-gap: 0.25rem !important;
|
|
4703
|
+
}
|
|
4704
|
+
.column-gap-rg-2 {
|
|
4705
|
+
column-gap: 0.5rem !important;
|
|
4706
|
+
}
|
|
4707
|
+
.column-gap-rg-3 {
|
|
4708
|
+
column-gap: 1rem !important;
|
|
4709
|
+
}
|
|
4710
|
+
.column-gap-rg-4 {
|
|
4711
|
+
column-gap: 1.5rem !important;
|
|
4712
|
+
}
|
|
4713
|
+
.column-gap-rg-5 {
|
|
4714
|
+
column-gap: 3rem !important;
|
|
4715
|
+
}
|
|
3832
4716
|
.text-rg-start {
|
|
3833
4717
|
text-align: left !important;
|
|
3834
4718
|
}
|
|
@@ -3849,6 +4733,21 @@ code {
|
|
|
3849
4733
|
.float-md-none {
|
|
3850
4734
|
float: none !important;
|
|
3851
4735
|
}
|
|
4736
|
+
.object-fit-md-contain {
|
|
4737
|
+
object-fit: contain !important;
|
|
4738
|
+
}
|
|
4739
|
+
.object-fit-md-cover {
|
|
4740
|
+
object-fit: cover !important;
|
|
4741
|
+
}
|
|
4742
|
+
.object-fit-md-fill {
|
|
4743
|
+
object-fit: fill !important;
|
|
4744
|
+
}
|
|
4745
|
+
.object-fit-md-scale {
|
|
4746
|
+
object-fit: scale-down !important;
|
|
4747
|
+
}
|
|
4748
|
+
.object-fit-md-none {
|
|
4749
|
+
object-fit: none !important;
|
|
4750
|
+
}
|
|
3852
4751
|
.d-md-inline {
|
|
3853
4752
|
display: inline !important;
|
|
3854
4753
|
}
|
|
@@ -3861,6 +4760,9 @@ code {
|
|
|
3861
4760
|
.d-md-grid {
|
|
3862
4761
|
display: grid !important;
|
|
3863
4762
|
}
|
|
4763
|
+
.d-md-inline-grid {
|
|
4764
|
+
display: inline-grid !important;
|
|
4765
|
+
}
|
|
3864
4766
|
.d-md-table {
|
|
3865
4767
|
display: table !important;
|
|
3866
4768
|
}
|
|
@@ -4325,6 +5227,42 @@ code {
|
|
|
4325
5227
|
.gap-md-5 {
|
|
4326
5228
|
gap: 3rem !important;
|
|
4327
5229
|
}
|
|
5230
|
+
.row-gap-md-0 {
|
|
5231
|
+
row-gap: 0 !important;
|
|
5232
|
+
}
|
|
5233
|
+
.row-gap-md-1 {
|
|
5234
|
+
row-gap: 0.25rem !important;
|
|
5235
|
+
}
|
|
5236
|
+
.row-gap-md-2 {
|
|
5237
|
+
row-gap: 0.5rem !important;
|
|
5238
|
+
}
|
|
5239
|
+
.row-gap-md-3 {
|
|
5240
|
+
row-gap: 1rem !important;
|
|
5241
|
+
}
|
|
5242
|
+
.row-gap-md-4 {
|
|
5243
|
+
row-gap: 1.5rem !important;
|
|
5244
|
+
}
|
|
5245
|
+
.row-gap-md-5 {
|
|
5246
|
+
row-gap: 3rem !important;
|
|
5247
|
+
}
|
|
5248
|
+
.column-gap-md-0 {
|
|
5249
|
+
column-gap: 0 !important;
|
|
5250
|
+
}
|
|
5251
|
+
.column-gap-md-1 {
|
|
5252
|
+
column-gap: 0.25rem !important;
|
|
5253
|
+
}
|
|
5254
|
+
.column-gap-md-2 {
|
|
5255
|
+
column-gap: 0.5rem !important;
|
|
5256
|
+
}
|
|
5257
|
+
.column-gap-md-3 {
|
|
5258
|
+
column-gap: 1rem !important;
|
|
5259
|
+
}
|
|
5260
|
+
.column-gap-md-4 {
|
|
5261
|
+
column-gap: 1.5rem !important;
|
|
5262
|
+
}
|
|
5263
|
+
.column-gap-md-5 {
|
|
5264
|
+
column-gap: 3rem !important;
|
|
5265
|
+
}
|
|
4328
5266
|
.text-md-start {
|
|
4329
5267
|
text-align: left !important;
|
|
4330
5268
|
}
|
|
@@ -4345,6 +5283,21 @@ code {
|
|
|
4345
5283
|
.float-lg-none {
|
|
4346
5284
|
float: none !important;
|
|
4347
5285
|
}
|
|
5286
|
+
.object-fit-lg-contain {
|
|
5287
|
+
object-fit: contain !important;
|
|
5288
|
+
}
|
|
5289
|
+
.object-fit-lg-cover {
|
|
5290
|
+
object-fit: cover !important;
|
|
5291
|
+
}
|
|
5292
|
+
.object-fit-lg-fill {
|
|
5293
|
+
object-fit: fill !important;
|
|
5294
|
+
}
|
|
5295
|
+
.object-fit-lg-scale {
|
|
5296
|
+
object-fit: scale-down !important;
|
|
5297
|
+
}
|
|
5298
|
+
.object-fit-lg-none {
|
|
5299
|
+
object-fit: none !important;
|
|
5300
|
+
}
|
|
4348
5301
|
.d-lg-inline {
|
|
4349
5302
|
display: inline !important;
|
|
4350
5303
|
}
|
|
@@ -4357,6 +5310,9 @@ code {
|
|
|
4357
5310
|
.d-lg-grid {
|
|
4358
5311
|
display: grid !important;
|
|
4359
5312
|
}
|
|
5313
|
+
.d-lg-inline-grid {
|
|
5314
|
+
display: inline-grid !important;
|
|
5315
|
+
}
|
|
4360
5316
|
.d-lg-table {
|
|
4361
5317
|
display: table !important;
|
|
4362
5318
|
}
|
|
@@ -4821,6 +5777,42 @@ code {
|
|
|
4821
5777
|
.gap-lg-5 {
|
|
4822
5778
|
gap: 3rem !important;
|
|
4823
5779
|
}
|
|
5780
|
+
.row-gap-lg-0 {
|
|
5781
|
+
row-gap: 0 !important;
|
|
5782
|
+
}
|
|
5783
|
+
.row-gap-lg-1 {
|
|
5784
|
+
row-gap: 0.25rem !important;
|
|
5785
|
+
}
|
|
5786
|
+
.row-gap-lg-2 {
|
|
5787
|
+
row-gap: 0.5rem !important;
|
|
5788
|
+
}
|
|
5789
|
+
.row-gap-lg-3 {
|
|
5790
|
+
row-gap: 1rem !important;
|
|
5791
|
+
}
|
|
5792
|
+
.row-gap-lg-4 {
|
|
5793
|
+
row-gap: 1.5rem !important;
|
|
5794
|
+
}
|
|
5795
|
+
.row-gap-lg-5 {
|
|
5796
|
+
row-gap: 3rem !important;
|
|
5797
|
+
}
|
|
5798
|
+
.column-gap-lg-0 {
|
|
5799
|
+
column-gap: 0 !important;
|
|
5800
|
+
}
|
|
5801
|
+
.column-gap-lg-1 {
|
|
5802
|
+
column-gap: 0.25rem !important;
|
|
5803
|
+
}
|
|
5804
|
+
.column-gap-lg-2 {
|
|
5805
|
+
column-gap: 0.5rem !important;
|
|
5806
|
+
}
|
|
5807
|
+
.column-gap-lg-3 {
|
|
5808
|
+
column-gap: 1rem !important;
|
|
5809
|
+
}
|
|
5810
|
+
.column-gap-lg-4 {
|
|
5811
|
+
column-gap: 1.5rem !important;
|
|
5812
|
+
}
|
|
5813
|
+
.column-gap-lg-5 {
|
|
5814
|
+
column-gap: 3rem !important;
|
|
5815
|
+
}
|
|
4824
5816
|
.text-lg-start {
|
|
4825
5817
|
text-align: left !important;
|
|
4826
5818
|
}
|
|
@@ -4841,6 +5833,21 @@ code {
|
|
|
4841
5833
|
.float-xl-none {
|
|
4842
5834
|
float: none !important;
|
|
4843
5835
|
}
|
|
5836
|
+
.object-fit-xl-contain {
|
|
5837
|
+
object-fit: contain !important;
|
|
5838
|
+
}
|
|
5839
|
+
.object-fit-xl-cover {
|
|
5840
|
+
object-fit: cover !important;
|
|
5841
|
+
}
|
|
5842
|
+
.object-fit-xl-fill {
|
|
5843
|
+
object-fit: fill !important;
|
|
5844
|
+
}
|
|
5845
|
+
.object-fit-xl-scale {
|
|
5846
|
+
object-fit: scale-down !important;
|
|
5847
|
+
}
|
|
5848
|
+
.object-fit-xl-none {
|
|
5849
|
+
object-fit: none !important;
|
|
5850
|
+
}
|
|
4844
5851
|
.d-xl-inline {
|
|
4845
5852
|
display: inline !important;
|
|
4846
5853
|
}
|
|
@@ -4853,6 +5860,9 @@ code {
|
|
|
4853
5860
|
.d-xl-grid {
|
|
4854
5861
|
display: grid !important;
|
|
4855
5862
|
}
|
|
5863
|
+
.d-xl-inline-grid {
|
|
5864
|
+
display: inline-grid !important;
|
|
5865
|
+
}
|
|
4856
5866
|
.d-xl-table {
|
|
4857
5867
|
display: table !important;
|
|
4858
5868
|
}
|
|
@@ -5317,6 +6327,42 @@ code {
|
|
|
5317
6327
|
.gap-xl-5 {
|
|
5318
6328
|
gap: 3rem !important;
|
|
5319
6329
|
}
|
|
6330
|
+
.row-gap-xl-0 {
|
|
6331
|
+
row-gap: 0 !important;
|
|
6332
|
+
}
|
|
6333
|
+
.row-gap-xl-1 {
|
|
6334
|
+
row-gap: 0.25rem !important;
|
|
6335
|
+
}
|
|
6336
|
+
.row-gap-xl-2 {
|
|
6337
|
+
row-gap: 0.5rem !important;
|
|
6338
|
+
}
|
|
6339
|
+
.row-gap-xl-3 {
|
|
6340
|
+
row-gap: 1rem !important;
|
|
6341
|
+
}
|
|
6342
|
+
.row-gap-xl-4 {
|
|
6343
|
+
row-gap: 1.5rem !important;
|
|
6344
|
+
}
|
|
6345
|
+
.row-gap-xl-5 {
|
|
6346
|
+
row-gap: 3rem !important;
|
|
6347
|
+
}
|
|
6348
|
+
.column-gap-xl-0 {
|
|
6349
|
+
column-gap: 0 !important;
|
|
6350
|
+
}
|
|
6351
|
+
.column-gap-xl-1 {
|
|
6352
|
+
column-gap: 0.25rem !important;
|
|
6353
|
+
}
|
|
6354
|
+
.column-gap-xl-2 {
|
|
6355
|
+
column-gap: 0.5rem !important;
|
|
6356
|
+
}
|
|
6357
|
+
.column-gap-xl-3 {
|
|
6358
|
+
column-gap: 1rem !important;
|
|
6359
|
+
}
|
|
6360
|
+
.column-gap-xl-4 {
|
|
6361
|
+
column-gap: 1.5rem !important;
|
|
6362
|
+
}
|
|
6363
|
+
.column-gap-xl-5 {
|
|
6364
|
+
column-gap: 3rem !important;
|
|
6365
|
+
}
|
|
5320
6366
|
.text-xl-start {
|
|
5321
6367
|
text-align: left !important;
|
|
5322
6368
|
}
|
|
@@ -5337,6 +6383,21 @@ code {
|
|
|
5337
6383
|
.float-xxl-none {
|
|
5338
6384
|
float: none !important;
|
|
5339
6385
|
}
|
|
6386
|
+
.object-fit-xxl-contain {
|
|
6387
|
+
object-fit: contain !important;
|
|
6388
|
+
}
|
|
6389
|
+
.object-fit-xxl-cover {
|
|
6390
|
+
object-fit: cover !important;
|
|
6391
|
+
}
|
|
6392
|
+
.object-fit-xxl-fill {
|
|
6393
|
+
object-fit: fill !important;
|
|
6394
|
+
}
|
|
6395
|
+
.object-fit-xxl-scale {
|
|
6396
|
+
object-fit: scale-down !important;
|
|
6397
|
+
}
|
|
6398
|
+
.object-fit-xxl-none {
|
|
6399
|
+
object-fit: none !important;
|
|
6400
|
+
}
|
|
5340
6401
|
.d-xxl-inline {
|
|
5341
6402
|
display: inline !important;
|
|
5342
6403
|
}
|
|
@@ -5349,6 +6410,9 @@ code {
|
|
|
5349
6410
|
.d-xxl-grid {
|
|
5350
6411
|
display: grid !important;
|
|
5351
6412
|
}
|
|
6413
|
+
.d-xxl-inline-grid {
|
|
6414
|
+
display: inline-grid !important;
|
|
6415
|
+
}
|
|
5352
6416
|
.d-xxl-table {
|
|
5353
6417
|
display: table !important;
|
|
5354
6418
|
}
|
|
@@ -5813,6 +6877,42 @@ code {
|
|
|
5813
6877
|
.gap-xxl-5 {
|
|
5814
6878
|
gap: 3rem !important;
|
|
5815
6879
|
}
|
|
6880
|
+
.row-gap-xxl-0 {
|
|
6881
|
+
row-gap: 0 !important;
|
|
6882
|
+
}
|
|
6883
|
+
.row-gap-xxl-1 {
|
|
6884
|
+
row-gap: 0.25rem !important;
|
|
6885
|
+
}
|
|
6886
|
+
.row-gap-xxl-2 {
|
|
6887
|
+
row-gap: 0.5rem !important;
|
|
6888
|
+
}
|
|
6889
|
+
.row-gap-xxl-3 {
|
|
6890
|
+
row-gap: 1rem !important;
|
|
6891
|
+
}
|
|
6892
|
+
.row-gap-xxl-4 {
|
|
6893
|
+
row-gap: 1.5rem !important;
|
|
6894
|
+
}
|
|
6895
|
+
.row-gap-xxl-5 {
|
|
6896
|
+
row-gap: 3rem !important;
|
|
6897
|
+
}
|
|
6898
|
+
.column-gap-xxl-0 {
|
|
6899
|
+
column-gap: 0 !important;
|
|
6900
|
+
}
|
|
6901
|
+
.column-gap-xxl-1 {
|
|
6902
|
+
column-gap: 0.25rem !important;
|
|
6903
|
+
}
|
|
6904
|
+
.column-gap-xxl-2 {
|
|
6905
|
+
column-gap: 0.5rem !important;
|
|
6906
|
+
}
|
|
6907
|
+
.column-gap-xxl-3 {
|
|
6908
|
+
column-gap: 1rem !important;
|
|
6909
|
+
}
|
|
6910
|
+
.column-gap-xxl-4 {
|
|
6911
|
+
column-gap: 1.5rem !important;
|
|
6912
|
+
}
|
|
6913
|
+
.column-gap-xxl-5 {
|
|
6914
|
+
column-gap: 3rem !important;
|
|
6915
|
+
}
|
|
5816
6916
|
.text-xxl-start {
|
|
5817
6917
|
text-align: left !important;
|
|
5818
6918
|
}
|
|
@@ -5856,6 +6956,9 @@ code {
|
|
|
5856
6956
|
.d-print-grid {
|
|
5857
6957
|
display: grid !important;
|
|
5858
6958
|
}
|
|
6959
|
+
.d-print-inline-grid {
|
|
6960
|
+
display: inline-grid !important;
|
|
6961
|
+
}
|
|
5859
6962
|
.d-print-table {
|
|
5860
6963
|
display: table !important;
|
|
5861
6964
|
}
|
|
@@ -12917,6 +14020,16 @@ a:focus, a:hover {
|
|
|
12917
14020
|
gap: 2rem !important;
|
|
12918
14021
|
}
|
|
12919
14022
|
}
|
|
14023
|
+
:root {
|
|
14024
|
+
--bs-breakpoint-xs: 0;
|
|
14025
|
+
--bs-breakpoint-sm: 400px;
|
|
14026
|
+
--bs-breakpoint-rg: 600px;
|
|
14027
|
+
--bs-breakpoint-md: 780px;
|
|
14028
|
+
--bs-breakpoint-lg: 1024px;
|
|
14029
|
+
--bs-breakpoint-xl: 1280px;
|
|
14030
|
+
--bs-breakpoint-xxl: 1441px;
|
|
14031
|
+
}
|
|
14032
|
+
|
|
12920
14033
|
.row {
|
|
12921
14034
|
--bs-gutter-x: 30px;
|
|
12922
14035
|
--bs-gutter-y: 0;
|
|
@@ -14365,8 +15478,8 @@ a:focus, a:hover {
|
|
|
14365
15478
|
}
|
|
14366
15479
|
|
|
14367
15480
|
.accordion {
|
|
14368
|
-
--bs-accordion-color:
|
|
14369
|
-
--bs-accordion-bg:
|
|
15481
|
+
--bs-accordion-color: var(--bs-body-color);
|
|
15482
|
+
--bs-accordion-bg: var(--bs-body-bg);
|
|
14370
15483
|
--bs-accordion-transition: opacity 250ms, border-color 250ms, background-color 250ms, color 250ms, border-radius 0.15s ease;
|
|
14371
15484
|
--bs-accordion-border-color: hsl(0, 0%, 90%);
|
|
14372
15485
|
--bs-accordion-border-width: 2px;
|
|
@@ -14376,11 +15489,11 @@ a:focus, a:hover {
|
|
|
14376
15489
|
--bs-accordion-btn-padding-y: 1rem;
|
|
14377
15490
|
--bs-accordion-btn-color: #000;
|
|
14378
15491
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
14379
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg
|
|
15492
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath opacity='1' fill='%23000000' d='m23.6 13.2-7.5 7.6-7.6-7.6.9-.9 6.6 6.6 6.6-6.6 1 .9z'/%3E%3C/g%3E%3C/svg%3E");
|
|
14380
15493
|
--bs-accordion-btn-icon-width: 1.5rem;
|
|
14381
15494
|
--bs-accordion-btn-icon-transform: rotate(180deg);
|
|
14382
15495
|
--bs-accordion-btn-icon-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
14383
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg
|
|
15496
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath opacity='1' fill='%23000000' d='m23.6 13.2-7.5 7.6-7.6-7.6.9-.9 6.6 6.6 6.6-6.6 1 .9z'/%3E%3C/g%3E%3C/svg%3E");
|
|
14384
15497
|
--bs-accordion-btn-focus-border-color: #000;
|
|
14385
15498
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.125rem rgba(51, 51, 51, 0.25);
|
|
14386
15499
|
--bs-accordion-body-padding-x: 1rem;
|
|
@@ -14499,6 +15612,11 @@ a:focus, a:hover {
|
|
|
14499
15612
|
border-radius: 0;
|
|
14500
15613
|
}
|
|
14501
15614
|
|
|
15615
|
+
[data-bs-theme=dark] .accordion-button::after {
|
|
15616
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23858585'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
15617
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23858585'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
15618
|
+
}
|
|
15619
|
+
|
|
14502
15620
|
.accordion-item {
|
|
14503
15621
|
border-right: 0;
|
|
14504
15622
|
border-left: 0;
|
|
@@ -14536,10 +15654,10 @@ a:focus, a:hover {
|
|
|
14536
15654
|
opacity: 1 !important;
|
|
14537
15655
|
}
|
|
14538
15656
|
.accordion-button::after {
|
|
14539
|
-
background-image: url("data:image/svg+xml,%3Csvg
|
|
15657
|
+
background-image: url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath opacity='1' fill='%23ffffff' d='m23.6 13.2-7.5 7.6-7.6-7.6.9-.9 6.6 6.6 6.6-6.6 1 .9z'/%3E%3C/g%3E%3C/svg%3E");
|
|
14540
15658
|
}
|
|
14541
15659
|
.accordion-button:not(.collapsed)::after {
|
|
14542
|
-
background-image: url("data:image/svg+xml,%3Csvg
|
|
15660
|
+
background-image: url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath opacity='1' fill='%23ffffff' d='m23.6 13.2-7.5 7.6-7.6-7.6.9-.9 6.6 6.6 6.6-6.6 1 .9z'/%3E%3C/g%3E%3C/svg%3E");
|
|
14543
15661
|
}
|
|
14544
15662
|
}
|
|
14545
15663
|
|