@openeuropa/bcl-theme-ucpkn 1.8.0 → 1.9.0
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/bcl-builder.config.js +8 -3
- package/css/oe-bcl-ucpkn.css +353 -287
- package/css/oe-bcl-ucpkn.css.map +1 -1
- package/css/oe-bcl-ucpkn.min.css +1 -1
- package/css/oe-bcl-ucpkn.min.css.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.js +0 -5
- package/js/oe-bcl-ucpkn.bundle.js.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.js +0 -3
- package/js/oe-bcl-ucpkn.esm.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.js +0 -5
- package/js/oe-bcl-ucpkn.umd.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js.map +1 -1
- package/js/slim-select-2/slimselect.min.js +1 -1
- package/js/slimselect.min.js +1 -1
- package/package.json +10 -9
- package/templates/bcl-carousel/carousel.html.twig +2 -2
- package/templates/bcl-header/header.html.twig +1 -0
- package/templates/bcl-mega-menu/mega-menu.html.twig +116 -0
package/css/oe-bcl-ucpkn.css
CHANGED
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
--bs-border-radius-2xl: 2rem;
|
|
64
64
|
--bs-border-radius-pill: 50rem;
|
|
65
65
|
--bs-link-color: #221684;
|
|
66
|
-
--bs-link-hover-color:
|
|
66
|
+
--bs-link-hover-color: rgb(27.2, 17.6, 105.6);
|
|
67
67
|
--bs-code-color: #d63384;
|
|
68
|
-
--bs-highlight-bg:
|
|
68
|
+
--bs-highlight-bg: rgb(255, 242.6, 205.4);
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
*,
|
|
@@ -2238,13 +2238,13 @@ progress {
|
|
|
2238
2238
|
|
|
2239
2239
|
.table-primary {
|
|
2240
2240
|
--bs-table-color: #000;
|
|
2241
|
-
--bs-table-bg:
|
|
2242
|
-
--bs-table-border-color:
|
|
2243
|
-
--bs-table-striped-bg:
|
|
2241
|
+
--bs-table-bg: rgb(210.8, 208.4, 230.4);
|
|
2242
|
+
--bs-table-border-color: rgb(189.72, 187.56, 207.36);
|
|
2243
|
+
--bs-table-striped-bg: rgb(200.26, 197.98, 218.88);
|
|
2244
2244
|
--bs-table-striped-color: #000;
|
|
2245
|
-
--bs-table-active-bg:
|
|
2245
|
+
--bs-table-active-bg: rgb(189.72, 187.56, 207.36);
|
|
2246
2246
|
--bs-table-active-color: #000;
|
|
2247
|
-
--bs-table-hover-bg:
|
|
2247
|
+
--bs-table-hover-bg: rgb(189.72, 187.56, 207.36);
|
|
2248
2248
|
--bs-table-hover-color: #000;
|
|
2249
2249
|
color: var(--bs-table-color);
|
|
2250
2250
|
border-color: var(--bs-table-border-color);
|
|
@@ -2252,13 +2252,13 @@ progress {
|
|
|
2252
2252
|
|
|
2253
2253
|
.table-secondary {
|
|
2254
2254
|
--bs-table-color: #000;
|
|
2255
|
-
--bs-table-bg:
|
|
2256
|
-
--bs-table-border-color:
|
|
2257
|
-
--bs-table-striped-bg:
|
|
2255
|
+
--bs-table-bg: rgb(252.4, 221.8, 211.2);
|
|
2256
|
+
--bs-table-border-color: rgb(227.16, 199.62, 190.08);
|
|
2257
|
+
--bs-table-striped-bg: rgb(239.78, 210.71, 200.64);
|
|
2258
2258
|
--bs-table-striped-color: #000;
|
|
2259
|
-
--bs-table-active-bg:
|
|
2259
|
+
--bs-table-active-bg: rgb(227.16, 199.62, 190.08);
|
|
2260
2260
|
--bs-table-active-color: #000;
|
|
2261
|
-
--bs-table-hover-bg:
|
|
2261
|
+
--bs-table-hover-bg: rgb(227.16, 199.62, 190.08);
|
|
2262
2262
|
--bs-table-hover-color: #000;
|
|
2263
2263
|
color: var(--bs-table-color);
|
|
2264
2264
|
border-color: var(--bs-table-border-color);
|
|
@@ -2266,13 +2266,13 @@ progress {
|
|
|
2266
2266
|
|
|
2267
2267
|
.table-success {
|
|
2268
2268
|
--bs-table-color: #000;
|
|
2269
|
-
--bs-table-bg:
|
|
2270
|
-
--bs-table-border-color:
|
|
2271
|
-
--bs-table-striped-bg:
|
|
2269
|
+
--bs-table-bg: rgb(216, 232.6, 215.2);
|
|
2270
|
+
--bs-table-border-color: rgb(194.4, 209.34, 193.68);
|
|
2271
|
+
--bs-table-striped-bg: rgb(205.2, 220.97, 204.44);
|
|
2272
2272
|
--bs-table-striped-color: #000;
|
|
2273
|
-
--bs-table-active-bg:
|
|
2273
|
+
--bs-table-active-bg: rgb(194.4, 209.34, 193.68);
|
|
2274
2274
|
--bs-table-active-color: #000;
|
|
2275
|
-
--bs-table-hover-bg:
|
|
2275
|
+
--bs-table-hover-bg: rgb(194.4, 209.34, 193.68);
|
|
2276
2276
|
--bs-table-hover-color: #000;
|
|
2277
2277
|
color: var(--bs-table-color);
|
|
2278
2278
|
border-color: var(--bs-table-border-color);
|
|
@@ -2280,13 +2280,13 @@ progress {
|
|
|
2280
2280
|
|
|
2281
2281
|
.table-info {
|
|
2282
2282
|
--bs-table-color: #000;
|
|
2283
|
-
--bs-table-bg:
|
|
2284
|
-
--bs-table-border-color:
|
|
2285
|
-
--bs-table-striped-bg:
|
|
2283
|
+
--bs-table-bg: rgb(212.6, 227.6, 231.6);
|
|
2284
|
+
--bs-table-border-color: rgb(191.34, 204.84, 208.44);
|
|
2285
|
+
--bs-table-striped-bg: rgb(201.97, 216.22, 220.02);
|
|
2286
2286
|
--bs-table-striped-color: #000;
|
|
2287
|
-
--bs-table-active-bg:
|
|
2287
|
+
--bs-table-active-bg: rgb(191.34, 204.84, 208.44);
|
|
2288
2288
|
--bs-table-active-color: #000;
|
|
2289
|
-
--bs-table-hover-bg:
|
|
2289
|
+
--bs-table-hover-bg: rgb(191.34, 204.84, 208.44);
|
|
2290
2290
|
--bs-table-hover-color: #000;
|
|
2291
2291
|
color: var(--bs-table-color);
|
|
2292
2292
|
border-color: var(--bs-table-border-color);
|
|
@@ -2294,13 +2294,13 @@ progress {
|
|
|
2294
2294
|
|
|
2295
2295
|
.table-warning {
|
|
2296
2296
|
--bs-table-color: #000;
|
|
2297
|
-
--bs-table-bg:
|
|
2298
|
-
--bs-table-border-color:
|
|
2299
|
-
--bs-table-striped-bg:
|
|
2297
|
+
--bs-table-bg: rgb(249, 238.2, 204);
|
|
2298
|
+
--bs-table-border-color: rgb(224.1, 214.38, 183.6);
|
|
2299
|
+
--bs-table-striped-bg: rgb(236.55, 226.29, 193.8);
|
|
2300
2300
|
--bs-table-striped-color: #000;
|
|
2301
|
-
--bs-table-active-bg:
|
|
2301
|
+
--bs-table-active-bg: rgb(224.1, 214.38, 183.6);
|
|
2302
2302
|
--bs-table-active-color: #000;
|
|
2303
|
-
--bs-table-hover-bg:
|
|
2303
|
+
--bs-table-hover-bg: rgb(224.1, 214.38, 183.6);
|
|
2304
2304
|
--bs-table-hover-color: #000;
|
|
2305
2305
|
color: var(--bs-table-color);
|
|
2306
2306
|
border-color: var(--bs-table-border-color);
|
|
@@ -2308,13 +2308,13 @@ progress {
|
|
|
2308
2308
|
|
|
2309
2309
|
.table-danger {
|
|
2310
2310
|
--bs-table-color: #000;
|
|
2311
|
-
--bs-table-bg:
|
|
2312
|
-
--bs-table-border-color:
|
|
2313
|
-
--bs-table-striped-bg:
|
|
2311
|
+
--bs-table-bg: rgb(240.8, 212, 212.4);
|
|
2312
|
+
--bs-table-border-color: rgb(216.72, 190.8, 191.16);
|
|
2313
|
+
--bs-table-striped-bg: rgb(228.76, 201.4, 201.78);
|
|
2314
2314
|
--bs-table-striped-color: #000;
|
|
2315
|
-
--bs-table-active-bg:
|
|
2315
|
+
--bs-table-active-bg: rgb(216.72, 190.8, 191.16);
|
|
2316
2316
|
--bs-table-active-color: #000;
|
|
2317
|
-
--bs-table-hover-bg:
|
|
2317
|
+
--bs-table-hover-bg: rgb(216.72, 190.8, 191.16);
|
|
2318
2318
|
--bs-table-hover-color: #000;
|
|
2319
2319
|
color: var(--bs-table-color);
|
|
2320
2320
|
border-color: var(--bs-table-border-color);
|
|
@@ -2337,12 +2337,12 @@ progress {
|
|
|
2337
2337
|
.table-dark {
|
|
2338
2338
|
--bs-table-color: #fff;
|
|
2339
2339
|
--bs-table-bg: #2e3338;
|
|
2340
|
-
--bs-table-border-color:
|
|
2341
|
-
--bs-table-striped-bg:
|
|
2340
|
+
--bs-table-border-color: rgb(66.9, 71.4, 75.9);
|
|
2341
|
+
--bs-table-striped-bg: rgb(56.45, 61.2, 65.95);
|
|
2342
2342
|
--bs-table-striped-color: #fff;
|
|
2343
|
-
--bs-table-active-bg:
|
|
2343
|
+
--bs-table-active-bg: rgb(66.9, 71.4, 75.9);
|
|
2344
2344
|
--bs-table-active-color: #fff;
|
|
2345
|
-
--bs-table-hover-bg:
|
|
2345
|
+
--bs-table-hover-bg: rgb(66.9, 71.4, 75.9);
|
|
2346
2346
|
--bs-table-hover-color: #fff;
|
|
2347
2347
|
color: var(--bs-table-color);
|
|
2348
2348
|
border-color: var(--bs-table-border-color);
|
|
@@ -2444,7 +2444,7 @@ progress {
|
|
|
2444
2444
|
.form-control:focus {
|
|
2445
2445
|
color: #212529;
|
|
2446
2446
|
background-color: #fff;
|
|
2447
|
-
border-color:
|
|
2447
|
+
border-color: rgb(144.5, 138.5, 193.5);
|
|
2448
2448
|
outline: 0;
|
|
2449
2449
|
box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
2450
2450
|
}
|
|
@@ -2517,10 +2517,10 @@ progress {
|
|
|
2517
2517
|
}
|
|
2518
2518
|
}
|
|
2519
2519
|
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
|
2520
|
-
background-color:
|
|
2520
|
+
background-color: rgb(221.35, 224.2, 227.05);
|
|
2521
2521
|
}
|
|
2522
2522
|
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
|
2523
|
-
background-color:
|
|
2523
|
+
background-color: rgb(221.35, 224.2, 227.05);
|
|
2524
2524
|
}
|
|
2525
2525
|
|
|
2526
2526
|
.form-control-plaintext {
|
|
@@ -2641,7 +2641,7 @@ textarea.form-control-lg {
|
|
|
2641
2641
|
}
|
|
2642
2642
|
}
|
|
2643
2643
|
.form-select:focus {
|
|
2644
|
-
border-color:
|
|
2644
|
+
border-color: rgb(144.5, 138.5, 193.5);
|
|
2645
2645
|
outline: 0;
|
|
2646
2646
|
box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
2647
2647
|
}
|
|
@@ -2723,7 +2723,7 @@ textarea.form-control-lg {
|
|
|
2723
2723
|
filter: brightness(90%);
|
|
2724
2724
|
}
|
|
2725
2725
|
.form-check-input:focus {
|
|
2726
|
-
border-color:
|
|
2726
|
+
border-color: rgb(144.5, 138.5, 193.5);
|
|
2727
2727
|
outline: 0;
|
|
2728
2728
|
box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
2729
2729
|
}
|
|
@@ -2770,7 +2770,7 @@ textarea.form-control-lg {
|
|
|
2770
2770
|
}
|
|
2771
2771
|
}
|
|
2772
2772
|
.form-switch .form-check-input:focus {
|
|
2773
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%
|
|
2773
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28144.5, 138.5, 193.5%29'/%3e%3c/svg%3e");
|
|
2774
2774
|
}
|
|
2775
2775
|
.form-switch .form-check-input:checked {
|
|
2776
2776
|
background-position: right center;
|
|
@@ -2842,7 +2842,7 @@ textarea.form-control-lg {
|
|
|
2842
2842
|
}
|
|
2843
2843
|
}
|
|
2844
2844
|
.form-range::-webkit-slider-thumb:active {
|
|
2845
|
-
background-color:
|
|
2845
|
+
background-color: rgb(188.7, 185.1, 218.1);
|
|
2846
2846
|
}
|
|
2847
2847
|
.form-range::-webkit-slider-runnable-track {
|
|
2848
2848
|
width: 100%;
|
|
@@ -2871,7 +2871,7 @@ textarea.form-control-lg {
|
|
|
2871
2871
|
}
|
|
2872
2872
|
}
|
|
2873
2873
|
.form-range::-moz-range-thumb:active {
|
|
2874
|
-
background-color:
|
|
2874
|
+
background-color: rgb(188.7, 185.1, 218.1);
|
|
2875
2875
|
}
|
|
2876
2876
|
.form-range::-moz-range-track {
|
|
2877
2877
|
width: 100%;
|
|
@@ -3354,12 +3354,12 @@ textarea.form-control-lg {
|
|
|
3354
3354
|
--bs-btn-bg: #221684;
|
|
3355
3355
|
--bs-btn-border-color: #221684;
|
|
3356
3356
|
--bs-btn-hover-color: #fff;
|
|
3357
|
-
--bs-btn-hover-bg:
|
|
3358
|
-
--bs-btn-hover-border-color:
|
|
3357
|
+
--bs-btn-hover-bg: rgb(28.9, 18.7, 112.2);
|
|
3358
|
+
--bs-btn-hover-border-color: rgb(27.2, 17.6, 105.6);
|
|
3359
3359
|
--bs-btn-focus-shadow-rgb: 67, 57, 150;
|
|
3360
3360
|
--bs-btn-active-color: #fff;
|
|
3361
|
-
--bs-btn-active-bg:
|
|
3362
|
-
--bs-btn-active-border-color:
|
|
3361
|
+
--bs-btn-active-bg: rgb(27.2, 17.6, 105.6);
|
|
3362
|
+
--bs-btn-active-border-color: rgb(25.5, 16.5, 99);
|
|
3363
3363
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3364
3364
|
--bs-btn-disabled-color: #fff;
|
|
3365
3365
|
--bs-btn-disabled-bg: #221684;
|
|
@@ -3371,12 +3371,12 @@ textarea.form-control-lg {
|
|
|
3371
3371
|
--bs-btn-bg: #f25924;
|
|
3372
3372
|
--bs-btn-border-color: #f25924;
|
|
3373
3373
|
--bs-btn-hover-color: #000;
|
|
3374
|
-
--bs-btn-hover-bg:
|
|
3375
|
-
--bs-btn-hover-border-color:
|
|
3374
|
+
--bs-btn-hover-bg: rgb(243.95, 113.9, 68.85);
|
|
3375
|
+
--bs-btn-hover-border-color: rgb(243.3, 105.6, 57.9);
|
|
3376
3376
|
--bs-btn-focus-shadow-rgb: 206, 76, 31;
|
|
3377
3377
|
--bs-btn-active-color: #000;
|
|
3378
|
-
--bs-btn-active-bg:
|
|
3379
|
-
--bs-btn-active-border-color:
|
|
3378
|
+
--bs-btn-active-bg: rgb(244.6, 122.2, 79.8);
|
|
3379
|
+
--bs-btn-active-border-color: rgb(243.3, 105.6, 57.9);
|
|
3380
3380
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3381
3381
|
--bs-btn-disabled-color: #000;
|
|
3382
3382
|
--bs-btn-disabled-bg: #f25924;
|
|
@@ -3388,12 +3388,12 @@ textarea.form-control-lg {
|
|
|
3388
3388
|
--bs-btn-bg: #3c8f38;
|
|
3389
3389
|
--bs-btn-border-color: #3c8f38;
|
|
3390
3390
|
--bs-btn-hover-color: #000;
|
|
3391
|
-
--bs-btn-hover-bg:
|
|
3392
|
-
--bs-btn-hover-border-color:
|
|
3391
|
+
--bs-btn-hover-bg: rgb(89.25, 159.8, 85.85);
|
|
3392
|
+
--bs-btn-hover-border-color: rgb(79.5, 154.2, 75.9);
|
|
3393
3393
|
--bs-btn-focus-shadow-rgb: 51, 122, 48;
|
|
3394
3394
|
--bs-btn-active-color: #000;
|
|
3395
|
-
--bs-btn-active-bg:
|
|
3396
|
-
--bs-btn-active-border-color:
|
|
3395
|
+
--bs-btn-active-bg: rgb(99, 165.4, 95.8);
|
|
3396
|
+
--bs-btn-active-border-color: rgb(79.5, 154.2, 75.9);
|
|
3397
3397
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3398
3398
|
--bs-btn-disabled-color: #000;
|
|
3399
3399
|
--bs-btn-disabled-bg: #3c8f38;
|
|
@@ -3405,12 +3405,12 @@ textarea.form-control-lg {
|
|
|
3405
3405
|
--bs-btn-bg: #2b768a;
|
|
3406
3406
|
--bs-btn-border-color: #2b768a;
|
|
3407
3407
|
--bs-btn-hover-color: #fff;
|
|
3408
|
-
--bs-btn-hover-bg:
|
|
3409
|
-
--bs-btn-hover-border-color:
|
|
3408
|
+
--bs-btn-hover-bg: rgb(36.55, 100.3, 117.3);
|
|
3409
|
+
--bs-btn-hover-border-color: rgb(34.4, 94.4, 110.4);
|
|
3410
3410
|
--bs-btn-focus-shadow-rgb: 75, 139, 156;
|
|
3411
3411
|
--bs-btn-active-color: #fff;
|
|
3412
|
-
--bs-btn-active-bg:
|
|
3413
|
-
--bs-btn-active-border-color:
|
|
3412
|
+
--bs-btn-active-bg: rgb(34.4, 94.4, 110.4);
|
|
3413
|
+
--bs-btn-active-border-color: rgb(32.25, 88.5, 103.5);
|
|
3414
3414
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3415
3415
|
--bs-btn-disabled-color: #fff;
|
|
3416
3416
|
--bs-btn-disabled-bg: #2b768a;
|
|
@@ -3422,12 +3422,12 @@ textarea.form-control-lg {
|
|
|
3422
3422
|
--bs-btn-bg: #e1ab00;
|
|
3423
3423
|
--bs-btn-border-color: #e1ab00;
|
|
3424
3424
|
--bs-btn-hover-color: #000;
|
|
3425
|
-
--bs-btn-hover-bg:
|
|
3426
|
-
--bs-btn-hover-border-color:
|
|
3425
|
+
--bs-btn-hover-bg: rgb(229.5, 183.6, 38.25);
|
|
3426
|
+
--bs-btn-hover-border-color: rgb(228, 179.4, 25.5);
|
|
3427
3427
|
--bs-btn-focus-shadow-rgb: 191, 145, 0;
|
|
3428
3428
|
--bs-btn-active-color: #000;
|
|
3429
|
-
--bs-btn-active-bg:
|
|
3430
|
-
--bs-btn-active-border-color:
|
|
3429
|
+
--bs-btn-active-bg: rgb(231, 187.8, 51);
|
|
3430
|
+
--bs-btn-active-border-color: rgb(228, 179.4, 25.5);
|
|
3431
3431
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3432
3432
|
--bs-btn-disabled-color: #000;
|
|
3433
3433
|
--bs-btn-disabled-bg: #e1ab00;
|
|
@@ -3439,12 +3439,12 @@ textarea.form-control-lg {
|
|
|
3439
3439
|
--bs-btn-bg: #b8282a;
|
|
3440
3440
|
--bs-btn-border-color: #b8282a;
|
|
3441
3441
|
--bs-btn-hover-color: #fff;
|
|
3442
|
-
--bs-btn-hover-bg:
|
|
3443
|
-
--bs-btn-hover-border-color:
|
|
3442
|
+
--bs-btn-hover-bg: rgb(156.4, 34, 35.7);
|
|
3443
|
+
--bs-btn-hover-border-color: rgb(147.2, 32, 33.6);
|
|
3444
3444
|
--bs-btn-focus-shadow-rgb: 195, 72, 74;
|
|
3445
3445
|
--bs-btn-active-color: #fff;
|
|
3446
|
-
--bs-btn-active-bg:
|
|
3447
|
-
--bs-btn-active-border-color:
|
|
3446
|
+
--bs-btn-active-bg: rgb(147.2, 32, 33.6);
|
|
3447
|
+
--bs-btn-active-border-color: rgb(138, 30, 31.5);
|
|
3448
3448
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3449
3449
|
--bs-btn-disabled-color: #fff;
|
|
3450
3450
|
--bs-btn-disabled-bg: #b8282a;
|
|
@@ -3473,12 +3473,12 @@ textarea.form-control-lg {
|
|
|
3473
3473
|
--bs-btn-bg: #2e3338;
|
|
3474
3474
|
--bs-btn-border-color: #2e3338;
|
|
3475
3475
|
--bs-btn-hover-color: #fff;
|
|
3476
|
-
--bs-btn-hover-bg:
|
|
3477
|
-
--bs-btn-hover-border-color:
|
|
3476
|
+
--bs-btn-hover-bg: rgb(77.35, 81.6, 85.85);
|
|
3477
|
+
--bs-btn-hover-border-color: rgb(66.9, 71.4, 75.9);
|
|
3478
3478
|
--bs-btn-focus-shadow-rgb: 77, 82, 86;
|
|
3479
3479
|
--bs-btn-active-color: #fff;
|
|
3480
|
-
--bs-btn-active-bg:
|
|
3481
|
-
--bs-btn-active-border-color:
|
|
3480
|
+
--bs-btn-active-bg: rgb(87.8, 91.8, 95.8);
|
|
3481
|
+
--bs-btn-active-border-color: rgb(66.9, 71.4, 75.9);
|
|
3482
3482
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3483
3483
|
--bs-btn-disabled-color: #fff;
|
|
3484
3484
|
--bs-btn-disabled-bg: #2e3338;
|
|
@@ -3737,7 +3737,7 @@ textarea.form-control-lg {
|
|
|
3737
3737
|
--bs-dropdown-divider-margin-y: 0.5rem;
|
|
3738
3738
|
--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
3739
3739
|
--bs-dropdown-link-color: #212529;
|
|
3740
|
-
--bs-dropdown-link-hover-color:
|
|
3740
|
+
--bs-dropdown-link-hover-color: rgb(29.7, 33.3, 36.9);
|
|
3741
3741
|
--bs-dropdown-link-hover-bg: #e9ecef;
|
|
3742
3742
|
--bs-dropdown-link-active-color: #fff;
|
|
3743
3743
|
--bs-dropdown-link-active-bg: #221684;
|
|
@@ -4938,8 +4938,8 @@ textarea.form-control-lg {
|
|
|
4938
4938
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
4939
4939
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
4940
4940
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4941
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
4942
|
-
--bs-accordion-btn-focus-border-color:
|
|
4941
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2830.6, 19.8, 118.8%29'%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");
|
|
4942
|
+
--bs-accordion-btn-focus-border-color: rgb(144.5, 138.5, 193.5);
|
|
4943
4943
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
4944
4944
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
4945
4945
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -5318,75 +5318,75 @@ textarea.form-control-lg {
|
|
|
5318
5318
|
}
|
|
5319
5319
|
|
|
5320
5320
|
.alert-primary {
|
|
5321
|
-
--bs-alert-color:
|
|
5322
|
-
--bs-alert-bg:
|
|
5323
|
-
--bs-alert-border-color:
|
|
5321
|
+
--bs-alert-color: rgb(20.4, 13.2, 79.2);
|
|
5322
|
+
--bs-alert-bg: rgb(232.9, 231.7, 242.7);
|
|
5323
|
+
--bs-alert-border-color: rgb(210.8, 208.4, 230.4);
|
|
5324
5324
|
}
|
|
5325
5325
|
.alert-primary .alert-link {
|
|
5326
|
-
color:
|
|
5326
|
+
color: rgb(16.32, 10.56, 63.36);
|
|
5327
5327
|
}
|
|
5328
5328
|
|
|
5329
5329
|
.alert-secondary {
|
|
5330
|
-
--bs-alert-color:
|
|
5331
|
-
--bs-alert-bg:
|
|
5332
|
-
--bs-alert-border-color:
|
|
5330
|
+
--bs-alert-color: rgb(145.2, 53.4, 21.6);
|
|
5331
|
+
--bs-alert-bg: rgb(253.7, 238.4, 233.1);
|
|
5332
|
+
--bs-alert-border-color: rgb(252.4, 221.8, 211.2);
|
|
5333
5333
|
}
|
|
5334
5334
|
.alert-secondary .alert-link {
|
|
5335
|
-
color:
|
|
5335
|
+
color: rgb(116.16, 42.72, 17.28);
|
|
5336
5336
|
}
|
|
5337
5337
|
|
|
5338
5338
|
.alert-success {
|
|
5339
|
-
--bs-alert-color:
|
|
5340
|
-
--bs-alert-bg:
|
|
5341
|
-
--bs-alert-border-color:
|
|
5339
|
+
--bs-alert-color: rgb(36, 85.8, 33.6);
|
|
5340
|
+
--bs-alert-bg: rgb(235.5, 243.8, 235.1);
|
|
5341
|
+
--bs-alert-border-color: rgb(216, 232.6, 215.2);
|
|
5342
5342
|
}
|
|
5343
5343
|
.alert-success .alert-link {
|
|
5344
|
-
color:
|
|
5344
|
+
color: rgb(28.8, 68.64, 26.88);
|
|
5345
5345
|
}
|
|
5346
5346
|
|
|
5347
5347
|
.alert-info {
|
|
5348
|
-
--bs-alert-color:
|
|
5349
|
-
--bs-alert-bg:
|
|
5350
|
-
--bs-alert-border-color:
|
|
5348
|
+
--bs-alert-color: rgb(25.8, 70.8, 82.8);
|
|
5349
|
+
--bs-alert-bg: rgb(233.8, 241.3, 243.3);
|
|
5350
|
+
--bs-alert-border-color: rgb(212.6, 227.6, 231.6);
|
|
5351
5351
|
}
|
|
5352
5352
|
.alert-info .alert-link {
|
|
5353
|
-
color:
|
|
5353
|
+
color: rgb(20.64, 56.64, 66.24);
|
|
5354
5354
|
}
|
|
5355
5355
|
|
|
5356
5356
|
.alert-warning {
|
|
5357
|
-
--bs-alert-color:
|
|
5358
|
-
--bs-alert-bg:
|
|
5359
|
-
--bs-alert-border-color:
|
|
5357
|
+
--bs-alert-color: rgb(135, 102.6, 0);
|
|
5358
|
+
--bs-alert-bg: rgb(252, 246.6, 229.5);
|
|
5359
|
+
--bs-alert-border-color: rgb(249, 238.2, 204);
|
|
5360
5360
|
}
|
|
5361
5361
|
.alert-warning .alert-link {
|
|
5362
|
-
color:
|
|
5362
|
+
color: rgb(108, 82.08, 0);
|
|
5363
5363
|
}
|
|
5364
5364
|
|
|
5365
5365
|
.alert-danger {
|
|
5366
|
-
--bs-alert-color:
|
|
5367
|
-
--bs-alert-bg:
|
|
5368
|
-
--bs-alert-border-color:
|
|
5366
|
+
--bs-alert-color: rgb(110.4, 24, 25.2);
|
|
5367
|
+
--bs-alert-bg: rgb(247.9, 233.5, 233.7);
|
|
5368
|
+
--bs-alert-border-color: rgb(240.8, 212, 212.4);
|
|
5369
5369
|
}
|
|
5370
5370
|
.alert-danger .alert-link {
|
|
5371
|
-
color:
|
|
5371
|
+
color: rgb(88.32, 19.2, 20.16);
|
|
5372
5372
|
}
|
|
5373
5373
|
|
|
5374
5374
|
.alert-light {
|
|
5375
5375
|
--bs-alert-color: #606060;
|
|
5376
|
-
--bs-alert-bg:
|
|
5376
|
+
--bs-alert-bg: rgb(253.5, 253.5, 253.5);
|
|
5377
5377
|
--bs-alert-border-color: #fcfcfc;
|
|
5378
5378
|
}
|
|
5379
5379
|
.alert-light .alert-link {
|
|
5380
|
-
color:
|
|
5380
|
+
color: rgb(76.8, 76.8, 76.8);
|
|
5381
5381
|
}
|
|
5382
5382
|
|
|
5383
5383
|
.alert-dark {
|
|
5384
|
-
--bs-alert-color:
|
|
5385
|
-
--bs-alert-bg:
|
|
5386
|
-
--bs-alert-border-color:
|
|
5384
|
+
--bs-alert-color: rgb(27.6, 30.6, 33.6);
|
|
5385
|
+
--bs-alert-bg: rgb(234.1, 234.6, 235.1);
|
|
5386
|
+
--bs-alert-border-color: rgb(213.2, 214.2, 215.2);
|
|
5387
5387
|
}
|
|
5388
5388
|
.alert-dark .alert-link {
|
|
5389
|
-
color:
|
|
5389
|
+
color: rgb(22.08, 24.48, 26.88);
|
|
5390
5390
|
}
|
|
5391
5391
|
|
|
5392
5392
|
@-webkit-keyframes progress-bar-stripes {
|
|
@@ -5702,87 +5702,87 @@ textarea.form-control-lg {
|
|
|
5702
5702
|
}
|
|
5703
5703
|
|
|
5704
5704
|
.list-group-item-primary {
|
|
5705
|
-
color:
|
|
5706
|
-
background-color:
|
|
5705
|
+
color: rgb(20.4, 13.2, 79.2);
|
|
5706
|
+
background-color: rgb(210.8, 208.4, 230.4);
|
|
5707
5707
|
}
|
|
5708
5708
|
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
|
|
5709
|
-
color:
|
|
5710
|
-
background-color:
|
|
5709
|
+
color: rgb(20.4, 13.2, 79.2);
|
|
5710
|
+
background-color: rgb(189.72, 187.56, 207.36);
|
|
5711
5711
|
}
|
|
5712
5712
|
.list-group-item-primary.list-group-item-action.active {
|
|
5713
5713
|
color: #fff;
|
|
5714
|
-
background-color:
|
|
5715
|
-
border-color:
|
|
5714
|
+
background-color: rgb(20.4, 13.2, 79.2);
|
|
5715
|
+
border-color: rgb(20.4, 13.2, 79.2);
|
|
5716
5716
|
}
|
|
5717
5717
|
|
|
5718
5718
|
.list-group-item-secondary {
|
|
5719
|
-
color:
|
|
5720
|
-
background-color:
|
|
5719
|
+
color: rgb(145.2, 53.4, 21.6);
|
|
5720
|
+
background-color: rgb(252.4, 221.8, 211.2);
|
|
5721
5721
|
}
|
|
5722
5722
|
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
|
|
5723
|
-
color:
|
|
5724
|
-
background-color:
|
|
5723
|
+
color: rgb(145.2, 53.4, 21.6);
|
|
5724
|
+
background-color: rgb(227.16, 199.62, 190.08);
|
|
5725
5725
|
}
|
|
5726
5726
|
.list-group-item-secondary.list-group-item-action.active {
|
|
5727
5727
|
color: #fff;
|
|
5728
|
-
background-color:
|
|
5729
|
-
border-color:
|
|
5728
|
+
background-color: rgb(145.2, 53.4, 21.6);
|
|
5729
|
+
border-color: rgb(145.2, 53.4, 21.6);
|
|
5730
5730
|
}
|
|
5731
5731
|
|
|
5732
5732
|
.list-group-item-success {
|
|
5733
|
-
color:
|
|
5734
|
-
background-color:
|
|
5733
|
+
color: rgb(36, 85.8, 33.6);
|
|
5734
|
+
background-color: rgb(216, 232.6, 215.2);
|
|
5735
5735
|
}
|
|
5736
5736
|
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
|
|
5737
|
-
color:
|
|
5738
|
-
background-color:
|
|
5737
|
+
color: rgb(36, 85.8, 33.6);
|
|
5738
|
+
background-color: rgb(194.4, 209.34, 193.68);
|
|
5739
5739
|
}
|
|
5740
5740
|
.list-group-item-success.list-group-item-action.active {
|
|
5741
5741
|
color: #fff;
|
|
5742
|
-
background-color:
|
|
5743
|
-
border-color:
|
|
5742
|
+
background-color: rgb(36, 85.8, 33.6);
|
|
5743
|
+
border-color: rgb(36, 85.8, 33.6);
|
|
5744
5744
|
}
|
|
5745
5745
|
|
|
5746
5746
|
.list-group-item-info {
|
|
5747
|
-
color:
|
|
5748
|
-
background-color:
|
|
5747
|
+
color: rgb(25.8, 70.8, 82.8);
|
|
5748
|
+
background-color: rgb(212.6, 227.6, 231.6);
|
|
5749
5749
|
}
|
|
5750
5750
|
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
|
|
5751
|
-
color:
|
|
5752
|
-
background-color:
|
|
5751
|
+
color: rgb(25.8, 70.8, 82.8);
|
|
5752
|
+
background-color: rgb(191.34, 204.84, 208.44);
|
|
5753
5753
|
}
|
|
5754
5754
|
.list-group-item-info.list-group-item-action.active {
|
|
5755
5755
|
color: #fff;
|
|
5756
|
-
background-color:
|
|
5757
|
-
border-color:
|
|
5756
|
+
background-color: rgb(25.8, 70.8, 82.8);
|
|
5757
|
+
border-color: rgb(25.8, 70.8, 82.8);
|
|
5758
5758
|
}
|
|
5759
5759
|
|
|
5760
5760
|
.list-group-item-warning {
|
|
5761
|
-
color:
|
|
5762
|
-
background-color:
|
|
5761
|
+
color: rgb(135, 102.6, 0);
|
|
5762
|
+
background-color: rgb(249, 238.2, 204);
|
|
5763
5763
|
}
|
|
5764
5764
|
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
|
|
5765
|
-
color:
|
|
5766
|
-
background-color:
|
|
5765
|
+
color: rgb(135, 102.6, 0);
|
|
5766
|
+
background-color: rgb(224.1, 214.38, 183.6);
|
|
5767
5767
|
}
|
|
5768
5768
|
.list-group-item-warning.list-group-item-action.active {
|
|
5769
5769
|
color: #fff;
|
|
5770
|
-
background-color:
|
|
5771
|
-
border-color:
|
|
5770
|
+
background-color: rgb(135, 102.6, 0);
|
|
5771
|
+
border-color: rgb(135, 102.6, 0);
|
|
5772
5772
|
}
|
|
5773
5773
|
|
|
5774
5774
|
.list-group-item-danger {
|
|
5775
|
-
color:
|
|
5776
|
-
background-color:
|
|
5775
|
+
color: rgb(110.4, 24, 25.2);
|
|
5776
|
+
background-color: rgb(240.8, 212, 212.4);
|
|
5777
5777
|
}
|
|
5778
5778
|
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
|
|
5779
|
-
color:
|
|
5780
|
-
background-color:
|
|
5779
|
+
color: rgb(110.4, 24, 25.2);
|
|
5780
|
+
background-color: rgb(216.72, 190.8, 191.16);
|
|
5781
5781
|
}
|
|
5782
5782
|
.list-group-item-danger.list-group-item-action.active {
|
|
5783
5783
|
color: #fff;
|
|
5784
|
-
background-color:
|
|
5785
|
-
border-color:
|
|
5784
|
+
background-color: rgb(110.4, 24, 25.2);
|
|
5785
|
+
border-color: rgb(110.4, 24, 25.2);
|
|
5786
5786
|
}
|
|
5787
5787
|
|
|
5788
5788
|
.list-group-item-light {
|
|
@@ -5791,7 +5791,7 @@ textarea.form-control-lg {
|
|
|
5791
5791
|
}
|
|
5792
5792
|
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
|
|
5793
5793
|
color: #606060;
|
|
5794
|
-
background-color:
|
|
5794
|
+
background-color: rgb(226.8, 226.8, 226.8);
|
|
5795
5795
|
}
|
|
5796
5796
|
.list-group-item-light.list-group-item-action.active {
|
|
5797
5797
|
color: #fff;
|
|
@@ -5800,17 +5800,17 @@ textarea.form-control-lg {
|
|
|
5800
5800
|
}
|
|
5801
5801
|
|
|
5802
5802
|
.list-group-item-dark {
|
|
5803
|
-
color:
|
|
5804
|
-
background-color:
|
|
5803
|
+
color: rgb(27.6, 30.6, 33.6);
|
|
5804
|
+
background-color: rgb(213.2, 214.2, 215.2);
|
|
5805
5805
|
}
|
|
5806
5806
|
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
|
|
5807
|
-
color:
|
|
5808
|
-
background-color:
|
|
5807
|
+
color: rgb(27.6, 30.6, 33.6);
|
|
5808
|
+
background-color: rgb(191.88, 192.78, 193.68);
|
|
5809
5809
|
}
|
|
5810
5810
|
.list-group-item-dark.list-group-item-action.active {
|
|
5811
5811
|
color: #fff;
|
|
5812
|
-
background-color:
|
|
5813
|
-
border-color:
|
|
5812
|
+
background-color: rgb(27.6, 30.6, 33.6);
|
|
5813
|
+
border-color: rgb(27.6, 30.6, 33.6);
|
|
5814
5814
|
}
|
|
5815
5815
|
|
|
5816
5816
|
.btn-close {
|
|
@@ -6347,7 +6347,7 @@ textarea.form-control-lg {
|
|
|
6347
6347
|
--bs-popover-header-padding-y: 0.5rem;
|
|
6348
6348
|
--bs-popover-header-font-size: 1rem;
|
|
6349
6349
|
--bs-popover-header-color: ;
|
|
6350
|
-
--bs-popover-header-bg:
|
|
6350
|
+
--bs-popover-header-bg: rgb(239.7, 239.7, 239.7);
|
|
6351
6351
|
--bs-popover-body-padding-x: 1rem;
|
|
6352
6352
|
--bs-popover-body-padding-y: 1rem;
|
|
6353
6353
|
--bs-popover-body-color: #212529;
|
|
@@ -7410,42 +7410,42 @@ textarea.form-control-lg {
|
|
|
7410
7410
|
color: #221684 !important;
|
|
7411
7411
|
}
|
|
7412
7412
|
.link-primary:hover, .link-primary:focus {
|
|
7413
|
-
color:
|
|
7413
|
+
color: rgb(27.2, 17.6, 105.6) !important;
|
|
7414
7414
|
}
|
|
7415
7415
|
|
|
7416
7416
|
.link-secondary {
|
|
7417
7417
|
color: #f25924 !important;
|
|
7418
7418
|
}
|
|
7419
7419
|
.link-secondary:hover, .link-secondary:focus {
|
|
7420
|
-
color:
|
|
7420
|
+
color: rgb(244.6, 122.2, 79.8) !important;
|
|
7421
7421
|
}
|
|
7422
7422
|
|
|
7423
7423
|
.link-success {
|
|
7424
7424
|
color: #3c8f38 !important;
|
|
7425
7425
|
}
|
|
7426
7426
|
.link-success:hover, .link-success:focus {
|
|
7427
|
-
color:
|
|
7427
|
+
color: rgb(99, 165.4, 95.8) !important;
|
|
7428
7428
|
}
|
|
7429
7429
|
|
|
7430
7430
|
.link-info {
|
|
7431
7431
|
color: #2b768a !important;
|
|
7432
7432
|
}
|
|
7433
7433
|
.link-info:hover, .link-info:focus {
|
|
7434
|
-
color:
|
|
7434
|
+
color: rgb(34.4, 94.4, 110.4) !important;
|
|
7435
7435
|
}
|
|
7436
7436
|
|
|
7437
7437
|
.link-warning {
|
|
7438
7438
|
color: #e1ab00 !important;
|
|
7439
7439
|
}
|
|
7440
7440
|
.link-warning:hover, .link-warning:focus {
|
|
7441
|
-
color:
|
|
7441
|
+
color: rgb(231, 187.8, 51) !important;
|
|
7442
7442
|
}
|
|
7443
7443
|
|
|
7444
7444
|
.link-danger {
|
|
7445
7445
|
color: #b8282a !important;
|
|
7446
7446
|
}
|
|
7447
7447
|
.link-danger:hover, .link-danger:focus {
|
|
7448
|
-
color:
|
|
7448
|
+
color: rgb(147.2, 32, 33.6) !important;
|
|
7449
7449
|
}
|
|
7450
7450
|
|
|
7451
7451
|
.link-light {
|
|
@@ -7459,7 +7459,7 @@ textarea.form-control-lg {
|
|
|
7459
7459
|
color: #2e3338 !important;
|
|
7460
7460
|
}
|
|
7461
7461
|
.link-dark:hover, .link-dark:focus {
|
|
7462
|
-
color:
|
|
7462
|
+
color: rgb(36.8, 40.8, 44.8) !important;
|
|
7463
7463
|
}
|
|
7464
7464
|
|
|
7465
7465
|
.ratio {
|
|
@@ -14717,37 +14717,37 @@ svg {
|
|
|
14717
14717
|
.card.text-bg-primary .card-header,
|
|
14718
14718
|
.card.text-bg-primary .card-footer {
|
|
14719
14719
|
border: none;
|
|
14720
|
-
background:
|
|
14720
|
+
background: rgb(27.2, 17.6, 105.6);
|
|
14721
14721
|
}
|
|
14722
14722
|
|
|
14723
14723
|
.card.text-bg-secondary .card-header,
|
|
14724
14724
|
.card.text-bg-secondary .card-footer {
|
|
14725
14725
|
border: none;
|
|
14726
|
-
background:
|
|
14726
|
+
background: rgb(193.6, 71.2, 28.8);
|
|
14727
14727
|
}
|
|
14728
14728
|
|
|
14729
14729
|
.card.text-bg-success .card-header,
|
|
14730
14730
|
.card.text-bg-success .card-footer {
|
|
14731
14731
|
border: none;
|
|
14732
|
-
background:
|
|
14732
|
+
background: rgb(48, 114.4, 44.8);
|
|
14733
14733
|
}
|
|
14734
14734
|
|
|
14735
14735
|
.card.text-bg-info .card-header,
|
|
14736
14736
|
.card.text-bg-info .card-footer {
|
|
14737
14737
|
border: none;
|
|
14738
|
-
background:
|
|
14738
|
+
background: rgb(34.4, 94.4, 110.4);
|
|
14739
14739
|
}
|
|
14740
14740
|
|
|
14741
14741
|
.card.text-bg-warning .card-header,
|
|
14742
14742
|
.card.text-bg-warning .card-footer {
|
|
14743
14743
|
border: none;
|
|
14744
|
-
background:
|
|
14744
|
+
background: rgb(180, 136.8, 0);
|
|
14745
14745
|
}
|
|
14746
14746
|
|
|
14747
14747
|
.card.text-bg-danger .card-header,
|
|
14748
14748
|
.card.text-bg-danger .card-footer {
|
|
14749
14749
|
border: none;
|
|
14750
|
-
background:
|
|
14750
|
+
background: rgb(147.2, 32, 33.6);
|
|
14751
14751
|
}
|
|
14752
14752
|
|
|
14753
14753
|
.card.text-bg-light .card-header,
|
|
@@ -14759,7 +14759,7 @@ svg {
|
|
|
14759
14759
|
.card.text-bg-dark .card-header,
|
|
14760
14760
|
.card.text-bg-dark .card-footer {
|
|
14761
14761
|
border: none;
|
|
14762
|
-
background:
|
|
14762
|
+
background: rgb(36.8, 40.8, 44.8);
|
|
14763
14763
|
}
|
|
14764
14764
|
|
|
14765
14765
|
body {
|
|
@@ -14814,8 +14814,10 @@ em.placeholder {
|
|
|
14814
14814
|
.bcl-header__navbar .navbar-nav .nav-link:focus, .bcl-header__navbar .navbar-nav .nav-link:hover, .bcl-header__navbar .navbar-nav .nav-link.active {
|
|
14815
14815
|
color: #fff;
|
|
14816
14816
|
}
|
|
14817
|
-
.bcl-header__navbar .navbar-nav .nav-link:
|
|
14818
|
-
|
|
14817
|
+
.bcl-header__navbar .navbar-nav .nav-link:focus-visible {
|
|
14818
|
+
outline: 2px solid #fff;
|
|
14819
|
+
border-radius: 4px;
|
|
14820
|
+
outline-offset: 0;
|
|
14819
14821
|
}
|
|
14820
14822
|
.bcl-header__navbar .navbar-toggler {
|
|
14821
14823
|
position: absolute;
|
|
@@ -14975,12 +14977,6 @@ em.placeholder {
|
|
|
14975
14977
|
.bcl-header__navbar .navbar-collapse {
|
|
14976
14978
|
padding-bottom: 0;
|
|
14977
14979
|
}
|
|
14978
|
-
.bcl-header__navbar .nav-link.active {
|
|
14979
|
-
padding-top: 1rem;
|
|
14980
|
-
padding-bottom: 1rem;
|
|
14981
|
-
margin-top: -0.5rem;
|
|
14982
|
-
margin-bottom: -0.5rem;
|
|
14983
|
-
}
|
|
14984
14980
|
.bcl-header__navbar .dropdown-menu {
|
|
14985
14981
|
z-index: 1050;
|
|
14986
14982
|
}
|
|
@@ -15062,6 +15058,11 @@ dd + dd {
|
|
|
15062
15058
|
.bcl-footer--neutral p {
|
|
15063
15059
|
color: #fff;
|
|
15064
15060
|
}
|
|
15061
|
+
.bcl-footer--neutral a:focus-visible {
|
|
15062
|
+
box-shadow: none;
|
|
15063
|
+
border: none;
|
|
15064
|
+
outline: 2px solid #fff;
|
|
15065
|
+
}
|
|
15065
15066
|
|
|
15066
15067
|
.bcl-footer--eu,
|
|
15067
15068
|
.eu__footer {
|
|
@@ -15071,6 +15072,12 @@ dd + dd {
|
|
|
15071
15072
|
.eu__footer a {
|
|
15072
15073
|
color: #0e47cb;
|
|
15073
15074
|
}
|
|
15075
|
+
.bcl-footer--eu a:focus-visible,
|
|
15076
|
+
.eu__footer a:focus-visible {
|
|
15077
|
+
box-shadow: none;
|
|
15078
|
+
border: none;
|
|
15079
|
+
outline: 2px solid #221684;
|
|
15080
|
+
}
|
|
15074
15081
|
|
|
15075
15082
|
.bcl-footer--ec,
|
|
15076
15083
|
.ec__footer {
|
|
@@ -15082,6 +15089,12 @@ dd + dd {
|
|
|
15082
15089
|
.ec__footer p {
|
|
15083
15090
|
color: #fff;
|
|
15084
15091
|
}
|
|
15092
|
+
.bcl-footer--ec a:focus-visible,
|
|
15093
|
+
.ec__footer a:focus-visible {
|
|
15094
|
+
box-shadow: none;
|
|
15095
|
+
border: none;
|
|
15096
|
+
outline: 2px solid #fff;
|
|
15097
|
+
}
|
|
15085
15098
|
|
|
15086
15099
|
.bcl-footer *[class*=border-] {
|
|
15087
15100
|
border-color: #adb5bd !important;
|
|
@@ -15178,6 +15191,19 @@ dd + dd {
|
|
|
15178
15191
|
-ms-flex-pack: center;
|
|
15179
15192
|
justify-content: center;
|
|
15180
15193
|
}
|
|
15194
|
+
.btn:focus-visible {
|
|
15195
|
+
box-shadow: none;
|
|
15196
|
+
outline: 2px solid #fff;
|
|
15197
|
+
outline-offset: -3px;
|
|
15198
|
+
background: var(--bs-btn-hover-bg);
|
|
15199
|
+
border-color: var(--bs-btn-hover-border-color);
|
|
15200
|
+
}
|
|
15201
|
+
|
|
15202
|
+
.btn-close:focus-visible {
|
|
15203
|
+
box-shadow: none;
|
|
15204
|
+
border: none;
|
|
15205
|
+
outline: 2px solid #221684;
|
|
15206
|
+
}
|
|
15181
15207
|
|
|
15182
15208
|
.bcl-search-form .bcl-search-form__input[type=search]::-webkit-search-cancel-button {
|
|
15183
15209
|
width: 1rem;
|
|
@@ -15242,6 +15268,10 @@ dd + dd {
|
|
|
15242
15268
|
.nav.bcl__nav .nav-link:hover {
|
|
15243
15269
|
background: rgba(34, 22, 132, 0.3);
|
|
15244
15270
|
}
|
|
15271
|
+
.nav.bcl__nav .nav-link:focus-visible {
|
|
15272
|
+
border-radius: 4px;
|
|
15273
|
+
outline-offset: -2px;
|
|
15274
|
+
}
|
|
15245
15275
|
.nav.bcl__nav .nav-link.disabled {
|
|
15246
15276
|
color: #6c757d;
|
|
15247
15277
|
}
|
|
@@ -15253,9 +15283,26 @@ dd + dd {
|
|
|
15253
15283
|
border-bottom: 2px solid #221684;
|
|
15254
15284
|
border-left: none;
|
|
15255
15285
|
}
|
|
15286
|
+
.nav.bcl__nav .nav-link.active:focus-visible {
|
|
15287
|
+
outline-color: #221684;
|
|
15288
|
+
}
|
|
15256
15289
|
.nav.bg-gray {
|
|
15257
15290
|
background: #e9ecef;
|
|
15258
15291
|
}
|
|
15292
|
+
.nav .nav-link:focus-visible {
|
|
15293
|
+
outline: 2px solid #221684;
|
|
15294
|
+
outline-offset: -2px;
|
|
15295
|
+
border-radius: 4px;
|
|
15296
|
+
}
|
|
15297
|
+
.nav.nav-pills .nav-link.active {
|
|
15298
|
+
outline-color: #fff;
|
|
15299
|
+
outline-offset: -3px;
|
|
15300
|
+
}
|
|
15301
|
+
.nav.nav-tabs .nav-link.active:focus-visible {
|
|
15302
|
+
border-radius: 4px;
|
|
15303
|
+
outline: 2px solid #221684;
|
|
15304
|
+
outline-offset: -2px;
|
|
15305
|
+
}
|
|
15259
15306
|
|
|
15260
15307
|
@media (max-width: 767.98px) {
|
|
15261
15308
|
.nav-tabs {
|
|
@@ -15288,12 +15335,19 @@ dd + dd {
|
|
|
15288
15335
|
position: fixed !important;
|
|
15289
15336
|
}
|
|
15290
15337
|
}
|
|
15338
|
+
/* stylelint-disable no-duplicate-selectors, selector-no-qualifying-type, no-descending-specificity */
|
|
15291
15339
|
.form-select {
|
|
15292
15340
|
padding-top: 0.5rem;
|
|
15293
15341
|
padding-bottom: 0.5rem;
|
|
15294
15342
|
padding-left: 1rem;
|
|
15295
15343
|
font-size: 1.25rem;
|
|
15296
15344
|
}
|
|
15345
|
+
.form-select:focus-visible {
|
|
15346
|
+
outline: 2px solid #221684;
|
|
15347
|
+
box-shadow: none;
|
|
15348
|
+
border-radius: 4px;
|
|
15349
|
+
outline-offset: -1px;
|
|
15350
|
+
}
|
|
15297
15351
|
|
|
15298
15352
|
.form-control {
|
|
15299
15353
|
min-height: calc(1.5em + 1rem + 2px);
|
|
@@ -15309,6 +15363,12 @@ dd + dd {
|
|
|
15309
15363
|
padding: 0.5rem 1rem;
|
|
15310
15364
|
margin: -0.5rem 1rem -0.5rem -1rem;
|
|
15311
15365
|
}
|
|
15366
|
+
.form-control:focus-visible {
|
|
15367
|
+
outline: 2px solid #221684;
|
|
15368
|
+
box-shadow: none;
|
|
15369
|
+
border-radius: 4px;
|
|
15370
|
+
outline-offset: -1px;
|
|
15371
|
+
}
|
|
15312
15372
|
|
|
15313
15373
|
.form-check:not(.form-switch) {
|
|
15314
15374
|
padding-left: 1.8rem;
|
|
@@ -15322,6 +15382,19 @@ dd + dd {
|
|
|
15322
15382
|
margin-top: 0.15rem;
|
|
15323
15383
|
}
|
|
15324
15384
|
|
|
15385
|
+
.form-check-input:focus-visible {
|
|
15386
|
+
outline: 4px solid #221684;
|
|
15387
|
+
box-shadow: none;
|
|
15388
|
+
border-radius: 4px;
|
|
15389
|
+
outline-offset: 0;
|
|
15390
|
+
}
|
|
15391
|
+
.form-check-input:focus-visible[type=radio] {
|
|
15392
|
+
border-radius: 50%;
|
|
15393
|
+
}
|
|
15394
|
+
.form-check-input:checked:focus-visible {
|
|
15395
|
+
border-color: #fff;
|
|
15396
|
+
}
|
|
15397
|
+
|
|
15325
15398
|
@media (min-width: 768px) {
|
|
15326
15399
|
.form-check:not(.form-switch) {
|
|
15327
15400
|
padding-left: 1.5rem;
|
|
@@ -15362,6 +15435,12 @@ textarea.form-control.is-valid,
|
|
|
15362
15435
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
|
|
15363
15436
|
}
|
|
15364
15437
|
|
|
15438
|
+
.form-select:not([multiple]):not([size]):focus-visible {
|
|
15439
|
+
outline: 2px solid #221684;
|
|
15440
|
+
box-shadow: none;
|
|
15441
|
+
border-radius: 4px;
|
|
15442
|
+
outline-offset: -1px;
|
|
15443
|
+
}
|
|
15365
15444
|
.form-select:not([multiple]):not([size]).is-invalid {
|
|
15366
15445
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23D72E3D'/%3E%3C/svg%3E%0A");
|
|
15367
15446
|
}
|
|
@@ -15403,7 +15482,8 @@ a.badge {
|
|
|
15403
15482
|
text-decoration: none;
|
|
15404
15483
|
}
|
|
15405
15484
|
a.badge:focus-visible {
|
|
15406
|
-
outline:
|
|
15485
|
+
outline: 2px solid #fff;
|
|
15486
|
+
outline-offset: -3px;
|
|
15407
15487
|
}
|
|
15408
15488
|
|
|
15409
15489
|
.badge.bg-primary a,
|
|
@@ -15422,17 +15502,11 @@ a.badge:focus-visible {
|
|
|
15422
15502
|
}
|
|
15423
15503
|
|
|
15424
15504
|
a.badge:focus-within.badge-outline-primary, a.badge:active.badge-outline-primary, a.badge:hover.badge-outline-primary {
|
|
15425
|
-
background-color:
|
|
15426
|
-
border-color:
|
|
15505
|
+
background-color: rgb(232.9, 231.7, 242.7) !important;
|
|
15506
|
+
border-color: rgb(28.9, 18.7, 112.2) !important;
|
|
15427
15507
|
}
|
|
15428
15508
|
a.badge:focus-within.text-bg-primary, a.badge:active.text-bg-primary, a.badge:hover.text-bg-primary {
|
|
15429
|
-
background-color:
|
|
15430
|
-
}
|
|
15431
|
-
a.badge.text-bg-primary:focus {
|
|
15432
|
-
box-shadow: 0 0 0 0.25rem rgba(67, 57, 150, 0.5);
|
|
15433
|
-
}
|
|
15434
|
-
a.badge.badge-outline-primary:focus {
|
|
15435
|
-
box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.5);
|
|
15509
|
+
background-color: rgb(28.9, 18.7, 112.2) !important;
|
|
15436
15510
|
}
|
|
15437
15511
|
|
|
15438
15512
|
.badge.bg-secondary a,
|
|
@@ -15451,17 +15525,11 @@ a.badge.badge-outline-primary:focus {
|
|
|
15451
15525
|
}
|
|
15452
15526
|
|
|
15453
15527
|
a.badge:focus-within.badge-outline-secondary, a.badge:active.badge-outline-secondary, a.badge:hover.badge-outline-secondary {
|
|
15454
|
-
background-color:
|
|
15455
|
-
border-color:
|
|
15528
|
+
background-color: rgb(253.7, 238.4, 233.1) !important;
|
|
15529
|
+
border-color: rgb(205.7, 75.65, 30.6) !important;
|
|
15456
15530
|
}
|
|
15457
15531
|
a.badge:focus-within.text-bg-secondary, a.badge:active.text-bg-secondary, a.badge:hover.text-bg-secondary {
|
|
15458
|
-
background-color:
|
|
15459
|
-
}
|
|
15460
|
-
a.badge.text-bg-secondary:focus {
|
|
15461
|
-
box-shadow: 0 0 0 0.25rem rgba(206, 76, 31, 0.5);
|
|
15462
|
-
}
|
|
15463
|
-
a.badge.badge-outline-secondary:focus {
|
|
15464
|
-
box-shadow: 0 0 0 0.25rem rgba(242, 89, 36, 0.5);
|
|
15532
|
+
background-color: rgb(205.7, 75.65, 30.6) !important;
|
|
15465
15533
|
}
|
|
15466
15534
|
|
|
15467
15535
|
.badge.bg-success a,
|
|
@@ -15480,17 +15548,11 @@ a.badge.badge-outline-secondary:focus {
|
|
|
15480
15548
|
}
|
|
15481
15549
|
|
|
15482
15550
|
a.badge:focus-within.badge-outline-success, a.badge:active.badge-outline-success, a.badge:hover.badge-outline-success {
|
|
15483
|
-
background-color:
|
|
15484
|
-
border-color:
|
|
15551
|
+
background-color: rgb(235.5, 243.8, 235.1) !important;
|
|
15552
|
+
border-color: rgb(51, 121.55, 47.6) !important;
|
|
15485
15553
|
}
|
|
15486
15554
|
a.badge:focus-within.text-bg-success, a.badge:active.text-bg-success, a.badge:hover.text-bg-success {
|
|
15487
|
-
background-color:
|
|
15488
|
-
}
|
|
15489
|
-
a.badge.text-bg-success:focus {
|
|
15490
|
-
box-shadow: 0 0 0 0.25rem rgba(51, 122, 48, 0.5);
|
|
15491
|
-
}
|
|
15492
|
-
a.badge.badge-outline-success:focus {
|
|
15493
|
-
box-shadow: 0 0 0 0.25rem rgba(60, 143, 56, 0.5);
|
|
15555
|
+
background-color: rgb(51, 121.55, 47.6) !important;
|
|
15494
15556
|
}
|
|
15495
15557
|
|
|
15496
15558
|
.badge.bg-info a,
|
|
@@ -15509,17 +15571,11 @@ a.badge.badge-outline-success:focus {
|
|
|
15509
15571
|
}
|
|
15510
15572
|
|
|
15511
15573
|
a.badge:focus-within.badge-outline-info, a.badge:active.badge-outline-info, a.badge:hover.badge-outline-info {
|
|
15512
|
-
background-color:
|
|
15513
|
-
border-color:
|
|
15574
|
+
background-color: rgb(233.8, 241.3, 243.3) !important;
|
|
15575
|
+
border-color: rgb(36.55, 100.3, 117.3) !important;
|
|
15514
15576
|
}
|
|
15515
15577
|
a.badge:focus-within.text-bg-info, a.badge:active.text-bg-info, a.badge:hover.text-bg-info {
|
|
15516
|
-
background-color:
|
|
15517
|
-
}
|
|
15518
|
-
a.badge.text-bg-info:focus {
|
|
15519
|
-
box-shadow: 0 0 0 0.25rem rgba(75, 139, 156, 0.5);
|
|
15520
|
-
}
|
|
15521
|
-
a.badge.badge-outline-info:focus {
|
|
15522
|
-
box-shadow: 0 0 0 0.25rem rgba(43, 118, 138, 0.5);
|
|
15578
|
+
background-color: rgb(36.55, 100.3, 117.3) !important;
|
|
15523
15579
|
}
|
|
15524
15580
|
|
|
15525
15581
|
.badge.bg-warning a,
|
|
@@ -15538,17 +15594,11 @@ a.badge.badge-outline-info:focus {
|
|
|
15538
15594
|
}
|
|
15539
15595
|
|
|
15540
15596
|
a.badge:focus-within.badge-outline-warning, a.badge:active.badge-outline-warning, a.badge:hover.badge-outline-warning {
|
|
15541
|
-
background-color:
|
|
15542
|
-
border-color:
|
|
15597
|
+
background-color: rgb(252, 246.6, 229.5) !important;
|
|
15598
|
+
border-color: rgb(191.25, 145.35, 0) !important;
|
|
15543
15599
|
}
|
|
15544
15600
|
a.badge:focus-within.text-bg-warning, a.badge:active.text-bg-warning, a.badge:hover.text-bg-warning {
|
|
15545
|
-
background-color:
|
|
15546
|
-
}
|
|
15547
|
-
a.badge.text-bg-warning:focus {
|
|
15548
|
-
box-shadow: 0 0 0 0.25rem rgba(191, 145, 0, 0.5);
|
|
15549
|
-
}
|
|
15550
|
-
a.badge.badge-outline-warning:focus {
|
|
15551
|
-
box-shadow: 0 0 0 0.25rem rgba(225, 171, 0, 0.5);
|
|
15601
|
+
background-color: rgb(191.25, 145.35, 0) !important;
|
|
15552
15602
|
}
|
|
15553
15603
|
|
|
15554
15604
|
.badge.bg-danger a,
|
|
@@ -15567,17 +15617,11 @@ a.badge.badge-outline-warning:focus {
|
|
|
15567
15617
|
}
|
|
15568
15618
|
|
|
15569
15619
|
a.badge:focus-within.badge-outline-danger, a.badge:active.badge-outline-danger, a.badge:hover.badge-outline-danger {
|
|
15570
|
-
background-color:
|
|
15571
|
-
border-color:
|
|
15620
|
+
background-color: rgb(247.9, 233.5, 233.7) !important;
|
|
15621
|
+
border-color: rgb(156.4, 34, 35.7) !important;
|
|
15572
15622
|
}
|
|
15573
15623
|
a.badge:focus-within.text-bg-danger, a.badge:active.text-bg-danger, a.badge:hover.text-bg-danger {
|
|
15574
|
-
background-color:
|
|
15575
|
-
}
|
|
15576
|
-
a.badge.text-bg-danger:focus {
|
|
15577
|
-
box-shadow: 0 0 0 0.25rem rgba(195, 72, 74, 0.5);
|
|
15578
|
-
}
|
|
15579
|
-
a.badge.badge-outline-danger:focus {
|
|
15580
|
-
box-shadow: 0 0 0 0.25rem rgba(184, 40, 42, 0.5);
|
|
15624
|
+
background-color: rgb(156.4, 34, 35.7) !important;
|
|
15581
15625
|
}
|
|
15582
15626
|
|
|
15583
15627
|
.badge.bg-light a,
|
|
@@ -15603,12 +15647,6 @@ a.badge:focus-within.badge-outline-light, a.badge:active.badge-outline-light, a.
|
|
|
15603
15647
|
a.badge:focus-within.text-bg-light, a.badge:active.text-bg-light, a.badge:hover.text-bg-light {
|
|
15604
15648
|
background-color: #cccccc !important;
|
|
15605
15649
|
}
|
|
15606
|
-
a.badge.text-bg-light:focus {
|
|
15607
|
-
box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
|
|
15608
|
-
}
|
|
15609
|
-
a.badge.badge-outline-light:focus {
|
|
15610
|
-
box-shadow: 0 0 0 0.25rem rgba(240, 240, 240, 0.5);
|
|
15611
|
-
}
|
|
15612
15650
|
|
|
15613
15651
|
.badge.bg-dark a,
|
|
15614
15652
|
.badge.bg-dark {
|
|
@@ -15630,16 +15668,10 @@ a.badge:focus-within.badge-outline-dark, a.badge:active.badge-outline-dark, a.ba
|
|
|
15630
15668
|
border-color: #000;
|
|
15631
15669
|
}
|
|
15632
15670
|
a.badge:focus-within.text-bg-dark, a.badge:active.text-bg-dark, a.badge:hover.text-bg-dark {
|
|
15633
|
-
background-color:
|
|
15634
|
-
}
|
|
15635
|
-
a.badge.text-bg-dark:focus {
|
|
15636
|
-
box-shadow: 0 0 0 0.25rem rgba(77, 82, 86, 0.5);
|
|
15637
|
-
}
|
|
15638
|
-
a.badge.badge-outline-dark:focus {
|
|
15639
|
-
box-shadow: 0 0 0 0.25rem rgba(46, 51, 56, 0.5);
|
|
15671
|
+
background-color: rgb(39.1, 43.35, 47.6) !important;
|
|
15640
15672
|
}
|
|
15641
15673
|
|
|
15642
|
-
.ss-main {
|
|
15674
|
+
.ss-main.ss-1 {
|
|
15643
15675
|
position: relative;
|
|
15644
15676
|
display: inline-block;
|
|
15645
15677
|
-webkit-user-select: none;
|
|
@@ -15650,7 +15682,7 @@ a.badge.badge-outline-dark:focus {
|
|
|
15650
15682
|
width: 100%;
|
|
15651
15683
|
}
|
|
15652
15684
|
|
|
15653
|
-
.ss-main .ss-single-selected {
|
|
15685
|
+
.ss-main.ss-1 .ss-single-selected {
|
|
15654
15686
|
display: -ms-flexbox;
|
|
15655
15687
|
display: flex;
|
|
15656
15688
|
cursor: pointer;
|
|
@@ -15665,22 +15697,22 @@ a.badge.badge-outline-dark:focus {
|
|
|
15665
15697
|
transition: background-color 0.2s;
|
|
15666
15698
|
}
|
|
15667
15699
|
|
|
15668
|
-
.ss-main .ss-single-selected.ss-disabled {
|
|
15700
|
+
.ss-main.ss-1 .ss-single-selected.ss-disabled {
|
|
15669
15701
|
background-color: #dcdee2;
|
|
15670
15702
|
cursor: not-allowed;
|
|
15671
15703
|
}
|
|
15672
15704
|
|
|
15673
|
-
.ss-main .ss-single-selected.ss-open-above {
|
|
15705
|
+
.ss-main.ss-1 .ss-single-selected.ss-open-above {
|
|
15674
15706
|
border-top-left-radius: 0px;
|
|
15675
15707
|
border-top-right-radius: 0px;
|
|
15676
15708
|
}
|
|
15677
15709
|
|
|
15678
|
-
.ss-main .ss-single-selected.ss-open-below {
|
|
15710
|
+
.ss-main.ss-1 .ss-single-selected.ss-open-below {
|
|
15679
15711
|
border-bottom-left-radius: 0px;
|
|
15680
15712
|
border-bottom-right-radius: 0px;
|
|
15681
15713
|
}
|
|
15682
15714
|
|
|
15683
|
-
.ss-main .ss-single-selected .placeholder {
|
|
15715
|
+
.ss-main.ss-1 .ss-single-selected .placeholder {
|
|
15684
15716
|
display: -ms-flexbox;
|
|
15685
15717
|
display: flex;
|
|
15686
15718
|
-ms-flex: 1 1 100%;
|
|
@@ -15699,7 +15731,7 @@ a.badge.badge-outline-dark:focus {
|
|
|
15699
15731
|
user-select: none;
|
|
15700
15732
|
}
|
|
15701
15733
|
|
|
15702
|
-
.ss-main .ss-single-selected .placeholder * {
|
|
15734
|
+
.ss-main.ss-1 .ss-single-selected .placeholder * {
|
|
15703
15735
|
display: -ms-flexbox;
|
|
15704
15736
|
display: flex;
|
|
15705
15737
|
-ms-flex-align: center;
|
|
@@ -15710,11 +15742,11 @@ a.badge.badge-outline-dark:focus {
|
|
|
15710
15742
|
width: auto;
|
|
15711
15743
|
}
|
|
15712
15744
|
|
|
15713
|
-
.ss-main .ss-single-selected .placeholder .ss-disabled {
|
|
15745
|
+
.ss-main.ss-1 .ss-single-selected .placeholder .ss-disabled {
|
|
15714
15746
|
color: #dedede;
|
|
15715
15747
|
}
|
|
15716
15748
|
|
|
15717
|
-
.ss-main .ss-single-selected .ss-deselect {
|
|
15749
|
+
.ss-main.ss-1 .ss-single-selected .ss-deselect {
|
|
15718
15750
|
display: -ms-flexbox;
|
|
15719
15751
|
display: flex;
|
|
15720
15752
|
-ms-flex-align: center;
|
|
@@ -15727,11 +15759,11 @@ a.badge.badge-outline-dark:focus {
|
|
|
15727
15759
|
font-weight: bold;
|
|
15728
15760
|
}
|
|
15729
15761
|
|
|
15730
|
-
.ss-main .ss-single-selected .ss-deselect.ss-hide {
|
|
15762
|
+
.ss-main.ss-1 .ss-single-selected .ss-deselect.ss-hide {
|
|
15731
15763
|
display: none;
|
|
15732
15764
|
}
|
|
15733
15765
|
|
|
15734
|
-
.ss-main .ss-single-selected .ss-arrow {
|
|
15766
|
+
.ss-main.ss-1 .ss-single-selected .ss-arrow {
|
|
15735
15767
|
display: -ms-flexbox;
|
|
15736
15768
|
display: flex;
|
|
15737
15769
|
-ms-flex-align: center;
|
|
@@ -15743,7 +15775,7 @@ a.badge.badge-outline-dark:focus {
|
|
|
15743
15775
|
margin: 0 6px 0 6px;
|
|
15744
15776
|
}
|
|
15745
15777
|
|
|
15746
|
-
.ss-main .ss-single-selected .ss-arrow span {
|
|
15778
|
+
.ss-main.ss-1 .ss-single-selected .ss-arrow span {
|
|
15747
15779
|
border: solid #666666;
|
|
15748
15780
|
border-width: 0 2px 2px 0;
|
|
15749
15781
|
display: inline-block;
|
|
@@ -15753,19 +15785,19 @@ a.badge.badge-outline-dark:focus {
|
|
|
15753
15785
|
transition: transform 0.2s, margin 0.2s, -webkit-transform 0.2s;
|
|
15754
15786
|
}
|
|
15755
15787
|
|
|
15756
|
-
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
|
|
15788
|
+
.ss-main.ss-1 .ss-single-selected .ss-arrow span.arrow-up {
|
|
15757
15789
|
-webkit-transform: rotate(-135deg);
|
|
15758
15790
|
transform: rotate(-135deg);
|
|
15759
15791
|
margin: 3px 0 0 0;
|
|
15760
15792
|
}
|
|
15761
15793
|
|
|
15762
|
-
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
|
|
15794
|
+
.ss-main.ss-1 .ss-single-selected .ss-arrow span.arrow-down {
|
|
15763
15795
|
-webkit-transform: rotate(45deg);
|
|
15764
15796
|
transform: rotate(45deg);
|
|
15765
15797
|
margin: -3px 0 0 0;
|
|
15766
15798
|
}
|
|
15767
15799
|
|
|
15768
|
-
.ss-main .ss-multi-selected {
|
|
15800
|
+
.ss-main.ss-1 .ss-multi-selected {
|
|
15769
15801
|
display: -ms-flexbox;
|
|
15770
15802
|
display: flex;
|
|
15771
15803
|
-ms-flex-direction: row;
|
|
@@ -15782,30 +15814,30 @@ a.badge.badge-outline-dark:focus {
|
|
|
15782
15814
|
transition: background-color 0.2s;
|
|
15783
15815
|
}
|
|
15784
15816
|
|
|
15785
|
-
.ss-main .ss-multi-selected.ss-disabled {
|
|
15817
|
+
.ss-main.ss-1 .ss-multi-selected.ss-disabled {
|
|
15786
15818
|
background-color: #dcdee2;
|
|
15787
15819
|
cursor: not-allowed;
|
|
15788
15820
|
}
|
|
15789
15821
|
|
|
15790
|
-
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
|
|
15822
|
+
.ss-main.ss-1 .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
|
|
15791
15823
|
color: #666666;
|
|
15792
15824
|
}
|
|
15793
15825
|
|
|
15794
|
-
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
|
|
15826
|
+
.ss-main.ss-1 .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
|
|
15795
15827
|
cursor: not-allowed;
|
|
15796
15828
|
}
|
|
15797
15829
|
|
|
15798
|
-
.ss-main .ss-multi-selected.ss-open-above {
|
|
15830
|
+
.ss-main.ss-1 .ss-multi-selected.ss-open-above {
|
|
15799
15831
|
border-top-left-radius: 0px;
|
|
15800
15832
|
border-top-right-radius: 0px;
|
|
15801
15833
|
}
|
|
15802
15834
|
|
|
15803
|
-
.ss-main .ss-multi-selected.ss-open-below {
|
|
15835
|
+
.ss-main.ss-1 .ss-multi-selected.ss-open-below {
|
|
15804
15836
|
border-bottom-left-radius: 0px;
|
|
15805
15837
|
border-bottom-right-radius: 0px;
|
|
15806
15838
|
}
|
|
15807
15839
|
|
|
15808
|
-
.ss-main .ss-multi-selected .ss-values {
|
|
15840
|
+
.ss-main.ss-1 .ss-multi-selected .ss-values {
|
|
15809
15841
|
display: -ms-flexbox;
|
|
15810
15842
|
display: flex;
|
|
15811
15843
|
-ms-flex-wrap: wrap;
|
|
@@ -15817,7 +15849,7 @@ a.badge.badge-outline-dark:focus {
|
|
|
15817
15849
|
width: calc(100% - 30px);
|
|
15818
15850
|
}
|
|
15819
15851
|
|
|
15820
|
-
.ss-main .ss-multi-selected .ss-values .ss-disabled {
|
|
15852
|
+
.ss-main.ss-1 .ss-multi-selected .ss-values .ss-disabled {
|
|
15821
15853
|
display: -ms-flexbox;
|
|
15822
15854
|
display: flex;
|
|
15823
15855
|
padding: 4px 5px;
|
|
@@ -15881,7 +15913,7 @@ a.badge.badge-outline-dark:focus {
|
|
|
15881
15913
|
opacity: 0;
|
|
15882
15914
|
}
|
|
15883
15915
|
}
|
|
15884
|
-
.ss-main .ss-multi-selected .ss-values .ss-value {
|
|
15916
|
+
.ss-main.ss-1 .ss-multi-selected .ss-values .ss-value {
|
|
15885
15917
|
display: -ms-flexbox;
|
|
15886
15918
|
display: flex;
|
|
15887
15919
|
-webkit-user-select: none;
|
|
@@ -15906,7 +15938,7 @@ a.badge.badge-outline-dark:focus {
|
|
|
15906
15938
|
animation-fill-mode: both;
|
|
15907
15939
|
}
|
|
15908
15940
|
|
|
15909
|
-
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
|
|
15941
|
+
.ss-main.ss-1 .ss-multi-selected .ss-values .ss-value.ss-out {
|
|
15910
15942
|
-webkit-animation-name: scaleOut;
|
|
15911
15943
|
animation-name: scaleOut;
|
|
15912
15944
|
-webkit-animation-duration: 0.2s;
|
|
@@ -15915,12 +15947,12 @@ a.badge.badge-outline-dark:focus {
|
|
|
15915
15947
|
animation-timing-function: ease-out;
|
|
15916
15948
|
}
|
|
15917
15949
|
|
|
15918
|
-
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
|
|
15950
|
+
.ss-main.ss-1 .ss-multi-selected .ss-values .ss-value .ss-value-delete {
|
|
15919
15951
|
margin: 0 0 0 5px;
|
|
15920
15952
|
cursor: pointer;
|
|
15921
15953
|
}
|
|
15922
15954
|
|
|
15923
|
-
.ss-main .ss-multi-selected .ss-add {
|
|
15955
|
+
.ss-main.ss-1 .ss-multi-selected .ss-add {
|
|
15924
15956
|
display: -ms-flexbox;
|
|
15925
15957
|
display: flex;
|
|
15926
15958
|
-ms-flex: 0 1 3px;
|
|
@@ -15928,7 +15960,7 @@ a.badge.badge-outline-dark:focus {
|
|
|
15928
15960
|
margin: 9px 12px 0 5px;
|
|
15929
15961
|
}
|
|
15930
15962
|
|
|
15931
|
-
.ss-main .ss-multi-selected .ss-add .ss-plus {
|
|
15963
|
+
.ss-main.ss-1 .ss-multi-selected .ss-add .ss-plus {
|
|
15932
15964
|
display: -ms-flexbox;
|
|
15933
15965
|
display: flex;
|
|
15934
15966
|
-ms-flex-pack: center;
|
|
@@ -15944,7 +15976,7 @@ a.badge.badge-outline-dark:focus {
|
|
|
15944
15976
|
transition: transform 0.2s, -webkit-transform 0.2s;
|
|
15945
15977
|
}
|
|
15946
15978
|
|
|
15947
|
-
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
|
|
15979
|
+
.ss-main.ss-1 .ss-multi-selected .ss-add .ss-plus:after {
|
|
15948
15980
|
background: #666666;
|
|
15949
15981
|
content: "";
|
|
15950
15982
|
position: absolute;
|
|
@@ -15954,7 +15986,7 @@ a.badge.badge-outline-dark:focus {
|
|
|
15954
15986
|
top: 4px;
|
|
15955
15987
|
}
|
|
15956
15988
|
|
|
15957
|
-
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
|
|
15989
|
+
.ss-main.ss-1 .ss-multi-selected .ss-add .ss-plus.ss-cross {
|
|
15958
15990
|
-webkit-transform: rotate(45deg);
|
|
15959
15991
|
transform: rotate(45deg);
|
|
15960
15992
|
}
|
|
@@ -16151,22 +16183,22 @@ select.multi-select {
|
|
|
16151
16183
|
opacity: 0;
|
|
16152
16184
|
}
|
|
16153
16185
|
|
|
16154
|
-
.ss-main.multi-select {
|
|
16186
|
+
.ss-main.multi-select.ss-1 {
|
|
16155
16187
|
padding: 0;
|
|
16156
16188
|
}
|
|
16157
|
-
.ss-main.multi-select.form-select.is-invalid, .ss-main.multi-select.form-select.is-valid {
|
|
16189
|
+
.ss-main.multi-select.ss-1.form-select.is-invalid, .ss-main.multi-select.ss-1.form-select.is-valid {
|
|
16158
16190
|
background: none;
|
|
16159
16191
|
padding: 0;
|
|
16160
16192
|
}
|
|
16161
|
-
.ss-main.multi-select .ss-values {
|
|
16193
|
+
.ss-main.multi-select.ss-1 .ss-values {
|
|
16162
16194
|
font-size: calc(1.275rem + 0.3vw);
|
|
16163
16195
|
}
|
|
16164
16196
|
@media (min-width: 1200px) {
|
|
16165
|
-
.ss-main.multi-select .ss-values {
|
|
16197
|
+
.ss-main.multi-select.ss-1 .ss-values {
|
|
16166
16198
|
font-size: 1.5rem;
|
|
16167
16199
|
}
|
|
16168
16200
|
}
|
|
16169
|
-
.ss-main.multi-select .ss-values .ss-value {
|
|
16201
|
+
.ss-main.multi-select.ss-1 .ss-values .ss-value {
|
|
16170
16202
|
display: inline-block;
|
|
16171
16203
|
padding: 0.35em 0.65em;
|
|
16172
16204
|
font-size: 1.125rem;
|
|
@@ -16179,10 +16211,10 @@ select.multi-select {
|
|
|
16179
16211
|
padding-right: 1.25rem;
|
|
16180
16212
|
border-radius: 0.375rem;
|
|
16181
16213
|
}
|
|
16182
|
-
.ss-main.multi-select .ss-values .ss-value .ss-value-delete {
|
|
16214
|
+
.ss-main.multi-select.ss-1 .ss-values .ss-value .ss-value-delete {
|
|
16183
16215
|
font-size: 0;
|
|
16184
16216
|
}
|
|
16185
|
-
.ss-main.multi-select .ss-values .ss-value .ss-value-delete:after {
|
|
16217
|
+
.ss-main.multi-select.ss-1 .ss-values .ss-value .ss-value-delete:after {
|
|
16186
16218
|
background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8.5C16 12.9183 12.4183 16.5 8 16.5C3.58172 16.5 0 12.9183 0 8.5C0 4.08172 3.58172 0.5 8 0.5C12.4183 0.5 16 4.08172 16 8.5ZM5.35355 5.14645C5.15829 4.95118 4.84171 4.95118 4.64645 5.14645C4.45118 5.34171 4.45118 5.65829 4.64645 5.85355L7.29289 8.5L4.64645 11.1464C4.45118 11.3417 4.45118 11.6583 4.64645 11.8536C4.84171 12.0488 5.15829 12.0488 5.35355 11.8536L8 9.20711L10.6464 11.8536C10.8417 12.0488 11.1583 12.0488 11.3536 11.8536C11.5488 11.6583 11.5488 11.3417 11.3536 11.1464L8.70711 8.5L11.3536 5.85355C11.5488 5.65829 11.5488 5.34171 11.3536 5.14645C11.1583 4.95118 10.8417 4.95118 10.6464 5.14645L8 7.79289L5.35355 5.14645Z' fill='%23F8F9FA'/%3E%3C/svg%3E%0A");
|
|
16187
16219
|
background-repeat: no-repeat;
|
|
16188
16220
|
content: "";
|
|
@@ -16198,29 +16230,29 @@ select.multi-select {
|
|
|
16198
16230
|
right: 0;
|
|
16199
16231
|
bottom: calc(50% - 3px);
|
|
16200
16232
|
}
|
|
16201
|
-
.ss-main.multi-select .ss-values .ss-value .ss-value-delete:focus-visible:after {
|
|
16233
|
+
.ss-main.multi-select.ss-1 .ss-values .ss-value .ss-value-delete:focus-visible:after {
|
|
16202
16234
|
outline: 2px solid #fff;
|
|
16203
16235
|
outline-offset: -6px;
|
|
16204
16236
|
}
|
|
16205
|
-
.ss-main.multi-select .ss-values .ss-disabled {
|
|
16237
|
+
.ss-main.multi-select.ss-1 .ss-values .ss-disabled {
|
|
16206
16238
|
padding-top: calc(0.5rem - 1px);
|
|
16207
16239
|
padding-bottom: calc(0.5rem - 1px);
|
|
16208
16240
|
font-size: 1rem;
|
|
16209
16241
|
}
|
|
16210
|
-
.ss-main.multi-select .ss-multi-selected {
|
|
16242
|
+
.ss-main.multi-select.ss-1 .ss-multi-selected {
|
|
16211
16243
|
border-color: #ced4da;
|
|
16212
16244
|
padding: calc(0.5rem - 2px) 0 calc(0.5rem - 2px) 0.3rem;
|
|
16213
16245
|
}
|
|
16214
|
-
.ss-main.multi-select .ss-multi-selected.ss-disabled .ss-values .ss-value {
|
|
16246
|
+
.ss-main.multi-select.ss-1 .ss-multi-selected.ss-disabled .ss-values .ss-value {
|
|
16215
16247
|
background: #adb5bd;
|
|
16216
16248
|
}
|
|
16217
|
-
.ss-main.multi-select .ss-multi-selected .ss-add {
|
|
16249
|
+
.ss-main.multi-select.ss-1 .ss-multi-selected .ss-add {
|
|
16218
16250
|
margin-top: 0;
|
|
16219
16251
|
-ms-flex-item-align: center;
|
|
16220
16252
|
-ms-grid-row-align: center;
|
|
16221
16253
|
align-self: center;
|
|
16222
16254
|
}
|
|
16223
|
-
.ss-main.multi-select .ss-multi-selected .ss-values .ss-disabled {
|
|
16255
|
+
.ss-main.multi-select.ss-1 .ss-multi-selected .ss-values .ss-disabled {
|
|
16224
16256
|
color: #6c757d;
|
|
16225
16257
|
}
|
|
16226
16258
|
|
|
@@ -16254,16 +16286,16 @@ select.multi-select {
|
|
|
16254
16286
|
}
|
|
16255
16287
|
|
|
16256
16288
|
@media (min-width: 768px) {
|
|
16257
|
-
.ss-main.multi-select .ss-multi-selected {
|
|
16289
|
+
.ss-main.ss-1.multi-select .ss-multi-selected {
|
|
16258
16290
|
padding: 0.075rem 0 0.075rem 0.3rem;
|
|
16259
16291
|
}
|
|
16260
|
-
.ss-main.multi-select .ss-values {
|
|
16292
|
+
.ss-main.ss-1.multi-select .ss-values {
|
|
16261
16293
|
font-size: 1rem;
|
|
16262
16294
|
}
|
|
16263
|
-
.ss-main.multi-select .ss-values .ss-value {
|
|
16295
|
+
.ss-main.ss-1.multi-select .ss-values .ss-value {
|
|
16264
16296
|
font-size: 1rem;
|
|
16265
16297
|
}
|
|
16266
|
-
.ss-main.multi-select .ss-values .ss-disabled {
|
|
16298
|
+
.ss-main.ss-1.multi-select .ss-values .ss-disabled {
|
|
16267
16299
|
padding-top: calc(0.5rem - 2px + 1px);
|
|
16268
16300
|
padding-bottom: calc(0.5rem - 2px);
|
|
16269
16301
|
}
|
|
@@ -16616,6 +16648,12 @@ select.multi-select {
|
|
|
16616
16648
|
text-decoration: underline;
|
|
16617
16649
|
border-color: #0e47cb;
|
|
16618
16650
|
}
|
|
16651
|
+
.bcl-language-list .btn:focus-visible {
|
|
16652
|
+
background: #221684;
|
|
16653
|
+
color: #fff;
|
|
16654
|
+
outline: 2px solid #fff;
|
|
16655
|
+
outline-offset: -4px;
|
|
16656
|
+
}
|
|
16619
16657
|
.bcl-language-list .btn.selected {
|
|
16620
16658
|
background: #f25924;
|
|
16621
16659
|
color: #fff;
|
|
@@ -16628,6 +16666,9 @@ select.multi-select {
|
|
|
16628
16666
|
color: #0e47cb;
|
|
16629
16667
|
font-weight: 700;
|
|
16630
16668
|
}
|
|
16669
|
+
.bcl-language-list.bcl-language-list--ec .btn:focus-visible, .bcl-language-list.bcl-language-list--eu .btn:focus-visible {
|
|
16670
|
+
color: #fff;
|
|
16671
|
+
}
|
|
16631
16672
|
.bcl-language-list.bcl-language-list--ec .btn.selected, .bcl-language-list.bcl-language-list--eu .btn.selected {
|
|
16632
16673
|
background: #ffcc00;
|
|
16633
16674
|
color: #000;
|
|
@@ -17098,13 +17139,20 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
17098
17139
|
}
|
|
17099
17140
|
.carousel-indicators {
|
|
17100
17141
|
background-color: rgba(0, 0, 0, 0.5);
|
|
17142
|
+
padding: 1rem 0 1.5rem;
|
|
17101
17143
|
margin: 0;
|
|
17102
17144
|
}
|
|
17103
17145
|
.carousel-indicators [data-bs-target] {
|
|
17104
17146
|
width: 8px;
|
|
17105
17147
|
height: 8px;
|
|
17106
|
-
margin: 0
|
|
17148
|
+
margin: 0 0.5rem 0;
|
|
17107
17149
|
border-radius: 50%;
|
|
17150
|
+
border: 1px solid transparent;
|
|
17151
|
+
}
|
|
17152
|
+
.carousel-indicators [data-bs-target]:focus {
|
|
17153
|
+
outline: 1px solid #fff;
|
|
17154
|
+
border-color: #221684;
|
|
17155
|
+
opacity: 1;
|
|
17108
17156
|
}
|
|
17109
17157
|
|
|
17110
17158
|
.carousel-caption {
|
|
@@ -17144,6 +17192,12 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
17144
17192
|
.carousel-control-prev:hover {
|
|
17145
17193
|
opacity: 1;
|
|
17146
17194
|
}
|
|
17195
|
+
.carousel-control-next:focus .carousel-control-prev-icon,
|
|
17196
|
+
.carousel-control-next:focus .carousel-control-next-icon,
|
|
17197
|
+
.carousel-control-prev:focus .carousel-control-prev-icon,
|
|
17198
|
+
.carousel-control-prev:focus .carousel-control-next-icon {
|
|
17199
|
+
outline: 2px solid #fff;
|
|
17200
|
+
}
|
|
17147
17201
|
|
|
17148
17202
|
.carousel-control-prev-icon,
|
|
17149
17203
|
.carousel-control-next-icon {
|
|
@@ -17427,13 +17481,25 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
17427
17481
|
}
|
|
17428
17482
|
}
|
|
17429
17483
|
|
|
17430
|
-
|
|
17484
|
+
/* stylelint-disable no-descending-specificity */
|
|
17485
|
+
.pagination .page-item .page-link {
|
|
17431
17486
|
display: -ms-flexbox;
|
|
17432
17487
|
display: flex;
|
|
17433
17488
|
height: 100%;
|
|
17434
17489
|
-ms-flex-align: center;
|
|
17435
17490
|
align-items: center;
|
|
17436
17491
|
}
|
|
17492
|
+
.pagination .page-item .page-link:focus-visible {
|
|
17493
|
+
box-shadow: none;
|
|
17494
|
+
outline: 2px solid #221684;
|
|
17495
|
+
outline-offset: -3px;
|
|
17496
|
+
}
|
|
17497
|
+
.pagination .page-item:not(.active) .page-link:focus-visible {
|
|
17498
|
+
background: transparent;
|
|
17499
|
+
}
|
|
17500
|
+
.pagination .page-item.active .page-link:focus-visible {
|
|
17501
|
+
outline-color: #fff;
|
|
17502
|
+
}
|
|
17437
17503
|
|
|
17438
17504
|
.pagination--glossary {
|
|
17439
17505
|
-ms-flex-wrap: wrap;
|