@swisspost/design-system-components 1.3.4 → 1.3.6
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-3838cb5b.js → package-79d607b8.js} +2 -2
- package/dist/cjs/{package-3838cb5b.js.map → package-79d607b8.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 +17 -84
- 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 +1187 -48
- package/dist/collection/components/post-icon/post-icon.css +11 -3
- package/dist/collection/components/post-icon/post-icon.js +14 -82
- 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 +16 -84
- package/dist/components/post-icon.js.map +1 -1
- package/dist/docs.json +3 -3
- 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-fb4a74d0.js → package-ba1192d8.js} +2 -2
- package/dist/esm/{package-fb4a74d0.js.map → package-ba1192d8.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 +17 -84
- package/dist/esm/post-icon.entry.js.map +1 -1
- package/dist/post-components/p-2f408d84.entry.js +2 -0
- package/dist/post-components/{p-7dd960f1.entry.js.map → p-2f408d84.entry.js.map} +1 -1
- package/dist/post-components/p-75734ad5.entry.js +2 -0
- package/dist/post-components/p-75734ad5.entry.js.map +1 -0
- package/dist/post-components/p-8f4d1bc9.js +3 -0
- package/dist/post-components/p-8f4d1bc9.js.map +1 -0
- package/dist/post-components/{p-87bf3416.js → p-a6796794.js} +2 -2
- 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 +0 -8
- 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-6e225c16.entry.js +0 -2
- package/dist/post-components/p-6e225c16.entry.js.map +0 -1
- package/dist/post-components/p-7dd960f1.entry.js +0 -2
- /package/dist/post-components/{p-87bf3416.js.map → p-a6796794.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 {
|
|
@@ -202,23 +307,64 @@
|
|
|
202
307
|
font-weight: 700;
|
|
203
308
|
src: url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff2") format("woff2"), url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff") format("woff");
|
|
204
309
|
}
|
|
310
|
+
@font-face {
|
|
311
|
+
font-display: swap;
|
|
312
|
+
font-family: "Frutiger Neue For Post";
|
|
313
|
+
font-weight: 700;
|
|
314
|
+
font-style: italic;
|
|
315
|
+
src: url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-BdIt.woff2") format("woff2"), url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-BdIt.woff") format("woff");
|
|
316
|
+
}
|
|
205
317
|
@font-face {
|
|
206
318
|
font-display: swap;
|
|
207
319
|
font-family: "Frutiger Neue For Post";
|
|
208
320
|
font-weight: 400;
|
|
209
321
|
src: url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff2") format("woff2"), url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff") format("woff");
|
|
210
322
|
}
|
|
323
|
+
@font-face {
|
|
324
|
+
font-display: swap;
|
|
325
|
+
font-family: "Frutiger Neue For Post";
|
|
326
|
+
font-weight: 400;
|
|
327
|
+
font-style: italic;
|
|
328
|
+
src: url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-It.woff2") format("woff2"), url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-It.woff") format("woff");
|
|
329
|
+
}
|
|
211
330
|
@font-face {
|
|
212
331
|
font-display: swap;
|
|
213
332
|
font-family: "Frutiger Neue For Post";
|
|
214
333
|
font-weight: 300;
|
|
215
334
|
src: url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Lt.woff2") format("woff2"), url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Lt.woff") format("woff");
|
|
216
335
|
}
|
|
336
|
+
@font-face {
|
|
337
|
+
font-display: swap;
|
|
338
|
+
font-family: "Frutiger Neue For Post";
|
|
339
|
+
font-weight: 300;
|
|
340
|
+
font-style: italic;
|
|
341
|
+
src: url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-LtIt.woff2") format("woff2"), url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-LtIt.woff") format("woff");
|
|
342
|
+
}
|
|
217
343
|
body {
|
|
218
344
|
-webkit-font-smoothing: antialiased;
|
|
219
345
|
-moz-osx-font-smoothing: grayscale;
|
|
220
346
|
}
|
|
221
347
|
|
|
348
|
+
.elevation-1 {
|
|
349
|
+
box-shadow: 0.25px 1px 1px rgba(0, 0, 0, 0.1), 1px 2px 2.5px 1px rgba(0, 0, 0, 0.1);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.elevation-2 {
|
|
353
|
+
box-shadow: 0.25px 1.5px 2px rgba(0, 0, 0, 0.1), 2px 2px 5px 2px rgba(0, 0, 0, 0.11);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.elevation-3 {
|
|
357
|
+
box-shadow: 0.5px 3px 4px rgba(0, 0, 0, 0.1), 2px 4px 10px 4px rgba(0, 0, 0, 0.12);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.elevation-4 {
|
|
361
|
+
box-shadow: 0.75px 4.5px 6px rgba(0, 0, 0, 0.1), 2px 6px 15px 6px rgba(0, 0, 0, 0.13);
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.elevation-5 {
|
|
365
|
+
box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.1), 2px 8px 20px 8px rgba(0, 0, 0, 0.14);
|
|
366
|
+
}
|
|
367
|
+
|
|
222
368
|
*,
|
|
223
369
|
*::before,
|
|
224
370
|
*::after {
|
|
@@ -258,7 +404,7 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
|
258
404
|
font-family: inherit;
|
|
259
405
|
font-weight: 700;
|
|
260
406
|
line-height: 1.2;
|
|
261
|
-
color:
|
|
407
|
+
color: var(--bs-heading-color);
|
|
262
408
|
}
|
|
263
409
|
|
|
264
410
|
h1, .h1 {
|
|
@@ -385,11 +531,11 @@ sup {
|
|
|
385
531
|
}
|
|
386
532
|
|
|
387
533
|
a {
|
|
388
|
-
color: var(--bs-link-color);
|
|
534
|
+
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
|
|
389
535
|
text-decoration: underline;
|
|
390
536
|
}
|
|
391
537
|
a:hover {
|
|
392
|
-
color: var(--bs-link-hover-color);
|
|
538
|
+
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
|
|
393
539
|
}
|
|
394
540
|
|
|
395
541
|
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
|
@@ -1278,59 +1424,114 @@ code {
|
|
|
1278
1424
|
}
|
|
1279
1425
|
|
|
1280
1426
|
.link-primary {
|
|
1281
|
-
color:
|
|
1427
|
+
color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1428
|
+
text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1282
1429
|
}
|
|
1283
1430
|
.link-primary:hover, .link-primary:focus {
|
|
1284
|
-
color:
|
|
1431
|
+
color: RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;
|
|
1432
|
+
text-decoration-color: RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important;
|
|
1285
1433
|
}
|
|
1286
1434
|
|
|
1287
1435
|
.link-secondary {
|
|
1288
|
-
color:
|
|
1436
|
+
color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1437
|
+
text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1289
1438
|
}
|
|
1290
1439
|
.link-secondary:hover, .link-secondary:focus {
|
|
1291
|
-
color:
|
|
1440
|
+
color: RGBA(82, 82, 82, var(--bs-link-opacity, 1)) !important;
|
|
1441
|
+
text-decoration-color: RGBA(82, 82, 82, var(--bs-link-underline-opacity, 1)) !important;
|
|
1292
1442
|
}
|
|
1293
1443
|
|
|
1294
1444
|
.link-light {
|
|
1295
|
-
color:
|
|
1445
|
+
color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1446
|
+
text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1296
1447
|
}
|
|
1297
1448
|
.link-light:hover, .link-light:focus {
|
|
1298
|
-
color:
|
|
1449
|
+
color: RGBA(251, 250, 249, var(--bs-link-opacity, 1)) !important;
|
|
1450
|
+
text-decoration-color: RGBA(251, 250, 249, var(--bs-link-underline-opacity, 1)) !important;
|
|
1299
1451
|
}
|
|
1300
1452
|
|
|
1301
1453
|
.link-dark {
|
|
1302
|
-
color:
|
|
1454
|
+
color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1455
|
+
text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1303
1456
|
}
|
|
1304
1457
|
.link-dark:hover, .link-dark:focus {
|
|
1305
|
-
color:
|
|
1458
|
+
color: RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;
|
|
1459
|
+
text-decoration-color: RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important;
|
|
1306
1460
|
}
|
|
1307
1461
|
|
|
1308
1462
|
.link-success {
|
|
1309
|
-
color:
|
|
1463
|
+
color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1464
|
+
text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1310
1465
|
}
|
|
1311
1466
|
.link-success:hover, .link-success:focus {
|
|
1312
|
-
color:
|
|
1467
|
+
color: RGBA(86, 167, 73, var(--bs-link-opacity, 1)) !important;
|
|
1468
|
+
text-decoration-color: RGBA(86, 167, 73, var(--bs-link-underline-opacity, 1)) !important;
|
|
1313
1469
|
}
|
|
1314
1470
|
|
|
1315
1471
|
.link-info {
|
|
1316
|
-
color:
|
|
1472
|
+
color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1473
|
+
text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1317
1474
|
}
|
|
1318
1475
|
.link-info:hover, .link-info:focus {
|
|
1319
|
-
color:
|
|
1476
|
+
color: RGBA(214, 233, 241, var(--bs-link-opacity, 1)) !important;
|
|
1477
|
+
text-decoration-color: RGBA(214, 233, 241, var(--bs-link-underline-opacity, 1)) !important;
|
|
1320
1478
|
}
|
|
1321
1479
|
|
|
1322
1480
|
.link-warning {
|
|
1323
|
-
color:
|
|
1481
|
+
color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1482
|
+
text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1324
1483
|
}
|
|
1325
1484
|
.link-warning:hover, .link-warning:focus {
|
|
1326
|
-
color:
|
|
1485
|
+
color: RGBA(246, 177, 51, var(--bs-link-opacity, 1)) !important;
|
|
1486
|
+
text-decoration-color: RGBA(246, 177, 51, var(--bs-link-underline-opacity, 1)) !important;
|
|
1327
1487
|
}
|
|
1328
1488
|
|
|
1329
1489
|
.link-danger {
|
|
1330
|
-
color:
|
|
1490
|
+
color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1491
|
+
text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1331
1492
|
}
|
|
1332
1493
|
.link-danger:hover, .link-danger:focus {
|
|
1333
|
-
color:
|
|
1494
|
+
color: RGBA(132, 18, 32, var(--bs-link-opacity, 1)) !important;
|
|
1495
|
+
text-decoration-color: RGBA(132, 18, 32, var(--bs-link-underline-opacity, 1)) !important;
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
.link-body-emphasis {
|
|
1499
|
+
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
|
|
1500
|
+
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
1501
|
+
}
|
|
1502
|
+
.link-body-emphasis:hover, .link-body-emphasis:focus {
|
|
1503
|
+
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
|
|
1504
|
+
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
.focus-ring:focus {
|
|
1508
|
+
outline: 0;
|
|
1509
|
+
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);
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.icon-link {
|
|
1513
|
+
display: inline-flex;
|
|
1514
|
+
gap: 0.375rem;
|
|
1515
|
+
align-items: center;
|
|
1516
|
+
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
|
|
1517
|
+
text-underline-offset: 0.25em;
|
|
1518
|
+
backface-visibility: hidden;
|
|
1519
|
+
}
|
|
1520
|
+
.icon-link > .bi {
|
|
1521
|
+
flex-shrink: 0;
|
|
1522
|
+
width: 1em;
|
|
1523
|
+
height: 1em;
|
|
1524
|
+
fill: currentcolor;
|
|
1525
|
+
transition: 0.2s ease-in-out transform;
|
|
1526
|
+
}
|
|
1527
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1528
|
+
.icon-link > .bi {
|
|
1529
|
+
transition: none;
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
|
|
1534
|
+
transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
|
|
1334
1535
|
}
|
|
1335
1536
|
|
|
1336
1537
|
.ratio {
|
|
@@ -1482,7 +1683,6 @@ code {
|
|
|
1482
1683
|
|
|
1483
1684
|
.visually-hidden,
|
|
1484
1685
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
|
1485
|
-
position: absolute !important;
|
|
1486
1686
|
width: 1px !important;
|
|
1487
1687
|
height: 1px !important;
|
|
1488
1688
|
padding: 0 !important;
|
|
@@ -1492,6 +1692,10 @@ code {
|
|
|
1492
1692
|
white-space: nowrap !important;
|
|
1493
1693
|
border: 0 !important;
|
|
1494
1694
|
}
|
|
1695
|
+
.visually-hidden:not(caption),
|
|
1696
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
1697
|
+
position: absolute !important;
|
|
1698
|
+
}
|
|
1495
1699
|
|
|
1496
1700
|
.stretched-link::after {
|
|
1497
1701
|
position: absolute;
|
|
@@ -1554,6 +1758,26 @@ code {
|
|
|
1554
1758
|
float: none !important;
|
|
1555
1759
|
}
|
|
1556
1760
|
|
|
1761
|
+
.object-fit-contain {
|
|
1762
|
+
object-fit: contain !important;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
.object-fit-cover {
|
|
1766
|
+
object-fit: cover !important;
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
.object-fit-fill {
|
|
1770
|
+
object-fit: fill !important;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.object-fit-scale {
|
|
1774
|
+
object-fit: scale-down !important;
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
.object-fit-none {
|
|
1778
|
+
object-fit: none !important;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1557
1781
|
.opacity-0 {
|
|
1558
1782
|
opacity: 0 !important;
|
|
1559
1783
|
}
|
|
@@ -1590,6 +1814,38 @@ code {
|
|
|
1590
1814
|
overflow: scroll !important;
|
|
1591
1815
|
}
|
|
1592
1816
|
|
|
1817
|
+
.overflow-x-auto {
|
|
1818
|
+
overflow-x: auto !important;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
.overflow-x-hidden {
|
|
1822
|
+
overflow-x: hidden !important;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
.overflow-x-visible {
|
|
1826
|
+
overflow-x: visible !important;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.overflow-x-scroll {
|
|
1830
|
+
overflow-x: scroll !important;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
.overflow-y-auto {
|
|
1834
|
+
overflow-y: auto !important;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.overflow-y-hidden {
|
|
1838
|
+
overflow-y: hidden !important;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
.overflow-y-visible {
|
|
1842
|
+
overflow-y: visible !important;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
.overflow-y-scroll {
|
|
1846
|
+
overflow-y: scroll !important;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1593
1849
|
.d-inline {
|
|
1594
1850
|
display: inline !important;
|
|
1595
1851
|
}
|
|
@@ -1606,6 +1862,10 @@ code {
|
|
|
1606
1862
|
display: grid !important;
|
|
1607
1863
|
}
|
|
1608
1864
|
|
|
1865
|
+
.d-inline-grid {
|
|
1866
|
+
display: inline-grid !important;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1609
1869
|
.d-table {
|
|
1610
1870
|
display: table !important;
|
|
1611
1871
|
}
|
|
@@ -1646,6 +1906,38 @@ code {
|
|
|
1646
1906
|
box-shadow: none !important;
|
|
1647
1907
|
}
|
|
1648
1908
|
|
|
1909
|
+
.focus-ring-primary {
|
|
1910
|
+
--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
.focus-ring-secondary {
|
|
1914
|
+
--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
.focus-ring-light {
|
|
1918
|
+
--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
.focus-ring-dark {
|
|
1922
|
+
--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
.focus-ring-success {
|
|
1926
|
+
--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
|
|
1927
|
+
}
|
|
1928
|
+
|
|
1929
|
+
.focus-ring-info {
|
|
1930
|
+
--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
.focus-ring-warning {
|
|
1934
|
+
--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
.focus-ring-danger {
|
|
1938
|
+
--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1649
1941
|
.position-static {
|
|
1650
1942
|
position: static !important;
|
|
1651
1943
|
}
|
|
@@ -1806,29 +2098,66 @@ code {
|
|
|
1806
2098
|
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
|
|
1807
2099
|
}
|
|
1808
2100
|
|
|
2101
|
+
.border-black {
|
|
2102
|
+
--bs-border-opacity: 1;
|
|
2103
|
+
border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
|
|
2104
|
+
}
|
|
2105
|
+
|
|
1809
2106
|
.border-white {
|
|
1810
2107
|
--bs-border-opacity: 1;
|
|
1811
2108
|
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
|
|
1812
2109
|
}
|
|
1813
2110
|
|
|
2111
|
+
.border-primary-subtle {
|
|
2112
|
+
border-color: var(--bs-primary-border-subtle) !important;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
.border-secondary-subtle {
|
|
2116
|
+
border-color: var(--bs-secondary-border-subtle) !important;
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
.border-success-subtle {
|
|
2120
|
+
border-color: var(--bs-success-border-subtle) !important;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
.border-info-subtle {
|
|
2124
|
+
border-color: var(--bs-info-border-subtle) !important;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
.border-warning-subtle {
|
|
2128
|
+
border-color: var(--bs-warning-border-subtle) !important;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.border-danger-subtle {
|
|
2132
|
+
border-color: var(--bs-danger-border-subtle) !important;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
.border-light-subtle {
|
|
2136
|
+
border-color: var(--bs-light-border-subtle) !important;
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
.border-dark-subtle {
|
|
2140
|
+
border-color: var(--bs-dark-border-subtle) !important;
|
|
2141
|
+
}
|
|
2142
|
+
|
|
1814
2143
|
.border-1 {
|
|
1815
|
-
|
|
2144
|
+
border-width: 1px !important;
|
|
1816
2145
|
}
|
|
1817
2146
|
|
|
1818
2147
|
.border-2 {
|
|
1819
|
-
|
|
2148
|
+
border-width: 2px !important;
|
|
1820
2149
|
}
|
|
1821
2150
|
|
|
1822
2151
|
.border-3 {
|
|
1823
|
-
|
|
2152
|
+
border-width: 3px !important;
|
|
1824
2153
|
}
|
|
1825
2154
|
|
|
1826
2155
|
.border-4 {
|
|
1827
|
-
|
|
2156
|
+
border-width: 4px !important;
|
|
1828
2157
|
}
|
|
1829
2158
|
|
|
1830
2159
|
.border-5 {
|
|
1831
|
-
|
|
2160
|
+
border-width: 5px !important;
|
|
1832
2161
|
}
|
|
1833
2162
|
|
|
1834
2163
|
.border-opacity-10 {
|
|
@@ -2501,6 +2830,54 @@ code {
|
|
|
2501
2830
|
gap: 3rem !important;
|
|
2502
2831
|
}
|
|
2503
2832
|
|
|
2833
|
+
.row-gap-0 {
|
|
2834
|
+
row-gap: 0 !important;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
.row-gap-1 {
|
|
2838
|
+
row-gap: 0.25rem !important;
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
.row-gap-2 {
|
|
2842
|
+
row-gap: 0.5rem !important;
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
.row-gap-3 {
|
|
2846
|
+
row-gap: 1rem !important;
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2849
|
+
.row-gap-4 {
|
|
2850
|
+
row-gap: 1.5rem !important;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
.row-gap-5 {
|
|
2854
|
+
row-gap: 3rem !important;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
.column-gap-0 {
|
|
2858
|
+
column-gap: 0 !important;
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
.column-gap-1 {
|
|
2862
|
+
column-gap: 0.25rem !important;
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
.column-gap-2 {
|
|
2866
|
+
column-gap: 0.5rem !important;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
.column-gap-3 {
|
|
2870
|
+
column-gap: 1rem !important;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
.column-gap-4 {
|
|
2874
|
+
column-gap: 1.5rem !important;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
.column-gap-5 {
|
|
2878
|
+
column-gap: 3rem !important;
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2504
2881
|
.font-monospace {
|
|
2505
2882
|
font-family: var(--bs-font-monospace) !important;
|
|
2506
2883
|
}
|
|
@@ -2557,26 +2934,30 @@ code {
|
|
|
2557
2934
|
font-style: normal !important;
|
|
2558
2935
|
}
|
|
2559
2936
|
|
|
2560
|
-
.fw-light {
|
|
2561
|
-
font-weight: 300 !important;
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
2937
|
.fw-lighter {
|
|
2565
2938
|
font-weight: lighter !important;
|
|
2566
2939
|
}
|
|
2567
2940
|
|
|
2941
|
+
.fw-light {
|
|
2942
|
+
font-weight: 300 !important;
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2568
2945
|
.fw-normal {
|
|
2569
2946
|
font-weight: 400 !important;
|
|
2570
2947
|
}
|
|
2571
2948
|
|
|
2572
|
-
.fw-
|
|
2573
|
-
font-weight:
|
|
2949
|
+
.fw-medium {
|
|
2950
|
+
font-weight: 500 !important;
|
|
2574
2951
|
}
|
|
2575
2952
|
|
|
2576
2953
|
.fw-semibold {
|
|
2577
2954
|
font-weight: 600 !important;
|
|
2578
2955
|
}
|
|
2579
2956
|
|
|
2957
|
+
.fw-bold {
|
|
2958
|
+
font-weight: 700 !important;
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2580
2961
|
.fw-bolder {
|
|
2581
2962
|
font-weight: bolder !important;
|
|
2582
2963
|
}
|
|
@@ -2705,7 +3086,7 @@ code {
|
|
|
2705
3086
|
|
|
2706
3087
|
.text-muted {
|
|
2707
3088
|
--bs-text-opacity: 1;
|
|
2708
|
-
color:
|
|
3089
|
+
color: var(--bs-secondary-color) !important;
|
|
2709
3090
|
}
|
|
2710
3091
|
|
|
2711
3092
|
.text-black-50 {
|
|
@@ -2718,6 +3099,21 @@ code {
|
|
|
2718
3099
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
2719
3100
|
}
|
|
2720
3101
|
|
|
3102
|
+
.text-body-secondary {
|
|
3103
|
+
--bs-text-opacity: 1;
|
|
3104
|
+
color: var(--bs-secondary-color) !important;
|
|
3105
|
+
}
|
|
3106
|
+
|
|
3107
|
+
.text-body-tertiary {
|
|
3108
|
+
--bs-text-opacity: 1;
|
|
3109
|
+
color: var(--bs-tertiary-color) !important;
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
.text-body-emphasis {
|
|
3113
|
+
--bs-text-opacity: 1;
|
|
3114
|
+
color: var(--bs-emphasis-color) !important;
|
|
3115
|
+
}
|
|
3116
|
+
|
|
2721
3117
|
.text-reset {
|
|
2722
3118
|
--bs-text-opacity: 1;
|
|
2723
3119
|
color: inherit !important;
|
|
@@ -2739,6 +3135,195 @@ code {
|
|
|
2739
3135
|
--bs-text-opacity: 1;
|
|
2740
3136
|
}
|
|
2741
3137
|
|
|
3138
|
+
.text-primary-emphasis {
|
|
3139
|
+
color: var(--bs-primary-text-emphasis) !important;
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3142
|
+
.text-secondary-emphasis {
|
|
3143
|
+
color: var(--bs-secondary-text-emphasis) !important;
|
|
3144
|
+
}
|
|
3145
|
+
|
|
3146
|
+
.text-success-emphasis {
|
|
3147
|
+
color: var(--bs-success-text-emphasis) !important;
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3150
|
+
.text-info-emphasis {
|
|
3151
|
+
color: var(--bs-info-text-emphasis) !important;
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
.text-warning-emphasis {
|
|
3155
|
+
color: var(--bs-warning-text-emphasis) !important;
|
|
3156
|
+
}
|
|
3157
|
+
|
|
3158
|
+
.text-danger-emphasis {
|
|
3159
|
+
color: var(--bs-danger-text-emphasis) !important;
|
|
3160
|
+
}
|
|
3161
|
+
|
|
3162
|
+
.text-light-emphasis {
|
|
3163
|
+
color: var(--bs-light-text-emphasis) !important;
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3166
|
+
.text-dark-emphasis {
|
|
3167
|
+
color: var(--bs-dark-text-emphasis) !important;
|
|
3168
|
+
}
|
|
3169
|
+
|
|
3170
|
+
.link-opacity-10 {
|
|
3171
|
+
--bs-link-opacity: 0.1;
|
|
3172
|
+
}
|
|
3173
|
+
|
|
3174
|
+
.link-opacity-10-hover:hover {
|
|
3175
|
+
--bs-link-opacity: 0.1;
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3178
|
+
.link-opacity-25 {
|
|
3179
|
+
--bs-link-opacity: 0.25;
|
|
3180
|
+
}
|
|
3181
|
+
|
|
3182
|
+
.link-opacity-25-hover:hover {
|
|
3183
|
+
--bs-link-opacity: 0.25;
|
|
3184
|
+
}
|
|
3185
|
+
|
|
3186
|
+
.link-opacity-50 {
|
|
3187
|
+
--bs-link-opacity: 0.5;
|
|
3188
|
+
}
|
|
3189
|
+
|
|
3190
|
+
.link-opacity-50-hover:hover {
|
|
3191
|
+
--bs-link-opacity: 0.5;
|
|
3192
|
+
}
|
|
3193
|
+
|
|
3194
|
+
.link-opacity-75 {
|
|
3195
|
+
--bs-link-opacity: 0.75;
|
|
3196
|
+
}
|
|
3197
|
+
|
|
3198
|
+
.link-opacity-75-hover:hover {
|
|
3199
|
+
--bs-link-opacity: 0.75;
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
.link-opacity-100 {
|
|
3203
|
+
--bs-link-opacity: 1;
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
.link-opacity-100-hover:hover {
|
|
3207
|
+
--bs-link-opacity: 1;
|
|
3208
|
+
}
|
|
3209
|
+
|
|
3210
|
+
.link-offset-1 {
|
|
3211
|
+
text-underline-offset: 0.125em !important;
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3214
|
+
.link-offset-1-hover:hover {
|
|
3215
|
+
text-underline-offset: 0.125em !important;
|
|
3216
|
+
}
|
|
3217
|
+
|
|
3218
|
+
.link-offset-2 {
|
|
3219
|
+
text-underline-offset: 0.25em !important;
|
|
3220
|
+
}
|
|
3221
|
+
|
|
3222
|
+
.link-offset-2-hover:hover {
|
|
3223
|
+
text-underline-offset: 0.25em !important;
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3226
|
+
.link-offset-3 {
|
|
3227
|
+
text-underline-offset: 0.375em !important;
|
|
3228
|
+
}
|
|
3229
|
+
|
|
3230
|
+
.link-offset-3-hover:hover {
|
|
3231
|
+
text-underline-offset: 0.375em !important;
|
|
3232
|
+
}
|
|
3233
|
+
|
|
3234
|
+
.link-underline-primary {
|
|
3235
|
+
--bs-link-underline-opacity: 1;
|
|
3236
|
+
text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
.link-underline-secondary {
|
|
3240
|
+
--bs-link-underline-opacity: 1;
|
|
3241
|
+
text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3242
|
+
}
|
|
3243
|
+
|
|
3244
|
+
.link-underline-light {
|
|
3245
|
+
--bs-link-underline-opacity: 1;
|
|
3246
|
+
text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
.link-underline-dark {
|
|
3250
|
+
--bs-link-underline-opacity: 1;
|
|
3251
|
+
text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3252
|
+
}
|
|
3253
|
+
|
|
3254
|
+
.link-underline-success {
|
|
3255
|
+
--bs-link-underline-opacity: 1;
|
|
3256
|
+
text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
.link-underline-info {
|
|
3260
|
+
--bs-link-underline-opacity: 1;
|
|
3261
|
+
text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3262
|
+
}
|
|
3263
|
+
|
|
3264
|
+
.link-underline-warning {
|
|
3265
|
+
--bs-link-underline-opacity: 1;
|
|
3266
|
+
text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3269
|
+
.link-underline-danger {
|
|
3270
|
+
--bs-link-underline-opacity: 1;
|
|
3271
|
+
text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
.link-underline {
|
|
3275
|
+
--bs-link-underline-opacity: 1;
|
|
3276
|
+
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
.link-underline-opacity-0 {
|
|
3280
|
+
--bs-link-underline-opacity: 0;
|
|
3281
|
+
}
|
|
3282
|
+
|
|
3283
|
+
.link-underline-opacity-0-hover:hover {
|
|
3284
|
+
--bs-link-underline-opacity: 0;
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3287
|
+
.link-underline-opacity-10 {
|
|
3288
|
+
--bs-link-underline-opacity: 0.1;
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
|
+
.link-underline-opacity-10-hover:hover {
|
|
3292
|
+
--bs-link-underline-opacity: 0.1;
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
|
+
.link-underline-opacity-25 {
|
|
3296
|
+
--bs-link-underline-opacity: 0.25;
|
|
3297
|
+
}
|
|
3298
|
+
|
|
3299
|
+
.link-underline-opacity-25-hover:hover {
|
|
3300
|
+
--bs-link-underline-opacity: 0.25;
|
|
3301
|
+
}
|
|
3302
|
+
|
|
3303
|
+
.link-underline-opacity-50 {
|
|
3304
|
+
--bs-link-underline-opacity: 0.5;
|
|
3305
|
+
}
|
|
3306
|
+
|
|
3307
|
+
.link-underline-opacity-50-hover:hover {
|
|
3308
|
+
--bs-link-underline-opacity: 0.5;
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3311
|
+
.link-underline-opacity-75 {
|
|
3312
|
+
--bs-link-underline-opacity: 0.75;
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3315
|
+
.link-underline-opacity-75-hover:hover {
|
|
3316
|
+
--bs-link-underline-opacity: 0.75;
|
|
3317
|
+
}
|
|
3318
|
+
|
|
3319
|
+
.link-underline-opacity-100 {
|
|
3320
|
+
--bs-link-underline-opacity: 1;
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
.link-underline-opacity-100-hover:hover {
|
|
3324
|
+
--bs-link-underline-opacity: 1;
|
|
3325
|
+
}
|
|
3326
|
+
|
|
2742
3327
|
.bg-opacity-10 {
|
|
2743
3328
|
--bs-bg-opacity: 0.1;
|
|
2744
3329
|
}
|
|
@@ -2759,6 +3344,38 @@ code {
|
|
|
2759
3344
|
--bs-bg-opacity: 1;
|
|
2760
3345
|
}
|
|
2761
3346
|
|
|
3347
|
+
.bg-primary-subtle {
|
|
3348
|
+
background-color: var(--bs-primary-bg-subtle) !important;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
.bg-secondary-subtle {
|
|
3352
|
+
background-color: var(--bs-secondary-bg-subtle) !important;
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
.bg-success-subtle {
|
|
3356
|
+
background-color: var(--bs-success-bg-subtle) !important;
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
.bg-info-subtle {
|
|
3360
|
+
background-color: var(--bs-info-bg-subtle) !important;
|
|
3361
|
+
}
|
|
3362
|
+
|
|
3363
|
+
.bg-warning-subtle {
|
|
3364
|
+
background-color: var(--bs-warning-bg-subtle) !important;
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3367
|
+
.bg-danger-subtle {
|
|
3368
|
+
background-color: var(--bs-danger-bg-subtle) !important;
|
|
3369
|
+
}
|
|
3370
|
+
|
|
3371
|
+
.bg-light-subtle {
|
|
3372
|
+
background-color: var(--bs-light-bg-subtle) !important;
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3375
|
+
.bg-dark-subtle {
|
|
3376
|
+
background-color: var(--bs-dark-bg-subtle) !important;
|
|
3377
|
+
}
|
|
3378
|
+
|
|
2762
3379
|
.bg-gradient {
|
|
2763
3380
|
background-image: var(--bs-gradient) !important;
|
|
2764
3381
|
}
|
|
@@ -2808,7 +3425,7 @@ code {
|
|
|
2808
3425
|
}
|
|
2809
3426
|
|
|
2810
3427
|
.rounded-5 {
|
|
2811
|
-
border-radius: var(--bs-border-radius-
|
|
3428
|
+
border-radius: var(--bs-border-radius-xxl) !important;
|
|
2812
3429
|
}
|
|
2813
3430
|
|
|
2814
3431
|
.rounded-circle {
|
|
@@ -2824,21 +3441,181 @@ code {
|
|
|
2824
3441
|
border-top-right-radius: var(--bs-border-radius) !important;
|
|
2825
3442
|
}
|
|
2826
3443
|
|
|
3444
|
+
.rounded-top-0 {
|
|
3445
|
+
border-top-left-radius: 0 !important;
|
|
3446
|
+
border-top-right-radius: 0 !important;
|
|
3447
|
+
}
|
|
3448
|
+
|
|
3449
|
+
.rounded-top-1 {
|
|
3450
|
+
border-top-left-radius: var(--bs-border-radius-sm) !important;
|
|
3451
|
+
border-top-right-radius: var(--bs-border-radius-sm) !important;
|
|
3452
|
+
}
|
|
3453
|
+
|
|
3454
|
+
.rounded-top-2 {
|
|
3455
|
+
border-top-left-radius: var(--bs-border-radius) !important;
|
|
3456
|
+
border-top-right-radius: var(--bs-border-radius) !important;
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3459
|
+
.rounded-top-3 {
|
|
3460
|
+
border-top-left-radius: var(--bs-border-radius-lg) !important;
|
|
3461
|
+
border-top-right-radius: var(--bs-border-radius-lg) !important;
|
|
3462
|
+
}
|
|
3463
|
+
|
|
3464
|
+
.rounded-top-4 {
|
|
3465
|
+
border-top-left-radius: var(--bs-border-radius-xl) !important;
|
|
3466
|
+
border-top-right-radius: var(--bs-border-radius-xl) !important;
|
|
3467
|
+
}
|
|
3468
|
+
|
|
3469
|
+
.rounded-top-5 {
|
|
3470
|
+
border-top-left-radius: var(--bs-border-radius-xxl) !important;
|
|
3471
|
+
border-top-right-radius: var(--bs-border-radius-xxl) !important;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
.rounded-top-circle {
|
|
3475
|
+
border-top-left-radius: 50% !important;
|
|
3476
|
+
border-top-right-radius: 50% !important;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.rounded-top-pill {
|
|
3480
|
+
border-top-left-radius: var(--bs-border-radius-pill) !important;
|
|
3481
|
+
border-top-right-radius: var(--bs-border-radius-pill) !important;
|
|
3482
|
+
}
|
|
3483
|
+
|
|
2827
3484
|
.rounded-end {
|
|
2828
3485
|
border-top-right-radius: var(--bs-border-radius) !important;
|
|
2829
3486
|
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
2830
3487
|
}
|
|
2831
3488
|
|
|
3489
|
+
.rounded-end-0 {
|
|
3490
|
+
border-top-right-radius: 0 !important;
|
|
3491
|
+
border-bottom-right-radius: 0 !important;
|
|
3492
|
+
}
|
|
3493
|
+
|
|
3494
|
+
.rounded-end-1 {
|
|
3495
|
+
border-top-right-radius: var(--bs-border-radius-sm) !important;
|
|
3496
|
+
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
|
|
3497
|
+
}
|
|
3498
|
+
|
|
3499
|
+
.rounded-end-2 {
|
|
3500
|
+
border-top-right-radius: var(--bs-border-radius) !important;
|
|
3501
|
+
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3504
|
+
.rounded-end-3 {
|
|
3505
|
+
border-top-right-radius: var(--bs-border-radius-lg) !important;
|
|
3506
|
+
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
|
|
3507
|
+
}
|
|
3508
|
+
|
|
3509
|
+
.rounded-end-4 {
|
|
3510
|
+
border-top-right-radius: var(--bs-border-radius-xl) !important;
|
|
3511
|
+
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
|
|
3512
|
+
}
|
|
3513
|
+
|
|
3514
|
+
.rounded-end-5 {
|
|
3515
|
+
border-top-right-radius: var(--bs-border-radius-xxl) !important;
|
|
3516
|
+
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3519
|
+
.rounded-end-circle {
|
|
3520
|
+
border-top-right-radius: 50% !important;
|
|
3521
|
+
border-bottom-right-radius: 50% !important;
|
|
3522
|
+
}
|
|
3523
|
+
|
|
3524
|
+
.rounded-end-pill {
|
|
3525
|
+
border-top-right-radius: var(--bs-border-radius-pill) !important;
|
|
3526
|
+
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
|
|
3527
|
+
}
|
|
3528
|
+
|
|
2832
3529
|
.rounded-bottom {
|
|
2833
3530
|
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
2834
3531
|
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
2835
3532
|
}
|
|
2836
3533
|
|
|
3534
|
+
.rounded-bottom-0 {
|
|
3535
|
+
border-bottom-right-radius: 0 !important;
|
|
3536
|
+
border-bottom-left-radius: 0 !important;
|
|
3537
|
+
}
|
|
3538
|
+
|
|
3539
|
+
.rounded-bottom-1 {
|
|
3540
|
+
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
|
|
3541
|
+
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3544
|
+
.rounded-bottom-2 {
|
|
3545
|
+
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
3546
|
+
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
.rounded-bottom-3 {
|
|
3550
|
+
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
|
|
3551
|
+
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
|
|
3552
|
+
}
|
|
3553
|
+
|
|
3554
|
+
.rounded-bottom-4 {
|
|
3555
|
+
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
|
|
3556
|
+
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
|
|
3557
|
+
}
|
|
3558
|
+
|
|
3559
|
+
.rounded-bottom-5 {
|
|
3560
|
+
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
|
|
3561
|
+
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
|
|
3562
|
+
}
|
|
3563
|
+
|
|
3564
|
+
.rounded-bottom-circle {
|
|
3565
|
+
border-bottom-right-radius: 50% !important;
|
|
3566
|
+
border-bottom-left-radius: 50% !important;
|
|
3567
|
+
}
|
|
3568
|
+
|
|
3569
|
+
.rounded-bottom-pill {
|
|
3570
|
+
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
|
|
3571
|
+
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
|
|
3572
|
+
}
|
|
3573
|
+
|
|
2837
3574
|
.rounded-start {
|
|
2838
3575
|
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
2839
3576
|
border-top-left-radius: var(--bs-border-radius) !important;
|
|
2840
3577
|
}
|
|
2841
3578
|
|
|
3579
|
+
.rounded-start-0 {
|
|
3580
|
+
border-bottom-left-radius: 0 !important;
|
|
3581
|
+
border-top-left-radius: 0 !important;
|
|
3582
|
+
}
|
|
3583
|
+
|
|
3584
|
+
.rounded-start-1 {
|
|
3585
|
+
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
|
|
3586
|
+
border-top-left-radius: var(--bs-border-radius-sm) !important;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
.rounded-start-2 {
|
|
3590
|
+
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
3591
|
+
border-top-left-radius: var(--bs-border-radius) !important;
|
|
3592
|
+
}
|
|
3593
|
+
|
|
3594
|
+
.rounded-start-3 {
|
|
3595
|
+
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
|
|
3596
|
+
border-top-left-radius: var(--bs-border-radius-lg) !important;
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3599
|
+
.rounded-start-4 {
|
|
3600
|
+
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
|
|
3601
|
+
border-top-left-radius: var(--bs-border-radius-xl) !important;
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3604
|
+
.rounded-start-5 {
|
|
3605
|
+
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
|
|
3606
|
+
border-top-left-radius: var(--bs-border-radius-xxl) !important;
|
|
3607
|
+
}
|
|
3608
|
+
|
|
3609
|
+
.rounded-start-circle {
|
|
3610
|
+
border-bottom-left-radius: 50% !important;
|
|
3611
|
+
border-top-left-radius: 50% !important;
|
|
3612
|
+
}
|
|
3613
|
+
|
|
3614
|
+
.rounded-start-pill {
|
|
3615
|
+
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
|
|
3616
|
+
border-top-left-radius: var(--bs-border-radius-pill) !important;
|
|
3617
|
+
}
|
|
3618
|
+
|
|
2842
3619
|
.visible {
|
|
2843
3620
|
visibility: visible !important;
|
|
2844
3621
|
}
|
|
@@ -2847,6 +3624,26 @@ code {
|
|
|
2847
3624
|
visibility: hidden !important;
|
|
2848
3625
|
}
|
|
2849
3626
|
|
|
3627
|
+
.z-n1 {
|
|
3628
|
+
z-index: -1 !important;
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
.z-0 {
|
|
3632
|
+
z-index: 0 !important;
|
|
3633
|
+
}
|
|
3634
|
+
|
|
3635
|
+
.z-1 {
|
|
3636
|
+
z-index: 1 !important;
|
|
3637
|
+
}
|
|
3638
|
+
|
|
3639
|
+
.z-2 {
|
|
3640
|
+
z-index: 2 !important;
|
|
3641
|
+
}
|
|
3642
|
+
|
|
3643
|
+
.z-3 {
|
|
3644
|
+
z-index: 3 !important;
|
|
3645
|
+
}
|
|
3646
|
+
|
|
2850
3647
|
@media (min-width: 400px) {
|
|
2851
3648
|
.float-sm-start {
|
|
2852
3649
|
float: left !important;
|
|
@@ -2857,6 +3654,21 @@ code {
|
|
|
2857
3654
|
.float-sm-none {
|
|
2858
3655
|
float: none !important;
|
|
2859
3656
|
}
|
|
3657
|
+
.object-fit-sm-contain {
|
|
3658
|
+
object-fit: contain !important;
|
|
3659
|
+
}
|
|
3660
|
+
.object-fit-sm-cover {
|
|
3661
|
+
object-fit: cover !important;
|
|
3662
|
+
}
|
|
3663
|
+
.object-fit-sm-fill {
|
|
3664
|
+
object-fit: fill !important;
|
|
3665
|
+
}
|
|
3666
|
+
.object-fit-sm-scale {
|
|
3667
|
+
object-fit: scale-down !important;
|
|
3668
|
+
}
|
|
3669
|
+
.object-fit-sm-none {
|
|
3670
|
+
object-fit: none !important;
|
|
3671
|
+
}
|
|
2860
3672
|
.d-sm-inline {
|
|
2861
3673
|
display: inline !important;
|
|
2862
3674
|
}
|
|
@@ -2869,6 +3681,9 @@ code {
|
|
|
2869
3681
|
.d-sm-grid {
|
|
2870
3682
|
display: grid !important;
|
|
2871
3683
|
}
|
|
3684
|
+
.d-sm-inline-grid {
|
|
3685
|
+
display: inline-grid !important;
|
|
3686
|
+
}
|
|
2872
3687
|
.d-sm-table {
|
|
2873
3688
|
display: table !important;
|
|
2874
3689
|
}
|
|
@@ -3333,6 +4148,42 @@ code {
|
|
|
3333
4148
|
.gap-sm-5 {
|
|
3334
4149
|
gap: 3rem !important;
|
|
3335
4150
|
}
|
|
4151
|
+
.row-gap-sm-0 {
|
|
4152
|
+
row-gap: 0 !important;
|
|
4153
|
+
}
|
|
4154
|
+
.row-gap-sm-1 {
|
|
4155
|
+
row-gap: 0.25rem !important;
|
|
4156
|
+
}
|
|
4157
|
+
.row-gap-sm-2 {
|
|
4158
|
+
row-gap: 0.5rem !important;
|
|
4159
|
+
}
|
|
4160
|
+
.row-gap-sm-3 {
|
|
4161
|
+
row-gap: 1rem !important;
|
|
4162
|
+
}
|
|
4163
|
+
.row-gap-sm-4 {
|
|
4164
|
+
row-gap: 1.5rem !important;
|
|
4165
|
+
}
|
|
4166
|
+
.row-gap-sm-5 {
|
|
4167
|
+
row-gap: 3rem !important;
|
|
4168
|
+
}
|
|
4169
|
+
.column-gap-sm-0 {
|
|
4170
|
+
column-gap: 0 !important;
|
|
4171
|
+
}
|
|
4172
|
+
.column-gap-sm-1 {
|
|
4173
|
+
column-gap: 0.25rem !important;
|
|
4174
|
+
}
|
|
4175
|
+
.column-gap-sm-2 {
|
|
4176
|
+
column-gap: 0.5rem !important;
|
|
4177
|
+
}
|
|
4178
|
+
.column-gap-sm-3 {
|
|
4179
|
+
column-gap: 1rem !important;
|
|
4180
|
+
}
|
|
4181
|
+
.column-gap-sm-4 {
|
|
4182
|
+
column-gap: 1.5rem !important;
|
|
4183
|
+
}
|
|
4184
|
+
.column-gap-sm-5 {
|
|
4185
|
+
column-gap: 3rem !important;
|
|
4186
|
+
}
|
|
3336
4187
|
.text-sm-start {
|
|
3337
4188
|
text-align: left !important;
|
|
3338
4189
|
}
|
|
@@ -3353,6 +4204,21 @@ code {
|
|
|
3353
4204
|
.float-rg-none {
|
|
3354
4205
|
float: none !important;
|
|
3355
4206
|
}
|
|
4207
|
+
.object-fit-rg-contain {
|
|
4208
|
+
object-fit: contain !important;
|
|
4209
|
+
}
|
|
4210
|
+
.object-fit-rg-cover {
|
|
4211
|
+
object-fit: cover !important;
|
|
4212
|
+
}
|
|
4213
|
+
.object-fit-rg-fill {
|
|
4214
|
+
object-fit: fill !important;
|
|
4215
|
+
}
|
|
4216
|
+
.object-fit-rg-scale {
|
|
4217
|
+
object-fit: scale-down !important;
|
|
4218
|
+
}
|
|
4219
|
+
.object-fit-rg-none {
|
|
4220
|
+
object-fit: none !important;
|
|
4221
|
+
}
|
|
3356
4222
|
.d-rg-inline {
|
|
3357
4223
|
display: inline !important;
|
|
3358
4224
|
}
|
|
@@ -3365,6 +4231,9 @@ code {
|
|
|
3365
4231
|
.d-rg-grid {
|
|
3366
4232
|
display: grid !important;
|
|
3367
4233
|
}
|
|
4234
|
+
.d-rg-inline-grid {
|
|
4235
|
+
display: inline-grid !important;
|
|
4236
|
+
}
|
|
3368
4237
|
.d-rg-table {
|
|
3369
4238
|
display: table !important;
|
|
3370
4239
|
}
|
|
@@ -3829,6 +4698,42 @@ code {
|
|
|
3829
4698
|
.gap-rg-5 {
|
|
3830
4699
|
gap: 3rem !important;
|
|
3831
4700
|
}
|
|
4701
|
+
.row-gap-rg-0 {
|
|
4702
|
+
row-gap: 0 !important;
|
|
4703
|
+
}
|
|
4704
|
+
.row-gap-rg-1 {
|
|
4705
|
+
row-gap: 0.25rem !important;
|
|
4706
|
+
}
|
|
4707
|
+
.row-gap-rg-2 {
|
|
4708
|
+
row-gap: 0.5rem !important;
|
|
4709
|
+
}
|
|
4710
|
+
.row-gap-rg-3 {
|
|
4711
|
+
row-gap: 1rem !important;
|
|
4712
|
+
}
|
|
4713
|
+
.row-gap-rg-4 {
|
|
4714
|
+
row-gap: 1.5rem !important;
|
|
4715
|
+
}
|
|
4716
|
+
.row-gap-rg-5 {
|
|
4717
|
+
row-gap: 3rem !important;
|
|
4718
|
+
}
|
|
4719
|
+
.column-gap-rg-0 {
|
|
4720
|
+
column-gap: 0 !important;
|
|
4721
|
+
}
|
|
4722
|
+
.column-gap-rg-1 {
|
|
4723
|
+
column-gap: 0.25rem !important;
|
|
4724
|
+
}
|
|
4725
|
+
.column-gap-rg-2 {
|
|
4726
|
+
column-gap: 0.5rem !important;
|
|
4727
|
+
}
|
|
4728
|
+
.column-gap-rg-3 {
|
|
4729
|
+
column-gap: 1rem !important;
|
|
4730
|
+
}
|
|
4731
|
+
.column-gap-rg-4 {
|
|
4732
|
+
column-gap: 1.5rem !important;
|
|
4733
|
+
}
|
|
4734
|
+
.column-gap-rg-5 {
|
|
4735
|
+
column-gap: 3rem !important;
|
|
4736
|
+
}
|
|
3832
4737
|
.text-rg-start {
|
|
3833
4738
|
text-align: left !important;
|
|
3834
4739
|
}
|
|
@@ -3849,6 +4754,21 @@ code {
|
|
|
3849
4754
|
.float-md-none {
|
|
3850
4755
|
float: none !important;
|
|
3851
4756
|
}
|
|
4757
|
+
.object-fit-md-contain {
|
|
4758
|
+
object-fit: contain !important;
|
|
4759
|
+
}
|
|
4760
|
+
.object-fit-md-cover {
|
|
4761
|
+
object-fit: cover !important;
|
|
4762
|
+
}
|
|
4763
|
+
.object-fit-md-fill {
|
|
4764
|
+
object-fit: fill !important;
|
|
4765
|
+
}
|
|
4766
|
+
.object-fit-md-scale {
|
|
4767
|
+
object-fit: scale-down !important;
|
|
4768
|
+
}
|
|
4769
|
+
.object-fit-md-none {
|
|
4770
|
+
object-fit: none !important;
|
|
4771
|
+
}
|
|
3852
4772
|
.d-md-inline {
|
|
3853
4773
|
display: inline !important;
|
|
3854
4774
|
}
|
|
@@ -3861,6 +4781,9 @@ code {
|
|
|
3861
4781
|
.d-md-grid {
|
|
3862
4782
|
display: grid !important;
|
|
3863
4783
|
}
|
|
4784
|
+
.d-md-inline-grid {
|
|
4785
|
+
display: inline-grid !important;
|
|
4786
|
+
}
|
|
3864
4787
|
.d-md-table {
|
|
3865
4788
|
display: table !important;
|
|
3866
4789
|
}
|
|
@@ -4325,6 +5248,42 @@ code {
|
|
|
4325
5248
|
.gap-md-5 {
|
|
4326
5249
|
gap: 3rem !important;
|
|
4327
5250
|
}
|
|
5251
|
+
.row-gap-md-0 {
|
|
5252
|
+
row-gap: 0 !important;
|
|
5253
|
+
}
|
|
5254
|
+
.row-gap-md-1 {
|
|
5255
|
+
row-gap: 0.25rem !important;
|
|
5256
|
+
}
|
|
5257
|
+
.row-gap-md-2 {
|
|
5258
|
+
row-gap: 0.5rem !important;
|
|
5259
|
+
}
|
|
5260
|
+
.row-gap-md-3 {
|
|
5261
|
+
row-gap: 1rem !important;
|
|
5262
|
+
}
|
|
5263
|
+
.row-gap-md-4 {
|
|
5264
|
+
row-gap: 1.5rem !important;
|
|
5265
|
+
}
|
|
5266
|
+
.row-gap-md-5 {
|
|
5267
|
+
row-gap: 3rem !important;
|
|
5268
|
+
}
|
|
5269
|
+
.column-gap-md-0 {
|
|
5270
|
+
column-gap: 0 !important;
|
|
5271
|
+
}
|
|
5272
|
+
.column-gap-md-1 {
|
|
5273
|
+
column-gap: 0.25rem !important;
|
|
5274
|
+
}
|
|
5275
|
+
.column-gap-md-2 {
|
|
5276
|
+
column-gap: 0.5rem !important;
|
|
5277
|
+
}
|
|
5278
|
+
.column-gap-md-3 {
|
|
5279
|
+
column-gap: 1rem !important;
|
|
5280
|
+
}
|
|
5281
|
+
.column-gap-md-4 {
|
|
5282
|
+
column-gap: 1.5rem !important;
|
|
5283
|
+
}
|
|
5284
|
+
.column-gap-md-5 {
|
|
5285
|
+
column-gap: 3rem !important;
|
|
5286
|
+
}
|
|
4328
5287
|
.text-md-start {
|
|
4329
5288
|
text-align: left !important;
|
|
4330
5289
|
}
|
|
@@ -4345,6 +5304,21 @@ code {
|
|
|
4345
5304
|
.float-lg-none {
|
|
4346
5305
|
float: none !important;
|
|
4347
5306
|
}
|
|
5307
|
+
.object-fit-lg-contain {
|
|
5308
|
+
object-fit: contain !important;
|
|
5309
|
+
}
|
|
5310
|
+
.object-fit-lg-cover {
|
|
5311
|
+
object-fit: cover !important;
|
|
5312
|
+
}
|
|
5313
|
+
.object-fit-lg-fill {
|
|
5314
|
+
object-fit: fill !important;
|
|
5315
|
+
}
|
|
5316
|
+
.object-fit-lg-scale {
|
|
5317
|
+
object-fit: scale-down !important;
|
|
5318
|
+
}
|
|
5319
|
+
.object-fit-lg-none {
|
|
5320
|
+
object-fit: none !important;
|
|
5321
|
+
}
|
|
4348
5322
|
.d-lg-inline {
|
|
4349
5323
|
display: inline !important;
|
|
4350
5324
|
}
|
|
@@ -4357,6 +5331,9 @@ code {
|
|
|
4357
5331
|
.d-lg-grid {
|
|
4358
5332
|
display: grid !important;
|
|
4359
5333
|
}
|
|
5334
|
+
.d-lg-inline-grid {
|
|
5335
|
+
display: inline-grid !important;
|
|
5336
|
+
}
|
|
4360
5337
|
.d-lg-table {
|
|
4361
5338
|
display: table !important;
|
|
4362
5339
|
}
|
|
@@ -4821,6 +5798,42 @@ code {
|
|
|
4821
5798
|
.gap-lg-5 {
|
|
4822
5799
|
gap: 3rem !important;
|
|
4823
5800
|
}
|
|
5801
|
+
.row-gap-lg-0 {
|
|
5802
|
+
row-gap: 0 !important;
|
|
5803
|
+
}
|
|
5804
|
+
.row-gap-lg-1 {
|
|
5805
|
+
row-gap: 0.25rem !important;
|
|
5806
|
+
}
|
|
5807
|
+
.row-gap-lg-2 {
|
|
5808
|
+
row-gap: 0.5rem !important;
|
|
5809
|
+
}
|
|
5810
|
+
.row-gap-lg-3 {
|
|
5811
|
+
row-gap: 1rem !important;
|
|
5812
|
+
}
|
|
5813
|
+
.row-gap-lg-4 {
|
|
5814
|
+
row-gap: 1.5rem !important;
|
|
5815
|
+
}
|
|
5816
|
+
.row-gap-lg-5 {
|
|
5817
|
+
row-gap: 3rem !important;
|
|
5818
|
+
}
|
|
5819
|
+
.column-gap-lg-0 {
|
|
5820
|
+
column-gap: 0 !important;
|
|
5821
|
+
}
|
|
5822
|
+
.column-gap-lg-1 {
|
|
5823
|
+
column-gap: 0.25rem !important;
|
|
5824
|
+
}
|
|
5825
|
+
.column-gap-lg-2 {
|
|
5826
|
+
column-gap: 0.5rem !important;
|
|
5827
|
+
}
|
|
5828
|
+
.column-gap-lg-3 {
|
|
5829
|
+
column-gap: 1rem !important;
|
|
5830
|
+
}
|
|
5831
|
+
.column-gap-lg-4 {
|
|
5832
|
+
column-gap: 1.5rem !important;
|
|
5833
|
+
}
|
|
5834
|
+
.column-gap-lg-5 {
|
|
5835
|
+
column-gap: 3rem !important;
|
|
5836
|
+
}
|
|
4824
5837
|
.text-lg-start {
|
|
4825
5838
|
text-align: left !important;
|
|
4826
5839
|
}
|
|
@@ -4841,6 +5854,21 @@ code {
|
|
|
4841
5854
|
.float-xl-none {
|
|
4842
5855
|
float: none !important;
|
|
4843
5856
|
}
|
|
5857
|
+
.object-fit-xl-contain {
|
|
5858
|
+
object-fit: contain !important;
|
|
5859
|
+
}
|
|
5860
|
+
.object-fit-xl-cover {
|
|
5861
|
+
object-fit: cover !important;
|
|
5862
|
+
}
|
|
5863
|
+
.object-fit-xl-fill {
|
|
5864
|
+
object-fit: fill !important;
|
|
5865
|
+
}
|
|
5866
|
+
.object-fit-xl-scale {
|
|
5867
|
+
object-fit: scale-down !important;
|
|
5868
|
+
}
|
|
5869
|
+
.object-fit-xl-none {
|
|
5870
|
+
object-fit: none !important;
|
|
5871
|
+
}
|
|
4844
5872
|
.d-xl-inline {
|
|
4845
5873
|
display: inline !important;
|
|
4846
5874
|
}
|
|
@@ -4853,6 +5881,9 @@ code {
|
|
|
4853
5881
|
.d-xl-grid {
|
|
4854
5882
|
display: grid !important;
|
|
4855
5883
|
}
|
|
5884
|
+
.d-xl-inline-grid {
|
|
5885
|
+
display: inline-grid !important;
|
|
5886
|
+
}
|
|
4856
5887
|
.d-xl-table {
|
|
4857
5888
|
display: table !important;
|
|
4858
5889
|
}
|
|
@@ -5317,6 +6348,42 @@ code {
|
|
|
5317
6348
|
.gap-xl-5 {
|
|
5318
6349
|
gap: 3rem !important;
|
|
5319
6350
|
}
|
|
6351
|
+
.row-gap-xl-0 {
|
|
6352
|
+
row-gap: 0 !important;
|
|
6353
|
+
}
|
|
6354
|
+
.row-gap-xl-1 {
|
|
6355
|
+
row-gap: 0.25rem !important;
|
|
6356
|
+
}
|
|
6357
|
+
.row-gap-xl-2 {
|
|
6358
|
+
row-gap: 0.5rem !important;
|
|
6359
|
+
}
|
|
6360
|
+
.row-gap-xl-3 {
|
|
6361
|
+
row-gap: 1rem !important;
|
|
6362
|
+
}
|
|
6363
|
+
.row-gap-xl-4 {
|
|
6364
|
+
row-gap: 1.5rem !important;
|
|
6365
|
+
}
|
|
6366
|
+
.row-gap-xl-5 {
|
|
6367
|
+
row-gap: 3rem !important;
|
|
6368
|
+
}
|
|
6369
|
+
.column-gap-xl-0 {
|
|
6370
|
+
column-gap: 0 !important;
|
|
6371
|
+
}
|
|
6372
|
+
.column-gap-xl-1 {
|
|
6373
|
+
column-gap: 0.25rem !important;
|
|
6374
|
+
}
|
|
6375
|
+
.column-gap-xl-2 {
|
|
6376
|
+
column-gap: 0.5rem !important;
|
|
6377
|
+
}
|
|
6378
|
+
.column-gap-xl-3 {
|
|
6379
|
+
column-gap: 1rem !important;
|
|
6380
|
+
}
|
|
6381
|
+
.column-gap-xl-4 {
|
|
6382
|
+
column-gap: 1.5rem !important;
|
|
6383
|
+
}
|
|
6384
|
+
.column-gap-xl-5 {
|
|
6385
|
+
column-gap: 3rem !important;
|
|
6386
|
+
}
|
|
5320
6387
|
.text-xl-start {
|
|
5321
6388
|
text-align: left !important;
|
|
5322
6389
|
}
|
|
@@ -5337,6 +6404,21 @@ code {
|
|
|
5337
6404
|
.float-xxl-none {
|
|
5338
6405
|
float: none !important;
|
|
5339
6406
|
}
|
|
6407
|
+
.object-fit-xxl-contain {
|
|
6408
|
+
object-fit: contain !important;
|
|
6409
|
+
}
|
|
6410
|
+
.object-fit-xxl-cover {
|
|
6411
|
+
object-fit: cover !important;
|
|
6412
|
+
}
|
|
6413
|
+
.object-fit-xxl-fill {
|
|
6414
|
+
object-fit: fill !important;
|
|
6415
|
+
}
|
|
6416
|
+
.object-fit-xxl-scale {
|
|
6417
|
+
object-fit: scale-down !important;
|
|
6418
|
+
}
|
|
6419
|
+
.object-fit-xxl-none {
|
|
6420
|
+
object-fit: none !important;
|
|
6421
|
+
}
|
|
5340
6422
|
.d-xxl-inline {
|
|
5341
6423
|
display: inline !important;
|
|
5342
6424
|
}
|
|
@@ -5349,6 +6431,9 @@ code {
|
|
|
5349
6431
|
.d-xxl-grid {
|
|
5350
6432
|
display: grid !important;
|
|
5351
6433
|
}
|
|
6434
|
+
.d-xxl-inline-grid {
|
|
6435
|
+
display: inline-grid !important;
|
|
6436
|
+
}
|
|
5352
6437
|
.d-xxl-table {
|
|
5353
6438
|
display: table !important;
|
|
5354
6439
|
}
|
|
@@ -5813,6 +6898,42 @@ code {
|
|
|
5813
6898
|
.gap-xxl-5 {
|
|
5814
6899
|
gap: 3rem !important;
|
|
5815
6900
|
}
|
|
6901
|
+
.row-gap-xxl-0 {
|
|
6902
|
+
row-gap: 0 !important;
|
|
6903
|
+
}
|
|
6904
|
+
.row-gap-xxl-1 {
|
|
6905
|
+
row-gap: 0.25rem !important;
|
|
6906
|
+
}
|
|
6907
|
+
.row-gap-xxl-2 {
|
|
6908
|
+
row-gap: 0.5rem !important;
|
|
6909
|
+
}
|
|
6910
|
+
.row-gap-xxl-3 {
|
|
6911
|
+
row-gap: 1rem !important;
|
|
6912
|
+
}
|
|
6913
|
+
.row-gap-xxl-4 {
|
|
6914
|
+
row-gap: 1.5rem !important;
|
|
6915
|
+
}
|
|
6916
|
+
.row-gap-xxl-5 {
|
|
6917
|
+
row-gap: 3rem !important;
|
|
6918
|
+
}
|
|
6919
|
+
.column-gap-xxl-0 {
|
|
6920
|
+
column-gap: 0 !important;
|
|
6921
|
+
}
|
|
6922
|
+
.column-gap-xxl-1 {
|
|
6923
|
+
column-gap: 0.25rem !important;
|
|
6924
|
+
}
|
|
6925
|
+
.column-gap-xxl-2 {
|
|
6926
|
+
column-gap: 0.5rem !important;
|
|
6927
|
+
}
|
|
6928
|
+
.column-gap-xxl-3 {
|
|
6929
|
+
column-gap: 1rem !important;
|
|
6930
|
+
}
|
|
6931
|
+
.column-gap-xxl-4 {
|
|
6932
|
+
column-gap: 1.5rem !important;
|
|
6933
|
+
}
|
|
6934
|
+
.column-gap-xxl-5 {
|
|
6935
|
+
column-gap: 3rem !important;
|
|
6936
|
+
}
|
|
5816
6937
|
.text-xxl-start {
|
|
5817
6938
|
text-align: left !important;
|
|
5818
6939
|
}
|
|
@@ -5856,6 +6977,9 @@ code {
|
|
|
5856
6977
|
.d-print-grid {
|
|
5857
6978
|
display: grid !important;
|
|
5858
6979
|
}
|
|
6980
|
+
.d-print-inline-grid {
|
|
6981
|
+
display: inline-grid !important;
|
|
6982
|
+
}
|
|
5859
6983
|
.d-print-table {
|
|
5860
6984
|
display: table !important;
|
|
5861
6985
|
}
|
|
@@ -12917,6 +14041,16 @@ a:focus, a:hover {
|
|
|
12917
14041
|
gap: 2rem !important;
|
|
12918
14042
|
}
|
|
12919
14043
|
}
|
|
14044
|
+
:root {
|
|
14045
|
+
--bs-breakpoint-xs: 0;
|
|
14046
|
+
--bs-breakpoint-sm: 400px;
|
|
14047
|
+
--bs-breakpoint-rg: 600px;
|
|
14048
|
+
--bs-breakpoint-md: 780px;
|
|
14049
|
+
--bs-breakpoint-lg: 1024px;
|
|
14050
|
+
--bs-breakpoint-xl: 1280px;
|
|
14051
|
+
--bs-breakpoint-xxl: 1441px;
|
|
14052
|
+
}
|
|
14053
|
+
|
|
12920
14054
|
.row {
|
|
12921
14055
|
--bs-gutter-x: 30px;
|
|
12922
14056
|
--bs-gutter-y: 0;
|
|
@@ -14365,8 +15499,8 @@ a:focus, a:hover {
|
|
|
14365
15499
|
}
|
|
14366
15500
|
|
|
14367
15501
|
.accordion {
|
|
14368
|
-
--bs-accordion-color:
|
|
14369
|
-
--bs-accordion-bg:
|
|
15502
|
+
--bs-accordion-color: var(--bs-body-color);
|
|
15503
|
+
--bs-accordion-bg: var(--bs-body-bg);
|
|
14370
15504
|
--bs-accordion-transition: opacity 250ms, border-color 250ms, background-color 250ms, color 250ms, border-radius 0.15s ease;
|
|
14371
15505
|
--bs-accordion-border-color: hsl(0, 0%, 90%);
|
|
14372
15506
|
--bs-accordion-border-width: 2px;
|
|
@@ -14376,11 +15510,11 @@ a:focus, a:hover {
|
|
|
14376
15510
|
--bs-accordion-btn-padding-y: 1rem;
|
|
14377
15511
|
--bs-accordion-btn-color: #000;
|
|
14378
15512
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
14379
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg
|
|
15513
|
+
--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
15514
|
--bs-accordion-btn-icon-width: 1.5rem;
|
|
14381
15515
|
--bs-accordion-btn-icon-transform: rotate(180deg);
|
|
14382
15516
|
--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
|
|
15517
|
+
--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
15518
|
--bs-accordion-btn-focus-border-color: #000;
|
|
14385
15519
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.125rem rgba(51, 51, 51, 0.25);
|
|
14386
15520
|
--bs-accordion-body-padding-x: 1rem;
|
|
@@ -14499,6 +15633,11 @@ a:focus, a:hover {
|
|
|
14499
15633
|
border-radius: 0;
|
|
14500
15634
|
}
|
|
14501
15635
|
|
|
15636
|
+
[data-bs-theme=dark] .accordion-button::after {
|
|
15637
|
+
--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");
|
|
15638
|
+
--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");
|
|
15639
|
+
}
|
|
15640
|
+
|
|
14502
15641
|
.accordion-item {
|
|
14503
15642
|
border-right: 0;
|
|
14504
15643
|
border-left: 0;
|
|
@@ -14536,10 +15675,10 @@ a:focus, a:hover {
|
|
|
14536
15675
|
opacity: 1 !important;
|
|
14537
15676
|
}
|
|
14538
15677
|
.accordion-button::after {
|
|
14539
|
-
background-image: url("data:image/svg+xml,%3Csvg
|
|
15678
|
+
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
15679
|
}
|
|
14541
15680
|
.accordion-button:not(.collapsed)::after {
|
|
14542
|
-
background-image: url("data:image/svg+xml,%3Csvg
|
|
15681
|
+
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
15682
|
}
|
|
14544
15683
|
}
|
|
14545
15684
|
|