bitwrench 2.0.32 → 2.1.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/README.md +210 -125
- package/dist/bitwrench-bccl.cjs.js +349 -188
- package/dist/bitwrench-bccl.cjs.min.js +2 -39
- package/dist/bitwrench-bccl.cjs.min.js.gz +0 -0
- package/dist/bitwrench-bccl.esm.js +349 -188
- package/dist/bitwrench-bccl.esm.min.js +2 -39
- package/dist/bitwrench-bccl.esm.min.js.gz +0 -0
- package/dist/bitwrench-bccl.umd.js +349 -188
- package/dist/bitwrench-bccl.umd.min.js +2 -39
- package/dist/bitwrench-bccl.umd.min.js.gz +0 -0
- package/dist/bitwrench-code-edit.cjs.js +17 -6
- package/dist/bitwrench-code-edit.cjs.min.js +2 -20
- package/dist/bitwrench-code-edit.es5.js +8 -3
- package/dist/bitwrench-code-edit.es5.min.js +2 -19
- package/dist/bitwrench-code-edit.esm.js +17 -6
- package/dist/bitwrench-code-edit.esm.min.js +2 -19
- package/dist/bitwrench-code-edit.umd.js +17 -6
- package/dist/bitwrench-code-edit.umd.min.js +2 -19
- package/dist/bitwrench-code-edit.umd.min.js.gz +0 -0
- package/dist/bitwrench-debug.js +1 -1
- package/dist/bitwrench-debug.min.js +1 -1
- package/dist/bitwrench-lean.cjs.js +2492 -1628
- package/dist/bitwrench-lean.cjs.min.js +2 -80
- package/dist/bitwrench-lean.cjs.min.js.gz +0 -0
- package/dist/bitwrench-lean.es5.js +2740 -1838
- package/dist/bitwrench-lean.es5.min.js +2 -49
- package/dist/bitwrench-lean.es5.min.js.gz +0 -0
- package/dist/bitwrench-lean.esm.js +2492 -1628
- package/dist/bitwrench-lean.esm.min.js +2 -80
- package/dist/bitwrench-lean.esm.min.js.gz +0 -0
- package/dist/bitwrench-lean.umd.js +2492 -1628
- package/dist/bitwrench-lean.umd.min.js +2 -80
- package/dist/bitwrench-lean.umd.min.js.gz +0 -0
- package/dist/bitwrench-util-color.cjs.js +251 -0
- package/dist/bitwrench-util-color.cjs.min.js +3 -0
- package/dist/bitwrench-util-color.es5.js +256 -0
- package/dist/bitwrench-util-color.es5.min.js +3 -0
- package/dist/bitwrench-util-color.esm.js +241 -0
- package/dist/bitwrench-util-color.esm.min.js +3 -0
- package/dist/bitwrench-util-color.umd.js +257 -0
- package/dist/bitwrench-util-color.umd.min.js +3 -0
- package/dist/bitwrench-util-css.cjs.js +2 -1
- package/dist/bitwrench-util-css.cjs.min.js +2 -21
- package/dist/bitwrench-util-css.es5.js +2 -1
- package/dist/bitwrench-util-css.es5.min.js +2 -20
- package/dist/bitwrench-util-css.esm.js +2 -1
- package/dist/bitwrench-util-css.esm.min.js +1 -19
- package/dist/bitwrench-util-css.umd.js +2 -1
- package/dist/bitwrench-util-css.umd.min.js +2 -20
- package/dist/bitwrench-util-css.umd.min.js.gz +0 -0
- package/dist/bitwrench.cjs.js +2826 -1801
- package/dist/bitwrench.cjs.min.js +2 -99
- package/dist/bitwrench.cjs.min.js.gz +0 -0
- package/dist/bitwrench.css +403 -479
- package/dist/bitwrench.d.ts +70 -73
- package/dist/bitwrench.es5.js +3106 -2020
- package/dist/bitwrench.es5.min.js +2 -67
- package/dist/bitwrench.es5.min.js.gz +0 -0
- package/dist/bitwrench.esm.js +2826 -1801
- package/dist/bitwrench.esm.min.js +2 -99
- package/dist/bitwrench.esm.min.js.gz +0 -0
- package/dist/bitwrench.min.css +1 -1
- package/dist/bitwrench.umd.js +2826 -1801
- package/dist/bitwrench.umd.min.js +2 -99
- package/dist/bitwrench.umd.min.js.gz +0 -0
- package/dist/builds.json +222 -134
- package/dist/bwserve.cjs.js +289 -282
- package/dist/bwserve.d.ts +157 -0
- package/dist/bwserve.esm.js +290 -283
- package/dist/sri.json +54 -46
- package/docs/README.md +6 -3
- package/docs/app-patterns.md +7 -6
- package/docs/bitwrench-for-wasm.md +53 -54
- package/docs/bitwrench-mcp.md +2 -2
- package/docs/bitwrench-northstar-principles.md +406 -0
- package/docs/bitwrench-taco-schema-discussion.md +2 -2
- package/docs/bitwrench_api.md +191 -106
- package/docs/bitwrench_typescript_usage.md +5 -5
- package/docs/bw-attach.md +29 -75
- package/docs/bwserve.md +200 -168
- package/docs/cli.md +36 -12
- package/docs/component-cheatsheet.md +2 -2
- package/docs/component-library.md +4 -4
- package/docs/component-lifecycle.md +234 -0
- package/docs/drift-lint.md +268 -0
- package/docs/framework-translation-table.md +4 -4
- package/docs/llm-bitwrench-guide.md +60 -50
- package/docs/routing.md +11 -13
- package/docs/state-management.md +110 -109
- package/docs/taco-format.md +13 -14
- package/docs/theming.md +13 -3
- package/docs/thinking-in-bitwrench.md +858 -983
- package/docs/tutorial-bwserve.md +37 -36
- package/docs/tutorial-embedded.md +10 -21
- package/docs/tutorial-website.md +2 -2
- package/package.json +38 -7
- package/readme.html +262 -160
- package/src/bitwrench-bccl-entry.js +2 -2
- package/src/bitwrench-bccl.js +346 -185
- package/src/bitwrench-code-edit.js +16 -5
- package/src/bitwrench-color-utils.js +117 -181
- package/src/bitwrench-file-ops.js +2 -2
- package/src/bitwrench-lean.js +4 -3
- package/src/bitwrench-router.js +5 -2
- package/src/bitwrench-styles.js +420 -504
- package/src/bitwrench-util-color.js +240 -0
- package/src/bitwrench-util-css.js +1 -0
- package/src/bitwrench-utils.js +4 -0
- package/src/bitwrench.d.ts +70 -73
- package/src/bitwrench.h +5 -0
- package/src/bitwrench.js +1939 -933
- package/src/bwserve/attach.js +0 -1
- package/src/bwserve/bwclient.js +172 -32
- package/src/bwserve/bwshell.js +0 -4
- package/src/bwserve/client.js +59 -220
- package/src/bwserve/index.js +59 -26
- package/src/bwserve.d.ts +157 -0
- package/src/bwserve.h +5 -0
- package/src/cli/attach.js +12 -75
- package/src/cli/convert.js +2 -2
- package/src/cli/serve.js +37 -35
- package/src/generate-css.js +1 -1
- package/src/mcp/knowledge.js +4 -4
- package/src/mcp/live.js +21 -13
- package/src/mcp/tools.js +0 -1
- package/src/version.js +3 -7
package/dist/bitwrench.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* bitwrench.css v2.0
|
|
2
|
+
* bitwrench.css v2.1.0 — AUTO-GENERATED, DO NOT EDIT
|
|
3
3
|
*
|
|
4
4
|
* Generated by src/generate-css.js from bitwrench-styles.js
|
|
5
5
|
* This is a static snapshot of what bw.loadStyles() produces
|
|
6
6
|
* at runtime. Use one or the other, not both.
|
|
7
7
|
*
|
|
8
8
|
* To regenerate: npm run build:css
|
|
9
|
-
* https://deftio.github.
|
|
9
|
+
* https://deftio.github.io/bitwrench/pages
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
|
|
@@ -130,7 +130,7 @@ a {
|
|
|
130
130
|
font-size: 1rem;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.
|
|
133
|
+
.bw_bccl_container {
|
|
134
134
|
width: 100%;
|
|
135
135
|
padding-right: 0.75rem;
|
|
136
136
|
padding-left: 0.75rem;
|
|
@@ -292,12 +292,12 @@ a {
|
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
@media (min-width: 1200px) {
|
|
295
|
-
.
|
|
295
|
+
.bw_bccl_container {
|
|
296
296
|
max-width: 1140px;
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
-
.
|
|
300
|
+
.bw_bccl_container_fluid {
|
|
301
301
|
width: 100%;
|
|
302
302
|
padding-right: 0.75rem;
|
|
303
303
|
padding-left: 0.75rem;
|
|
@@ -385,7 +385,7 @@ a {
|
|
|
385
385
|
max-width: 100%;
|
|
386
386
|
}
|
|
387
387
|
|
|
388
|
-
.
|
|
388
|
+
.bw_bccl_btn {
|
|
389
389
|
display: inline-flex;
|
|
390
390
|
align-items: center;
|
|
391
391
|
justify-content: center;
|
|
@@ -404,33 +404,33 @@ a {
|
|
|
404
404
|
border-radius: 6px;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
.
|
|
407
|
+
.bw_bccl_btn:hover {
|
|
408
408
|
text-decoration: none;
|
|
409
409
|
transform: translateY(-1px);
|
|
410
410
|
}
|
|
411
411
|
|
|
412
|
-
.
|
|
412
|
+
.bw_bccl_btn:active {
|
|
413
413
|
transform: translateY(0);
|
|
414
414
|
}
|
|
415
415
|
|
|
416
|
-
.
|
|
416
|
+
.bw_bccl_btn:focus-visible {
|
|
417
417
|
outline: 2px solid currentColor;
|
|
418
418
|
outline-offset: 2px;
|
|
419
419
|
box-shadow: 0 0 0 3px rgba(0,102,102,0.25);
|
|
420
420
|
}
|
|
421
421
|
|
|
422
|
-
.
|
|
422
|
+
.bw_bccl_btn:disabled {
|
|
423
423
|
opacity: 0.5;
|
|
424
424
|
cursor: not-allowed;
|
|
425
425
|
pointer-events: none;
|
|
426
426
|
}
|
|
427
427
|
|
|
428
|
-
.
|
|
428
|
+
.bw_bccl_btn_block {
|
|
429
429
|
display: block;
|
|
430
430
|
width: 100%;
|
|
431
431
|
}
|
|
432
432
|
|
|
433
|
-
.
|
|
433
|
+
.bw_bccl_card {
|
|
434
434
|
position: relative;
|
|
435
435
|
display: flex;
|
|
436
436
|
flex-direction: column;
|
|
@@ -447,16 +447,16 @@ a {
|
|
|
447
447
|
transition: box-shadow 200ms ease-out, transform 200ms ease-out;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
-
.
|
|
450
|
+
.bw_bccl_card_body {
|
|
451
451
|
flex: 1 1 auto;
|
|
452
452
|
padding: 1.5rem 1.5rem;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
-
.
|
|
455
|
+
.bw_bccl_card_body > *:last-child {
|
|
456
456
|
margin-bottom: 0;
|
|
457
457
|
}
|
|
458
458
|
|
|
459
|
-
.
|
|
459
|
+
.bw_bccl_card_title {
|
|
460
460
|
margin-bottom: 0.5rem;
|
|
461
461
|
font-size: 1.125rem;
|
|
462
462
|
font-weight: 600;
|
|
@@ -464,13 +464,13 @@ a {
|
|
|
464
464
|
color: #212529;
|
|
465
465
|
}
|
|
466
466
|
|
|
467
|
-
.
|
|
467
|
+
.bw_bccl_card_text {
|
|
468
468
|
margin-bottom: 0;
|
|
469
469
|
font-size: 0.9375rem;
|
|
470
470
|
line-height: 1.6;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
-
.
|
|
473
|
+
.bw_bccl_card_header {
|
|
474
474
|
margin-bottom: 0;
|
|
475
475
|
font-weight: 600;
|
|
476
476
|
font-size: 0.875rem;
|
|
@@ -479,47 +479,47 @@ a {
|
|
|
479
479
|
border-bottom: 1px solid #c2cbd4;
|
|
480
480
|
}
|
|
481
481
|
|
|
482
|
-
.
|
|
482
|
+
.bw_bccl_card_footer {
|
|
483
483
|
font-size: 0.875rem;
|
|
484
484
|
background-color: #e2eeee;
|
|
485
485
|
border-top: 1px solid #c2cbd4;
|
|
486
486
|
color: #6c757d;
|
|
487
487
|
}
|
|
488
488
|
|
|
489
|
-
.
|
|
489
|
+
.bw_bccl_card_hoverable {
|
|
490
490
|
transition: box-shadow 300ms ease-out, transform 300ms ease-out;
|
|
491
491
|
}
|
|
492
492
|
|
|
493
|
-
.
|
|
493
|
+
.bw_bccl_card_hoverable:hover {
|
|
494
494
|
transform: translateY(-4px);
|
|
495
495
|
box-shadow: 0 10px 15px rgba(0,0,0,0.12), 0 4px 6px rgba(0,0,0,0.08);
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
-
.
|
|
498
|
+
.bw_bccl_card_img_top {
|
|
499
499
|
width: 100%;
|
|
500
500
|
}
|
|
501
501
|
|
|
502
|
-
.
|
|
502
|
+
.bw_bccl_card_img_bottom {
|
|
503
503
|
width: 100%;
|
|
504
504
|
}
|
|
505
505
|
|
|
506
|
-
.
|
|
506
|
+
.bw_bccl_card_img_left {
|
|
507
507
|
width: 40%;
|
|
508
508
|
object-fit: cover;
|
|
509
509
|
}
|
|
510
510
|
|
|
511
|
-
.
|
|
511
|
+
.bw_bccl_card_img_right {
|
|
512
512
|
width: 40%;
|
|
513
513
|
object-fit: cover;
|
|
514
514
|
}
|
|
515
515
|
|
|
516
|
-
.
|
|
516
|
+
.bw_bccl_card_subtitle, .card-subtitle {
|
|
517
517
|
margin-top: -0.25rem;
|
|
518
518
|
margin-bottom: 0.5rem;
|
|
519
519
|
font-size: 0.875rem;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
|
-
.
|
|
522
|
+
.bw_bccl_form_control {
|
|
523
523
|
display: block;
|
|
524
524
|
width: 100%;
|
|
525
525
|
font-size: 0.9375rem;
|
|
@@ -537,19 +537,19 @@ a {
|
|
|
537
537
|
border-color: #c2cbd4;
|
|
538
538
|
}
|
|
539
539
|
|
|
540
|
-
.
|
|
540
|
+
.bw_bccl_form_control:focus {
|
|
541
541
|
outline: 2px solid #006666;
|
|
542
542
|
outline-offset: -1px;
|
|
543
543
|
border-color: #99c2c2;
|
|
544
544
|
box-shadow: 0 0 0 0.25rem rgba(0,102,102,0.25);
|
|
545
545
|
}
|
|
546
546
|
|
|
547
|
-
.
|
|
547
|
+
.bw_bccl_form_control::placeholder {
|
|
548
548
|
opacity: 1;
|
|
549
549
|
color: #6c757d;
|
|
550
550
|
}
|
|
551
551
|
|
|
552
|
-
.
|
|
552
|
+
.bw_bccl_form_label {
|
|
553
553
|
display: block;
|
|
554
554
|
margin-bottom: 0.375rem;
|
|
555
555
|
font-size: 0.875rem;
|
|
@@ -557,17 +557,17 @@ a {
|
|
|
557
557
|
color: #212529;
|
|
558
558
|
}
|
|
559
559
|
|
|
560
|
-
.
|
|
560
|
+
.bw_bccl_form_group {
|
|
561
561
|
margin-bottom: 1.25rem;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
|
-
.
|
|
564
|
+
.bw_bccl_form_text {
|
|
565
565
|
margin-top: 0.25rem;
|
|
566
566
|
font-size: 0.8125rem;
|
|
567
567
|
color: #6c757d;
|
|
568
568
|
}
|
|
569
569
|
|
|
570
|
-
select.
|
|
570
|
+
select.bw_bccl_form_control {
|
|
571
571
|
padding-right: 2.25rem;
|
|
572
572
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
573
573
|
background-repeat: no-repeat;
|
|
@@ -575,7 +575,7 @@ select.bw_form_control {
|
|
|
575
575
|
background-size: 16px 12px;
|
|
576
576
|
}
|
|
577
577
|
|
|
578
|
-
textarea.
|
|
578
|
+
textarea.bw_bccl_form_control {
|
|
579
579
|
min-height: 5rem;
|
|
580
580
|
resize: vertical;
|
|
581
581
|
}
|
|
@@ -592,7 +592,7 @@ textarea.bw_form_control {
|
|
|
592
592
|
margin-top: 0.25rem;
|
|
593
593
|
}
|
|
594
594
|
|
|
595
|
-
.
|
|
595
|
+
.bw_bccl_form_check {
|
|
596
596
|
display: flex;
|
|
597
597
|
align-items: center;
|
|
598
598
|
gap: 0.5rem;
|
|
@@ -600,7 +600,7 @@ textarea.bw_form_control {
|
|
|
600
600
|
margin-bottom: 0.25rem;
|
|
601
601
|
}
|
|
602
602
|
|
|
603
|
-
.
|
|
603
|
+
.bw_bccl_form_check_input {
|
|
604
604
|
width: 1rem;
|
|
605
605
|
height: 1rem;
|
|
606
606
|
margin: 0;
|
|
@@ -610,18 +610,18 @@ textarea.bw_form_control {
|
|
|
610
610
|
appearance: auto;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
|
-
.
|
|
613
|
+
.bw_bccl_form_check_input:disabled {
|
|
614
614
|
opacity: 0.5;
|
|
615
615
|
cursor: not-allowed;
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
-
.
|
|
618
|
+
.bw_bccl_form_check_label {
|
|
619
619
|
cursor: pointer;
|
|
620
620
|
user-select: none;
|
|
621
621
|
font-size: 0.9375rem;
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
-
.
|
|
624
|
+
.bw_bccl_navbar {
|
|
625
625
|
position: relative;
|
|
626
626
|
display: flex;
|
|
627
627
|
flex-wrap: wrap;
|
|
@@ -632,14 +632,14 @@ textarea.bw_form_control {
|
|
|
632
632
|
border-bottom-color: #c2cbd4;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
-
.
|
|
635
|
+
.bw_bccl_navbar > .bw_bccl_container, .bw_bccl_navbar > .container {
|
|
636
636
|
display: flex;
|
|
637
637
|
flex-wrap: wrap;
|
|
638
638
|
align-items: center;
|
|
639
639
|
justify-content: space-between;
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
.
|
|
642
|
+
.bw_bccl_navbar_brand {
|
|
643
643
|
display: inline-flex;
|
|
644
644
|
align-items: center;
|
|
645
645
|
gap: 0.5rem;
|
|
@@ -654,7 +654,7 @@ textarea.bw_form_control {
|
|
|
654
654
|
color: #212529;
|
|
655
655
|
}
|
|
656
656
|
|
|
657
|
-
.
|
|
657
|
+
.bw_bccl_navbar_nav {
|
|
658
658
|
display: flex;
|
|
659
659
|
flex-direction: row;
|
|
660
660
|
padding-left: 0;
|
|
@@ -663,7 +663,7 @@ textarea.bw_form_control {
|
|
|
663
663
|
gap: 0.25rem;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
|
-
.
|
|
666
|
+
.bw_bccl_navbar_nav .bw_nav_link {
|
|
667
667
|
display: block;
|
|
668
668
|
text-decoration: none;
|
|
669
669
|
font-size: 0.875rem;
|
|
@@ -673,7 +673,7 @@ textarea.bw_form_control {
|
|
|
673
673
|
transition: color 100ms ease-out, background-color 100ms ease-out;
|
|
674
674
|
}
|
|
675
675
|
|
|
676
|
-
.
|
|
676
|
+
.bw_bccl_table {
|
|
677
677
|
width: 100%;
|
|
678
678
|
margin-bottom: 1.5rem;
|
|
679
679
|
vertical-align: top;
|
|
@@ -684,7 +684,7 @@ textarea.bw_form_control {
|
|
|
684
684
|
border-color: #c2cbd4;
|
|
685
685
|
}
|
|
686
686
|
|
|
687
|
-
.
|
|
687
|
+
.bw_bccl_table > :not(caption) > * > * {
|
|
688
688
|
background-color: transparent;
|
|
689
689
|
border-bottom-width: 1px;
|
|
690
690
|
border-bottom-style: solid;
|
|
@@ -692,15 +692,15 @@ textarea.bw_form_control {
|
|
|
692
692
|
border-bottom-color: #c2cbd4;
|
|
693
693
|
}
|
|
694
694
|
|
|
695
|
-
.
|
|
695
|
+
.bw_bccl_table > tbody {
|
|
696
696
|
vertical-align: inherit;
|
|
697
697
|
}
|
|
698
698
|
|
|
699
|
-
.
|
|
699
|
+
.bw_bccl_table > thead {
|
|
700
700
|
vertical-align: bottom;
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
-
.
|
|
703
|
+
.bw_bccl_table > thead > tr > * {
|
|
704
704
|
font-size: 0.8125rem;
|
|
705
705
|
font-weight: 600;
|
|
706
706
|
text-transform: uppercase;
|
|
@@ -711,31 +711,31 @@ textarea.bw_form_control {
|
|
|
711
711
|
background-color: #e2eeee;
|
|
712
712
|
}
|
|
713
713
|
|
|
714
|
-
.
|
|
714
|
+
.bw_bccl_table caption {
|
|
715
715
|
font-size: 0.875rem;
|
|
716
716
|
caption-side: bottom;
|
|
717
717
|
color: #6c757d;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
|
-
.
|
|
720
|
+
.bw_bccl_table_bordered > :not(caption) > * > * {
|
|
721
721
|
border-width: 1px;
|
|
722
722
|
border-style: solid;
|
|
723
723
|
}
|
|
724
724
|
|
|
725
|
-
.
|
|
725
|
+
.bw_bccl_table_selectable > tbody > tr {
|
|
726
726
|
cursor: pointer;
|
|
727
727
|
}
|
|
728
728
|
|
|
729
|
-
.
|
|
729
|
+
.bw_bccl_table > tbody > tr.bw_bccl_table_row_selected > * {
|
|
730
730
|
background-color: #d9e8e8;
|
|
731
731
|
}
|
|
732
732
|
|
|
733
|
-
.
|
|
733
|
+
.bw_bccl_table_responsive {
|
|
734
734
|
overflow-x: auto;
|
|
735
735
|
-webkit-overflow-scrolling: touch;
|
|
736
736
|
}
|
|
737
737
|
|
|
738
|
-
.
|
|
738
|
+
.bw_bccl_alert {
|
|
739
739
|
position: relative;
|
|
740
740
|
margin-bottom: 1rem;
|
|
741
741
|
border: 1px solid transparent;
|
|
@@ -745,19 +745,19 @@ textarea.bw_form_control {
|
|
|
745
745
|
border-radius: 8px;
|
|
746
746
|
}
|
|
747
747
|
|
|
748
|
-
.
|
|
748
|
+
.bw_bccl_alert_heading, .alert-heading {
|
|
749
749
|
color: inherit;
|
|
750
750
|
}
|
|
751
751
|
|
|
752
|
-
.
|
|
752
|
+
.bw_bccl_alert_link, .alert-link {
|
|
753
753
|
font-weight: 700;
|
|
754
754
|
}
|
|
755
755
|
|
|
756
|
-
.
|
|
756
|
+
.bw_bccl_alert_dismissible {
|
|
757
757
|
padding-right: 3rem;
|
|
758
758
|
}
|
|
759
759
|
|
|
760
|
-
.
|
|
760
|
+
.bw_bccl_alert_dismissible .btn-close {
|
|
761
761
|
position: absolute;
|
|
762
762
|
top: 0;
|
|
763
763
|
right: 0;
|
|
@@ -765,7 +765,7 @@ textarea.bw_form_control {
|
|
|
765
765
|
padding: 1.25rem 1rem;
|
|
766
766
|
}
|
|
767
767
|
|
|
768
|
-
.
|
|
768
|
+
.bw_bccl_badge {
|
|
769
769
|
display: inline-block;
|
|
770
770
|
font-size: 0.875rem;
|
|
771
771
|
font-weight: 600;
|
|
@@ -777,21 +777,21 @@ textarea.bw_form_control {
|
|
|
777
777
|
border-radius: 0.25rem;
|
|
778
778
|
}
|
|
779
779
|
|
|
780
|
-
.
|
|
780
|
+
.bw_bccl_badge:empty {
|
|
781
781
|
display: none;
|
|
782
782
|
}
|
|
783
783
|
|
|
784
|
-
.
|
|
784
|
+
.bw_bccl_badge_sm {
|
|
785
785
|
font-size: 0.75rem;
|
|
786
786
|
padding: 0.25rem 0.5rem;
|
|
787
787
|
}
|
|
788
788
|
|
|
789
|
-
.
|
|
789
|
+
.bw_bccl_badge_lg {
|
|
790
790
|
font-size: 1rem;
|
|
791
791
|
padding: 0.5rem 0.875rem;
|
|
792
792
|
}
|
|
793
793
|
|
|
794
|
-
.
|
|
794
|
+
.bw_bccl_badge_pill {
|
|
795
795
|
border-radius: 50rem;
|
|
796
796
|
}
|
|
797
797
|
|
|
@@ -800,7 +800,7 @@ textarea.bw_form_control {
|
|
|
800
800
|
top: -1px;
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
-
.
|
|
803
|
+
.bw_bccl_progress {
|
|
804
804
|
display: flex;
|
|
805
805
|
height: 1.25rem;
|
|
806
806
|
overflow: hidden;
|
|
@@ -810,7 +810,7 @@ textarea.bw_form_control {
|
|
|
810
810
|
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
|
|
811
811
|
}
|
|
812
812
|
|
|
813
|
-
.
|
|
813
|
+
.bw_bccl_progress_bar {
|
|
814
814
|
display: flex;
|
|
815
815
|
flex-direction: column;
|
|
816
816
|
justify-content: center;
|
|
@@ -824,12 +824,12 @@ textarea.bw_form_control {
|
|
|
824
824
|
box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
|
|
825
825
|
}
|
|
826
826
|
|
|
827
|
-
.
|
|
827
|
+
.bw_bccl_progress_bar_striped {
|
|
828
828
|
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
|
|
829
829
|
background-size: 1rem 1rem;
|
|
830
830
|
}
|
|
831
831
|
|
|
832
|
-
.
|
|
832
|
+
.bw_bccl_progress_bar_animated {
|
|
833
833
|
animation: progress-bar-stripes 1s linear infinite;
|
|
834
834
|
}
|
|
835
835
|
|
|
@@ -886,15 +886,15 @@ textarea.bw_form_control {
|
|
|
886
886
|
flex-direction: column;
|
|
887
887
|
}
|
|
888
888
|
|
|
889
|
-
.
|
|
889
|
+
.bw_bccl_tab_content {
|
|
890
890
|
padding: 1.25rem 0;
|
|
891
891
|
}
|
|
892
892
|
|
|
893
|
-
.
|
|
893
|
+
.bw_bccl_tab_pane {
|
|
894
894
|
display: none;
|
|
895
895
|
}
|
|
896
896
|
|
|
897
|
-
.
|
|
897
|
+
.bw_bccl_tab_pane.active {
|
|
898
898
|
display: block;
|
|
899
899
|
}
|
|
900
900
|
|
|
@@ -975,7 +975,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
975
975
|
border-bottom-width: 0;
|
|
976
976
|
}
|
|
977
977
|
|
|
978
|
-
.
|
|
978
|
+
.bw_bccl_pagination {
|
|
979
979
|
display: flex;
|
|
980
980
|
padding-left: 0;
|
|
981
981
|
list-style: none;
|
|
@@ -1017,7 +1017,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1017
1017
|
outline-offset: -2px;
|
|
1018
1018
|
}
|
|
1019
1019
|
|
|
1020
|
-
.
|
|
1020
|
+
.bw_bccl_breadcrumb {
|
|
1021
1021
|
display: flex;
|
|
1022
1022
|
flex-wrap: wrap;
|
|
1023
1023
|
padding: 0.625rem 1rem;
|
|
@@ -1027,38 +1027,38 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1027
1027
|
border-radius: 6px;
|
|
1028
1028
|
}
|
|
1029
1029
|
|
|
1030
|
-
.
|
|
1030
|
+
.bw_bccl_breadcrumb_item {
|
|
1031
1031
|
display: flex;
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
|
-
.
|
|
1034
|
+
.bw_bccl_breadcrumb_item + .bw_bccl_breadcrumb_item {
|
|
1035
1035
|
padding-left: 0.5rem;
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
|
-
.
|
|
1038
|
+
.bw_bccl_breadcrumb_item + .bw_bccl_breadcrumb_item::before {
|
|
1039
1039
|
float: left;
|
|
1040
1040
|
padding-right: 0.5rem;
|
|
1041
1041
|
content: "/";
|
|
1042
1042
|
color: #6c757d;
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
|
-
.
|
|
1045
|
+
.bw_bccl_breadcrumb_item a {
|
|
1046
1046
|
text-decoration: none;
|
|
1047
1047
|
color: #006666;
|
|
1048
1048
|
transition: color 100ms ease-out;
|
|
1049
1049
|
}
|
|
1050
1050
|
|
|
1051
|
-
.
|
|
1051
|
+
.bw_bccl_breadcrumb_item.active {
|
|
1052
1052
|
font-weight: 500;
|
|
1053
1053
|
color: #212529;
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
|
-
.
|
|
1056
|
+
.bw_bccl_hero {
|
|
1057
1057
|
position: relative;
|
|
1058
1058
|
overflow: hidden;
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
|
-
.
|
|
1061
|
+
.bw_bccl_hero_overlay {
|
|
1062
1062
|
position: absolute;
|
|
1063
1063
|
top: 0;
|
|
1064
1064
|
left: 0;
|
|
@@ -1067,22 +1067,22 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1067
1067
|
z-index: 1;
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
|
-
.
|
|
1070
|
+
.bw_bccl_hero_content {
|
|
1071
1071
|
position: relative;
|
|
1072
1072
|
z-index: 2;
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
1075
|
-
.
|
|
1075
|
+
.bw_bccl_hero_title {
|
|
1076
1076
|
font-weight: 300;
|
|
1077
1077
|
letter-spacing: -0.05rem;
|
|
1078
1078
|
color: inherit;
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
|
-
.
|
|
1081
|
+
.bw_bccl_hero_subtitle {
|
|
1082
1082
|
color: inherit;
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
|
-
.
|
|
1085
|
+
.bw_bccl_hero_actions {
|
|
1086
1086
|
display: flex;
|
|
1087
1087
|
gap: 1rem;
|
|
1088
1088
|
justify-content: center;
|
|
@@ -1371,74 +1371,74 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1371
1371
|
font-family: inherit;
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
1374
|
-
.
|
|
1374
|
+
.bw_bccl_btn_group, .bw_bccl_btn_group_vertical {
|
|
1375
1375
|
position: relative;
|
|
1376
1376
|
display: inline-flex;
|
|
1377
1377
|
vertical-align: middle;
|
|
1378
1378
|
}
|
|
1379
1379
|
|
|
1380
|
-
.
|
|
1380
|
+
.bw_bccl_btn_group > .bw_bccl_btn, .bw_bccl_btn_group_vertical > .bw_bccl_btn {
|
|
1381
1381
|
position: relative;
|
|
1382
1382
|
flex: 1 1 auto;
|
|
1383
1383
|
border-radius: 0;
|
|
1384
1384
|
margin-left: -1px;
|
|
1385
1385
|
}
|
|
1386
1386
|
|
|
1387
|
-
.
|
|
1387
|
+
.bw_bccl_btn_group > .bw_bccl_btn:first-child {
|
|
1388
1388
|
margin-left: 0;
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
|
-
.
|
|
1391
|
+
.bw_bccl_btn_group > .bw_bccl_btn:last-child {
|
|
1392
1392
|
}
|
|
1393
1393
|
|
|
1394
|
-
.
|
|
1394
|
+
.bw_bccl_btn_group_lg > .bw_bccl_btn {
|
|
1395
1395
|
padding: 0.625rem 1.5rem;
|
|
1396
1396
|
font-size: 1rem;
|
|
1397
1397
|
}
|
|
1398
1398
|
|
|
1399
|
-
.
|
|
1399
|
+
.bw_bccl_btn_group_sm > .bw_bccl_btn {
|
|
1400
1400
|
padding: 0.25rem 0.75rem;
|
|
1401
1401
|
font-size: 0.8125rem;
|
|
1402
1402
|
}
|
|
1403
1403
|
|
|
1404
|
-
.
|
|
1404
|
+
.bw_bccl_btn_group_vertical {
|
|
1405
1405
|
flex-direction: column;
|
|
1406
1406
|
align-items: flex-start;
|
|
1407
1407
|
justify-content: center;
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
1410
|
-
.
|
|
1410
|
+
.bw_bccl_btn_group_vertical > .bw_bccl_btn {
|
|
1411
1411
|
width: 100%;
|
|
1412
1412
|
margin-left: 0;
|
|
1413
1413
|
margin-top: -1px;
|
|
1414
1414
|
}
|
|
1415
1415
|
|
|
1416
|
-
.
|
|
1416
|
+
.bw_bccl_btn_group_vertical > .bw_bccl_btn:first-child {
|
|
1417
1417
|
margin-top: 0;
|
|
1418
1418
|
}
|
|
1419
1419
|
|
|
1420
|
-
.
|
|
1420
|
+
.bw_bccl_btn_group_vertical > .bw_bccl_btn:last-child {
|
|
1421
1421
|
}
|
|
1422
1422
|
|
|
1423
|
-
.
|
|
1423
|
+
.bw_bccl_accordion {
|
|
1424
1424
|
overflow: hidden;
|
|
1425
1425
|
}
|
|
1426
1426
|
|
|
1427
|
-
.
|
|
1427
|
+
.bw_bccl_accordion_item {
|
|
1428
1428
|
border: 1px solid transparent;
|
|
1429
1429
|
background-color: #ecf4f4;
|
|
1430
1430
|
border-color: #c2cbd4;
|
|
1431
1431
|
}
|
|
1432
1432
|
|
|
1433
|
-
.
|
|
1433
|
+
.bw_bccl_accordion_item + .bw_bccl_accordion_item {
|
|
1434
1434
|
border-top: 0;
|
|
1435
1435
|
}
|
|
1436
1436
|
|
|
1437
|
-
.
|
|
1437
|
+
.bw_bccl_accordion_header {
|
|
1438
1438
|
margin: 0;
|
|
1439
1439
|
}
|
|
1440
1440
|
|
|
1441
|
-
.
|
|
1441
|
+
.bw_bccl_accordion_button {
|
|
1442
1442
|
position: relative;
|
|
1443
1443
|
display: flex;
|
|
1444
1444
|
align-items: center;
|
|
@@ -1455,7 +1455,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1455
1455
|
color: #212529;
|
|
1456
1456
|
}
|
|
1457
1457
|
|
|
1458
|
-
.
|
|
1458
|
+
.bw_bccl_accordion_button::after {
|
|
1459
1459
|
flex-shrink: 0;
|
|
1460
1460
|
width: 1.25rem;
|
|
1461
1461
|
height: 1.25rem;
|
|
@@ -1467,38 +1467,38 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1467
1467
|
transition: transform 0.2s ease-out;
|
|
1468
1468
|
}
|
|
1469
1469
|
|
|
1470
|
-
.
|
|
1470
|
+
.bw_bccl_accordion_button:not(.bw_collapsed)::after {
|
|
1471
1471
|
transform: rotate(-180deg);
|
|
1472
1472
|
}
|
|
1473
1473
|
|
|
1474
|
-
.
|
|
1474
|
+
.bw_bccl_accordion_body {
|
|
1475
1475
|
padding: 1rem 1.25rem;
|
|
1476
1476
|
border-top: 1px solid #c2cbd4;
|
|
1477
1477
|
background-color: #e2eeee;
|
|
1478
1478
|
}
|
|
1479
1479
|
|
|
1480
|
-
.
|
|
1480
|
+
.bw_bccl_accordion_collapse {
|
|
1481
1481
|
max-height: 0;
|
|
1482
1482
|
overflow: hidden;
|
|
1483
1483
|
transition: max-height 0.3s ease;
|
|
1484
1484
|
}
|
|
1485
1485
|
|
|
1486
|
-
.
|
|
1486
|
+
.bw_bccl_accordion_collapse.bw_collapse_show {
|
|
1487
1487
|
max-height: none;
|
|
1488
1488
|
}
|
|
1489
1489
|
|
|
1490
|
-
.
|
|
1490
|
+
.bw_bccl_carousel {
|
|
1491
1491
|
position: relative;
|
|
1492
1492
|
overflow: hidden;
|
|
1493
1493
|
background-color: #e2eeee;
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
|
-
.
|
|
1496
|
+
.bw_bccl_carousel_track {
|
|
1497
1497
|
display: flex;
|
|
1498
1498
|
height: 100%;
|
|
1499
1499
|
}
|
|
1500
1500
|
|
|
1501
|
-
.
|
|
1501
|
+
.bw_bccl_carousel_slide {
|
|
1502
1502
|
min-width: 100%;
|
|
1503
1503
|
flex-shrink: 0;
|
|
1504
1504
|
overflow: hidden;
|
|
@@ -1508,13 +1508,13 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1508
1508
|
justify-content: center;
|
|
1509
1509
|
}
|
|
1510
1510
|
|
|
1511
|
-
.
|
|
1511
|
+
.bw_bccl_carousel_slide img {
|
|
1512
1512
|
width: 100%;
|
|
1513
1513
|
height: 100%;
|
|
1514
1514
|
object-fit: cover;
|
|
1515
1515
|
}
|
|
1516
1516
|
|
|
1517
|
-
.
|
|
1517
|
+
.bw_bccl_carousel_caption {
|
|
1518
1518
|
position: absolute;
|
|
1519
1519
|
bottom: 0;
|
|
1520
1520
|
left: 0;
|
|
@@ -1525,7 +1525,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1525
1525
|
color: #fff;
|
|
1526
1526
|
}
|
|
1527
1527
|
|
|
1528
|
-
.
|
|
1528
|
+
.bw_bccl_carousel_control {
|
|
1529
1529
|
position: absolute;
|
|
1530
1530
|
top: 50%;
|
|
1531
1531
|
transform: translateY(-50%);
|
|
@@ -1544,26 +1544,26 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1544
1544
|
transition: background-color 0.15s ease-out;
|
|
1545
1545
|
}
|
|
1546
1546
|
|
|
1547
|
-
.
|
|
1547
|
+
.bw_bccl_carousel_control img {
|
|
1548
1548
|
width: 20px;
|
|
1549
1549
|
height: 20px;
|
|
1550
1550
|
pointer-events: none;
|
|
1551
1551
|
}
|
|
1552
1552
|
|
|
1553
|
-
.
|
|
1553
|
+
.bw_bccl_carousel_control:focus-visible {
|
|
1554
1554
|
outline: 2px solid currentColor;
|
|
1555
1555
|
outline-offset: 2px;
|
|
1556
1556
|
}
|
|
1557
1557
|
|
|
1558
|
-
.
|
|
1558
|
+
.bw_bccl_carousel_control_prev {
|
|
1559
1559
|
left: 10px;
|
|
1560
1560
|
}
|
|
1561
1561
|
|
|
1562
|
-
.
|
|
1562
|
+
.bw_bccl_carousel_control_next {
|
|
1563
1563
|
right: 10px;
|
|
1564
1564
|
}
|
|
1565
1565
|
|
|
1566
|
-
.
|
|
1566
|
+
.bw_bccl_carousel_indicators {
|
|
1567
1567
|
position: absolute;
|
|
1568
1568
|
bottom: 12px;
|
|
1569
1569
|
left: 50%;
|
|
@@ -1573,7 +1573,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1573
1573
|
z-index: 2;
|
|
1574
1574
|
}
|
|
1575
1575
|
|
|
1576
|
-
.
|
|
1576
|
+
.bw_bccl_carousel_indicator {
|
|
1577
1577
|
width: 10px;
|
|
1578
1578
|
height: 10px;
|
|
1579
1579
|
border-radius: 50%;
|
|
@@ -1582,11 +1582,11 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1582
1582
|
cursor: pointer;
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
|
-
.
|
|
1585
|
+
.bw_bccl_carousel_indicator:hover {
|
|
1586
1586
|
opacity: 0.8;
|
|
1587
1587
|
}
|
|
1588
1588
|
|
|
1589
|
-
.
|
|
1589
|
+
.bw_bccl_modal {
|
|
1590
1590
|
display: flex;
|
|
1591
1591
|
align-items: center;
|
|
1592
1592
|
justify-content: center;
|
|
@@ -1604,13 +1604,13 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1604
1604
|
transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
|
-
.
|
|
1607
|
+
.bw_bccl_modal.bw_bccl_modal_show {
|
|
1608
1608
|
opacity: 1;
|
|
1609
1609
|
visibility: visible;
|
|
1610
1610
|
pointer-events: auto;
|
|
1611
1611
|
}
|
|
1612
1612
|
|
|
1613
|
-
.
|
|
1613
|
+
.bw_bccl_modal_dialog {
|
|
1614
1614
|
position: relative;
|
|
1615
1615
|
width: calc(100% - 1rem);
|
|
1616
1616
|
max-width: 500px;
|
|
@@ -1620,23 +1620,23 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1620
1620
|
transition: transform 0.2s ease-out;
|
|
1621
1621
|
}
|
|
1622
1622
|
|
|
1623
|
-
.
|
|
1623
|
+
.bw_bccl_modal.bw_bccl_modal_show .bw_bccl_modal_dialog {
|
|
1624
1624
|
transform: translateY(0);
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
|
-
.
|
|
1627
|
+
.bw_bccl_modal_sm {
|
|
1628
1628
|
max-width: 300px;
|
|
1629
1629
|
}
|
|
1630
1630
|
|
|
1631
|
-
.
|
|
1631
|
+
.bw_bccl_modal_lg {
|
|
1632
1632
|
max-width: 800px;
|
|
1633
1633
|
}
|
|
1634
1634
|
|
|
1635
|
-
.
|
|
1635
|
+
.bw_bccl_modal_xl {
|
|
1636
1636
|
max-width: 1140px;
|
|
1637
1637
|
}
|
|
1638
1638
|
|
|
1639
|
-
.
|
|
1639
|
+
.bw_bccl_modal_content {
|
|
1640
1640
|
position: relative;
|
|
1641
1641
|
display: flex;
|
|
1642
1642
|
flex-direction: column;
|
|
@@ -1650,7 +1650,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1650
1650
|
box-shadow: 0 10px 15px rgba(0,0,0,0.12), 0 4px 6px rgba(0,0,0,0.08);
|
|
1651
1651
|
}
|
|
1652
1652
|
|
|
1653
|
-
.
|
|
1653
|
+
.bw_bccl_modal_header {
|
|
1654
1654
|
display: flex;
|
|
1655
1655
|
align-items: center;
|
|
1656
1656
|
justify-content: space-between;
|
|
@@ -1659,7 +1659,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1659
1659
|
border-bottom-color: #c2cbd4;
|
|
1660
1660
|
}
|
|
1661
1661
|
|
|
1662
|
-
.
|
|
1662
|
+
.bw_bccl_modal_title {
|
|
1663
1663
|
margin: 0;
|
|
1664
1664
|
font-size: 1.25rem;
|
|
1665
1665
|
font-weight: 600;
|
|
@@ -1667,13 +1667,13 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1667
1667
|
color: #212529;
|
|
1668
1668
|
}
|
|
1669
1669
|
|
|
1670
|
-
.
|
|
1670
|
+
.bw_bccl_modal_body {
|
|
1671
1671
|
position: relative;
|
|
1672
1672
|
flex: 1 1 auto;
|
|
1673
1673
|
padding: 1rem 1.25rem;
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
|
-
.
|
|
1676
|
+
.bw_bccl_modal_footer {
|
|
1677
1677
|
display: flex;
|
|
1678
1678
|
flex-wrap: wrap;
|
|
1679
1679
|
align-items: center;
|
|
@@ -1684,7 +1684,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1684
1684
|
border-top-color: #c2cbd4;
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
|
-
.
|
|
1687
|
+
.bw_bccl_toast_container {
|
|
1688
1688
|
position: fixed;
|
|
1689
1689
|
z-index: 1080;
|
|
1690
1690
|
pointer-events: none;
|
|
@@ -1694,39 +1694,39 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1694
1694
|
padding: 1rem;
|
|
1695
1695
|
}
|
|
1696
1696
|
|
|
1697
|
-
.
|
|
1697
|
+
.bw_bccl_toast_container.bw_bccl_toast_top_right {
|
|
1698
1698
|
top: 0;
|
|
1699
1699
|
right: 0;
|
|
1700
1700
|
}
|
|
1701
1701
|
|
|
1702
|
-
.
|
|
1702
|
+
.bw_bccl_toast_container.bw_bccl_toast_top_left {
|
|
1703
1703
|
top: 0;
|
|
1704
1704
|
left: 0;
|
|
1705
1705
|
}
|
|
1706
1706
|
|
|
1707
|
-
.
|
|
1707
|
+
.bw_bccl_toast_container.bw_bccl_toast_bottom_right {
|
|
1708
1708
|
bottom: 0;
|
|
1709
1709
|
right: 0;
|
|
1710
1710
|
}
|
|
1711
1711
|
|
|
1712
|
-
.
|
|
1712
|
+
.bw_bccl_toast_container.bw_bccl_toast_bottom_left {
|
|
1713
1713
|
bottom: 0;
|
|
1714
1714
|
left: 0;
|
|
1715
1715
|
}
|
|
1716
1716
|
|
|
1717
|
-
.
|
|
1717
|
+
.bw_bccl_toast_container.bw_bccl_toast_top_center {
|
|
1718
1718
|
top: 0;
|
|
1719
1719
|
left: 50%;
|
|
1720
1720
|
transform: translateX(-50%);
|
|
1721
1721
|
}
|
|
1722
1722
|
|
|
1723
|
-
.
|
|
1723
|
+
.bw_bccl_toast_container.bw_bccl_toast_bottom_center {
|
|
1724
1724
|
bottom: 0;
|
|
1725
1725
|
left: 50%;
|
|
1726
1726
|
transform: translateX(-50%);
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
|
-
.
|
|
1729
|
+
.bw_bccl_toast {
|
|
1730
1730
|
pointer-events: auto;
|
|
1731
1731
|
width: 350px;
|
|
1732
1732
|
max-width: calc(100vw - 2rem);
|
|
@@ -1740,17 +1740,17 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1740
1740
|
box-shadow: 0 10px 15px rgba(0,0,0,0.12), 0 4px 6px rgba(0,0,0,0.08);
|
|
1741
1741
|
}
|
|
1742
1742
|
|
|
1743
|
-
.
|
|
1743
|
+
.bw_bccl_toast.bw_bccl_toast_show {
|
|
1744
1744
|
opacity: 1;
|
|
1745
1745
|
transform: translateY(0);
|
|
1746
1746
|
}
|
|
1747
1747
|
|
|
1748
|
-
.
|
|
1748
|
+
.bw_bccl_toast.bw_bccl_toast_hiding {
|
|
1749
1749
|
opacity: 0;
|
|
1750
1750
|
transform: translateY(-8px);
|
|
1751
1751
|
}
|
|
1752
1752
|
|
|
1753
|
-
.
|
|
1753
|
+
.bw_bccl_toast_header {
|
|
1754
1754
|
display: flex;
|
|
1755
1755
|
align-items: center;
|
|
1756
1756
|
justify-content: space-between;
|
|
@@ -1760,17 +1760,17 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1760
1760
|
border-bottom-color: #c2cbd4;
|
|
1761
1761
|
}
|
|
1762
1762
|
|
|
1763
|
-
.
|
|
1763
|
+
.bw_bccl_toast_body {
|
|
1764
1764
|
padding: 0.5rem 0.75rem;
|
|
1765
1765
|
font-size: 0.9375rem;
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
1768
|
-
.
|
|
1768
|
+
.bw_bccl_dropdown {
|
|
1769
1769
|
position: relative;
|
|
1770
1770
|
display: inline-block;
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
|
-
.
|
|
1773
|
+
.bw_bccl_dropdown_toggle::after {
|
|
1774
1774
|
display: inline-block;
|
|
1775
1775
|
margin-left: 0.255em;
|
|
1776
1776
|
vertical-align: 0.255em;
|
|
@@ -1781,7 +1781,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1781
1781
|
border-left: 0.3em solid transparent;
|
|
1782
1782
|
}
|
|
1783
1783
|
|
|
1784
|
-
.
|
|
1784
|
+
.bw_bccl_dropdown_menu {
|
|
1785
1785
|
position: absolute;
|
|
1786
1786
|
top: 100%;
|
|
1787
1787
|
left: 0;
|
|
@@ -1803,19 +1803,19 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1803
1803
|
box-shadow: 0 4px 6px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.06);
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
1806
|
-
.
|
|
1806
|
+
.bw_bccl_dropdown_menu.bw_bccl_dropdown_show {
|
|
1807
1807
|
opacity: 1;
|
|
1808
1808
|
visibility: visible;
|
|
1809
1809
|
pointer-events: auto;
|
|
1810
1810
|
transform: translateY(0);
|
|
1811
1811
|
}
|
|
1812
1812
|
|
|
1813
|
-
.
|
|
1813
|
+
.bw_bccl_dropdown_menu_end {
|
|
1814
1814
|
left: auto;
|
|
1815
1815
|
right: 0;
|
|
1816
1816
|
}
|
|
1817
1817
|
|
|
1818
|
-
.
|
|
1818
|
+
.bw_bccl_dropdown_item {
|
|
1819
1819
|
display: block;
|
|
1820
1820
|
width: 100%;
|
|
1821
1821
|
padding: 0.4rem 1rem;
|
|
@@ -1832,12 +1832,12 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1832
1832
|
transition: background-color 100ms ease-out;
|
|
1833
1833
|
}
|
|
1834
1834
|
|
|
1835
|
-
.
|
|
1835
|
+
.bw_bccl_dropdown_item:focus-visible {
|
|
1836
1836
|
outline: 2px solid currentColor;
|
|
1837
1837
|
outline-offset: -2px;
|
|
1838
1838
|
}
|
|
1839
1839
|
|
|
1840
|
-
.
|
|
1840
|
+
.bw_bccl_dropdown_divider {
|
|
1841
1841
|
height: 0;
|
|
1842
1842
|
margin: 0.5rem 0;
|
|
1843
1843
|
overflow: hidden;
|
|
@@ -1845,11 +1845,11 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1845
1845
|
border-top-color: #c2cbd4;
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
|
-
.
|
|
1848
|
+
.bw_bccl_form_switch {
|
|
1849
1849
|
padding-left: 2.5em;
|
|
1850
1850
|
}
|
|
1851
1851
|
|
|
1852
|
-
.
|
|
1852
|
+
.bw_bccl_form_switch .bw_switch_input {
|
|
1853
1853
|
width: 2em;
|
|
1854
1854
|
height: 1.125em;
|
|
1855
1855
|
margin-left: -2.5em;
|
|
@@ -1865,13 +1865,13 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1865
1865
|
border-color: #6c757d;
|
|
1866
1866
|
}
|
|
1867
1867
|
|
|
1868
|
-
.
|
|
1868
|
+
.bw_bccl_form_switch .bw_switch_input:checked {
|
|
1869
1869
|
background-position: right center;
|
|
1870
1870
|
background-color: #006666;
|
|
1871
1871
|
border-color: #006666;
|
|
1872
1872
|
}
|
|
1873
1873
|
|
|
1874
|
-
.
|
|
1874
|
+
.bw_bccl_form_switch .bw_switch_input:disabled {
|
|
1875
1875
|
opacity: 0.5;
|
|
1876
1876
|
cursor: not-allowed;
|
|
1877
1877
|
}
|
|
@@ -1982,12 +1982,12 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1982
1982
|
margin-top: 0.5rem;
|
|
1983
1983
|
}
|
|
1984
1984
|
|
|
1985
|
-
.
|
|
1985
|
+
.bw_bccl_tooltip_wrapper {
|
|
1986
1986
|
position: relative;
|
|
1987
1987
|
display: inline-block;
|
|
1988
1988
|
}
|
|
1989
1989
|
|
|
1990
|
-
.
|
|
1990
|
+
.bw_bccl_tooltip {
|
|
1991
1991
|
position: absolute;
|
|
1992
1992
|
z-index: 999;
|
|
1993
1993
|
font-size: 0.875rem;
|
|
@@ -2004,52 +2004,52 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2004
2004
|
transition: opacity 100ms ease-out, transform 100ms ease-out;
|
|
2005
2005
|
}
|
|
2006
2006
|
|
|
2007
|
-
.
|
|
2007
|
+
.bw_bccl_tooltip.bw_bccl_tooltip_show {
|
|
2008
2008
|
opacity: 1;
|
|
2009
2009
|
visibility: visible;
|
|
2010
2010
|
}
|
|
2011
2011
|
|
|
2012
|
-
.
|
|
2012
|
+
.bw_bccl_tooltip_top {
|
|
2013
2013
|
bottom: 100%;
|
|
2014
2014
|
left: 50%;
|
|
2015
2015
|
transform: translateX(-50%) translateY(-4px);
|
|
2016
2016
|
margin-bottom: 4px;
|
|
2017
2017
|
}
|
|
2018
2018
|
|
|
2019
|
-
.
|
|
2019
|
+
.bw_bccl_tooltip_top.bw_bccl_tooltip_show {
|
|
2020
2020
|
transform: translateX(-50%) translateY(0);
|
|
2021
2021
|
}
|
|
2022
2022
|
|
|
2023
|
-
.
|
|
2023
|
+
.bw_bccl_tooltip_bottom {
|
|
2024
2024
|
top: 100%;
|
|
2025
2025
|
left: 50%;
|
|
2026
2026
|
transform: translateX(-50%) translateY(4px);
|
|
2027
2027
|
margin-top: 4px;
|
|
2028
2028
|
}
|
|
2029
2029
|
|
|
2030
|
-
.
|
|
2030
|
+
.bw_bccl_tooltip_bottom.bw_bccl_tooltip_show {
|
|
2031
2031
|
transform: translateX(-50%) translateY(0);
|
|
2032
2032
|
}
|
|
2033
2033
|
|
|
2034
|
-
.
|
|
2034
|
+
.bw_bccl_tooltip_left {
|
|
2035
2035
|
right: 100%;
|
|
2036
2036
|
top: 50%;
|
|
2037
2037
|
transform: translateY(-50%) translateX(-4px);
|
|
2038
2038
|
margin-right: 4px;
|
|
2039
2039
|
}
|
|
2040
2040
|
|
|
2041
|
-
.
|
|
2041
|
+
.bw_bccl_tooltip_left.bw_bccl_tooltip_show {
|
|
2042
2042
|
transform: translateY(-50%) translateX(0);
|
|
2043
2043
|
}
|
|
2044
2044
|
|
|
2045
|
-
.
|
|
2045
|
+
.bw_bccl_tooltip_right {
|
|
2046
2046
|
left: 100%;
|
|
2047
2047
|
top: 50%;
|
|
2048
2048
|
transform: translateY(-50%) translateX(4px);
|
|
2049
2049
|
margin-left: 4px;
|
|
2050
2050
|
}
|
|
2051
2051
|
|
|
2052
|
-
.
|
|
2052
|
+
.bw_bccl_tooltip_right.bw_bccl_tooltip_show {
|
|
2053
2053
|
transform: translateY(-50%) translateX(0);
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
@@ -2306,12 +2306,12 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2306
2306
|
border: 0;
|
|
2307
2307
|
}
|
|
2308
2308
|
|
|
2309
|
-
.
|
|
2309
|
+
.bw_bccl_timeline {
|
|
2310
2310
|
position: relative;
|
|
2311
2311
|
padding-left: 2rem;
|
|
2312
2312
|
}
|
|
2313
2313
|
|
|
2314
|
-
.
|
|
2314
|
+
.bw_bccl_timeline::before {
|
|
2315
2315
|
content: "";
|
|
2316
2316
|
position: absolute;
|
|
2317
2317
|
left: 0.5rem;
|
|
@@ -2321,16 +2321,16 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2321
2321
|
background-color: #c2cbd4;
|
|
2322
2322
|
}
|
|
2323
2323
|
|
|
2324
|
-
.
|
|
2324
|
+
.bw_bccl_timeline_item {
|
|
2325
2325
|
position: relative;
|
|
2326
2326
|
padding-bottom: 1.5rem;
|
|
2327
2327
|
}
|
|
2328
2328
|
|
|
2329
|
-
.
|
|
2329
|
+
.bw_bccl_timeline_item:last-child {
|
|
2330
2330
|
padding-bottom: 0;
|
|
2331
2331
|
}
|
|
2332
2332
|
|
|
2333
|
-
.
|
|
2333
|
+
.bw_bccl_timeline_marker {
|
|
2334
2334
|
position: absolute;
|
|
2335
2335
|
left: -1.75rem;
|
|
2336
2336
|
top: 0.25rem;
|
|
@@ -2339,25 +2339,25 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2339
2339
|
border-radius: 50%;
|
|
2340
2340
|
}
|
|
2341
2341
|
|
|
2342
|
-
.
|
|
2342
|
+
.bw_bccl_timeline_content {
|
|
2343
2343
|
padding-left: 0.5rem;
|
|
2344
2344
|
}
|
|
2345
2345
|
|
|
2346
|
-
.
|
|
2346
|
+
.bw_bccl_timeline_date {
|
|
2347
2347
|
font-size: 0.75rem;
|
|
2348
2348
|
margin-bottom: 0.25rem;
|
|
2349
2349
|
font-weight: 500;
|
|
2350
2350
|
color: #6c757d;
|
|
2351
2351
|
}
|
|
2352
2352
|
|
|
2353
|
-
.
|
|
2353
|
+
.bw_bccl_timeline_title {
|
|
2354
2354
|
font-size: 1rem;
|
|
2355
2355
|
font-weight: 600;
|
|
2356
2356
|
margin: 0 0 0.25rem 0;
|
|
2357
2357
|
line-height: 1.3;
|
|
2358
2358
|
}
|
|
2359
2359
|
|
|
2360
|
-
.
|
|
2360
|
+
.bw_bccl_timeline_text {
|
|
2361
2361
|
font-size: 0.875rem;
|
|
2362
2362
|
margin: 0;
|
|
2363
2363
|
line-height: 1.5;
|
|
@@ -2525,13 +2525,13 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2525
2525
|
}
|
|
2526
2526
|
|
|
2527
2527
|
@media (max-width: 575px) {
|
|
2528
|
-
.
|
|
2528
|
+
.bw_bccl_card_img_left, .bw_bccl_card-img-left {
|
|
2529
2529
|
width: 100%;
|
|
2530
2530
|
}
|
|
2531
|
-
.
|
|
2531
|
+
.bw_bccl_card_img_right, .bw_bccl_card-img-right {
|
|
2532
2532
|
width: 100%;
|
|
2533
2533
|
}
|
|
2534
|
-
.
|
|
2534
|
+
.bw_bccl_hero, .bw_bccl_hero {
|
|
2535
2535
|
padding: 2rem 1rem;
|
|
2536
2536
|
}
|
|
2537
2537
|
.bw_cta_actions, .bw_cta-actions {
|
|
@@ -2543,29 +2543,29 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2543
2543
|
.bw_feature_grid, .bw_feature-grid {
|
|
2544
2544
|
grid-template-columns: 1fr;
|
|
2545
2545
|
}
|
|
2546
|
-
.
|
|
2546
|
+
.bw_bccl_modal_dialog {
|
|
2547
2547
|
margin: 0.5rem auto;
|
|
2548
2548
|
}
|
|
2549
|
-
.
|
|
2549
|
+
.bw_bccl_modal_lg {
|
|
2550
2550
|
max-width: calc(100% - 1rem);
|
|
2551
2551
|
}
|
|
2552
|
-
.
|
|
2552
|
+
.bw_bccl_modal_xl {
|
|
2553
2553
|
max-width: calc(100% - 1rem);
|
|
2554
2554
|
}
|
|
2555
|
-
.
|
|
2555
|
+
.bw_bccl_navbar {
|
|
2556
2556
|
padding: 0.5rem 0.75rem;
|
|
2557
2557
|
}
|
|
2558
|
-
.
|
|
2558
|
+
.bw_bccl_navbar_brand {
|
|
2559
2559
|
margin-right: 0.5rem;
|
|
2560
2560
|
font-size: 1rem;
|
|
2561
2561
|
}
|
|
2562
|
-
.
|
|
2562
|
+
.bw_bccl_navbar_nav {
|
|
2563
2563
|
flex-wrap: wrap;
|
|
2564
2564
|
}
|
|
2565
|
-
.
|
|
2565
|
+
.bw_bccl_tooltip {
|
|
2566
2566
|
white-space: normal;
|
|
2567
2567
|
}
|
|
2568
|
-
.
|
|
2568
|
+
.bw_bccl_table {
|
|
2569
2569
|
display: block;
|
|
2570
2570
|
overflow-x: auto;
|
|
2571
2571
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2574,11 +2574,11 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2574
2574
|
flex: 0 0 100%;
|
|
2575
2575
|
max-width: 100%;
|
|
2576
2576
|
}
|
|
2577
|
-
.
|
|
2577
|
+
.bw_bccl_container {
|
|
2578
2578
|
padding-right: 0.5rem;
|
|
2579
2579
|
padding-left: 0.5rem;
|
|
2580
2580
|
}
|
|
2581
|
-
.
|
|
2581
|
+
.bw_bccl_container_fluid {
|
|
2582
2582
|
padding-right: 0.5rem;
|
|
2583
2583
|
padding-left: 0.5rem;
|
|
2584
2584
|
}
|
|
@@ -2608,19 +2608,19 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2608
2608
|
padding: 0 !important;
|
|
2609
2609
|
}
|
|
2610
2610
|
|
|
2611
|
-
.bw_pt_0
|
|
2611
|
+
.bw_pt_0 {
|
|
2612
2612
|
padding-top: 0 !important;
|
|
2613
2613
|
}
|
|
2614
2614
|
|
|
2615
|
-
.bw_pb_0
|
|
2615
|
+
.bw_pb_0 {
|
|
2616
2616
|
padding-bottom: 0 !important;
|
|
2617
2617
|
}
|
|
2618
2618
|
|
|
2619
|
-
.bw_ps_0
|
|
2619
|
+
.bw_ps_0 {
|
|
2620
2620
|
padding-left: 0 !important;
|
|
2621
2621
|
}
|
|
2622
2622
|
|
|
2623
|
-
.bw_pe_0
|
|
2623
|
+
.bw_pe_0 {
|
|
2624
2624
|
padding-right: 0 !important;
|
|
2625
2625
|
}
|
|
2626
2626
|
|
|
@@ -2648,19 +2648,19 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2648
2648
|
padding: .25rem !important;
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
|
-
.bw_pt_1
|
|
2651
|
+
.bw_pt_1 {
|
|
2652
2652
|
padding-top: .25rem !important;
|
|
2653
2653
|
}
|
|
2654
2654
|
|
|
2655
|
-
.bw_pb_1
|
|
2655
|
+
.bw_pb_1 {
|
|
2656
2656
|
padding-bottom: .25rem !important;
|
|
2657
2657
|
}
|
|
2658
2658
|
|
|
2659
|
-
.bw_ps_1
|
|
2659
|
+
.bw_ps_1 {
|
|
2660
2660
|
padding-left: .25rem !important;
|
|
2661
2661
|
}
|
|
2662
2662
|
|
|
2663
|
-
.bw_pe_1
|
|
2663
|
+
.bw_pe_1 {
|
|
2664
2664
|
padding-right: .25rem !important;
|
|
2665
2665
|
}
|
|
2666
2666
|
|
|
@@ -2688,19 +2688,19 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2688
2688
|
padding: .5rem !important;
|
|
2689
2689
|
}
|
|
2690
2690
|
|
|
2691
|
-
.bw_pt_2
|
|
2691
|
+
.bw_pt_2 {
|
|
2692
2692
|
padding-top: .5rem !important;
|
|
2693
2693
|
}
|
|
2694
2694
|
|
|
2695
|
-
.bw_pb_2
|
|
2695
|
+
.bw_pb_2 {
|
|
2696
2696
|
padding-bottom: .5rem !important;
|
|
2697
2697
|
}
|
|
2698
2698
|
|
|
2699
|
-
.bw_ps_2
|
|
2699
|
+
.bw_ps_2 {
|
|
2700
2700
|
padding-left: .5rem !important;
|
|
2701
2701
|
}
|
|
2702
2702
|
|
|
2703
|
-
.bw_pe_2
|
|
2703
|
+
.bw_pe_2 {
|
|
2704
2704
|
padding-right: .5rem !important;
|
|
2705
2705
|
}
|
|
2706
2706
|
|
|
@@ -2728,19 +2728,19 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2728
2728
|
padding: 1rem !important;
|
|
2729
2729
|
}
|
|
2730
2730
|
|
|
2731
|
-
.bw_pt_3
|
|
2731
|
+
.bw_pt_3 {
|
|
2732
2732
|
padding-top: 1rem !important;
|
|
2733
2733
|
}
|
|
2734
2734
|
|
|
2735
|
-
.bw_pb_3
|
|
2735
|
+
.bw_pb_3 {
|
|
2736
2736
|
padding-bottom: 1rem !important;
|
|
2737
2737
|
}
|
|
2738
2738
|
|
|
2739
|
-
.bw_ps_3
|
|
2739
|
+
.bw_ps_3 {
|
|
2740
2740
|
padding-left: 1rem !important;
|
|
2741
2741
|
}
|
|
2742
2742
|
|
|
2743
|
-
.bw_pe_3
|
|
2743
|
+
.bw_pe_3 {
|
|
2744
2744
|
padding-right: 1rem !important;
|
|
2745
2745
|
}
|
|
2746
2746
|
|
|
@@ -2768,19 +2768,19 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2768
2768
|
padding: 1.5rem !important;
|
|
2769
2769
|
}
|
|
2770
2770
|
|
|
2771
|
-
.bw_pt_4
|
|
2771
|
+
.bw_pt_4 {
|
|
2772
2772
|
padding-top: 1.5rem !important;
|
|
2773
2773
|
}
|
|
2774
2774
|
|
|
2775
|
-
.bw_pb_4
|
|
2775
|
+
.bw_pb_4 {
|
|
2776
2776
|
padding-bottom: 1.5rem !important;
|
|
2777
2777
|
}
|
|
2778
2778
|
|
|
2779
|
-
.bw_ps_4
|
|
2779
|
+
.bw_ps_4 {
|
|
2780
2780
|
padding-left: 1.5rem !important;
|
|
2781
2781
|
}
|
|
2782
2782
|
|
|
2783
|
-
.bw_pe_4
|
|
2783
|
+
.bw_pe_4 {
|
|
2784
2784
|
padding-right: 1.5rem !important;
|
|
2785
2785
|
}
|
|
2786
2786
|
|
|
@@ -2808,23 +2808,23 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2808
2808
|
padding: 3rem !important;
|
|
2809
2809
|
}
|
|
2810
2810
|
|
|
2811
|
-
.bw_pt_5
|
|
2811
|
+
.bw_pt_5 {
|
|
2812
2812
|
padding-top: 3rem !important;
|
|
2813
2813
|
}
|
|
2814
2814
|
|
|
2815
|
-
.bw_pb_5
|
|
2815
|
+
.bw_pb_5 {
|
|
2816
2816
|
padding-bottom: 3rem !important;
|
|
2817
2817
|
}
|
|
2818
2818
|
|
|
2819
|
-
.bw_ps_5
|
|
2819
|
+
.bw_ps_5 {
|
|
2820
2820
|
padding-left: 3rem !important;
|
|
2821
2821
|
}
|
|
2822
2822
|
|
|
2823
|
-
.bw_pe_5
|
|
2823
|
+
.bw_pe_5 {
|
|
2824
2824
|
padding-right: 3rem !important;
|
|
2825
2825
|
}
|
|
2826
2826
|
|
|
2827
|
-
.bw_m_auto
|
|
2827
|
+
.bw_m_auto {
|
|
2828
2828
|
margin: auto !important;
|
|
2829
2829
|
}
|
|
2830
2830
|
|
|
@@ -2932,6 +2932,14 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2932
2932
|
text-transform: capitalize;
|
|
2933
2933
|
}
|
|
2934
2934
|
|
|
2935
|
+
.bw_text_wrap {
|
|
2936
|
+
white-space: normal;
|
|
2937
|
+
}
|
|
2938
|
+
|
|
2939
|
+
.bw_text_nowrap {
|
|
2940
|
+
white-space: nowrap;
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2935
2943
|
.bw_fs_sm {
|
|
2936
2944
|
font-size: 0.875rem !important;
|
|
2937
2945
|
}
|
|
@@ -2948,35 +2956,35 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2948
2956
|
font-size: 1.25rem !important;
|
|
2949
2957
|
}
|
|
2950
2958
|
|
|
2951
|
-
.bw_justify_content_start
|
|
2959
|
+
.bw_justify_content_start {
|
|
2952
2960
|
justify-content: flex-start;
|
|
2953
2961
|
}
|
|
2954
2962
|
|
|
2955
|
-
.bw_justify_content_end
|
|
2963
|
+
.bw_justify_content_end {
|
|
2956
2964
|
justify-content: flex-end;
|
|
2957
2965
|
}
|
|
2958
2966
|
|
|
2959
|
-
.bw_justify_content_center
|
|
2967
|
+
.bw_justify_content_center {
|
|
2960
2968
|
justify-content: center;
|
|
2961
2969
|
}
|
|
2962
2970
|
|
|
2963
|
-
.bw_justify_content_between
|
|
2971
|
+
.bw_justify_content_between {
|
|
2964
2972
|
justify-content: space-between;
|
|
2965
2973
|
}
|
|
2966
2974
|
|
|
2967
|
-
.bw_justify_content_around
|
|
2975
|
+
.bw_justify_content_around {
|
|
2968
2976
|
justify-content: space-around;
|
|
2969
2977
|
}
|
|
2970
2978
|
|
|
2971
|
-
.bw_align_items_start
|
|
2979
|
+
.bw_align_items_start {
|
|
2972
2980
|
align-items: flex-start;
|
|
2973
2981
|
}
|
|
2974
2982
|
|
|
2975
|
-
.bw_align_items_end
|
|
2983
|
+
.bw_align_items_end {
|
|
2976
2984
|
align-items: flex-end;
|
|
2977
2985
|
}
|
|
2978
2986
|
|
|
2979
|
-
.bw_align_items_center
|
|
2987
|
+
.bw_align_items_center {
|
|
2980
2988
|
align-items: center;
|
|
2981
2989
|
}
|
|
2982
2990
|
|
|
@@ -2988,19 +2996,19 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2988
2996
|
border: 0 !important;
|
|
2989
2997
|
}
|
|
2990
2998
|
|
|
2991
|
-
.bw_border_top_0
|
|
2999
|
+
.bw_border_top_0 {
|
|
2992
3000
|
border-top: 0 !important;
|
|
2993
3001
|
}
|
|
2994
3002
|
|
|
2995
|
-
.bw_border_end_0
|
|
3003
|
+
.bw_border_end_0 {
|
|
2996
3004
|
border-right: 0 !important;
|
|
2997
3005
|
}
|
|
2998
3006
|
|
|
2999
|
-
.bw_border_bottom_0
|
|
3007
|
+
.bw_border_bottom_0 {
|
|
3000
3008
|
border-bottom: 0 !important;
|
|
3001
3009
|
}
|
|
3002
3010
|
|
|
3003
|
-
.bw_border_start_0
|
|
3011
|
+
.bw_border_start_0 {
|
|
3004
3012
|
border-left: 0 !important;
|
|
3005
3013
|
}
|
|
3006
3014
|
|
|
@@ -3012,15 +3020,15 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
3012
3020
|
border-radius: 0 !important;
|
|
3013
3021
|
}
|
|
3014
3022
|
|
|
3015
|
-
.bw_rounded_1
|
|
3023
|
+
.bw_rounded_1 {
|
|
3016
3024
|
border-radius: .25rem !important;
|
|
3017
3025
|
}
|
|
3018
3026
|
|
|
3019
|
-
.bw_rounded_2
|
|
3027
|
+
.bw_rounded_2 {
|
|
3020
3028
|
border-radius: .375rem !important;
|
|
3021
3029
|
}
|
|
3022
3030
|
|
|
3023
|
-
.bw_rounded_3
|
|
3031
|
+
.bw_rounded_3 {
|
|
3024
3032
|
border-radius: .5rem !important;
|
|
3025
3033
|
}
|
|
3026
3034
|
|
|
@@ -3028,7 +3036,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
3028
3036
|
border-radius: 50% !important;
|
|
3029
3037
|
}
|
|
3030
3038
|
|
|
3031
|
-
.bw_rounded_pill
|
|
3039
|
+
.bw_rounded_pill {
|
|
3032
3040
|
border-radius: 50rem !important;
|
|
3033
3041
|
}
|
|
3034
3042
|
|
|
@@ -3044,272 +3052,188 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
3044
3052
|
box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
|
|
3045
3053
|
}
|
|
3046
3054
|
|
|
3047
|
-
.bw_shadow_none
|
|
3055
|
+
.bw_shadow_none {
|
|
3048
3056
|
box-shadow: none !important;
|
|
3049
3057
|
}
|
|
3050
3058
|
|
|
3051
|
-
.bw_w_25
|
|
3059
|
+
.bw_w_25 {
|
|
3052
3060
|
width: 25% !important;
|
|
3053
3061
|
}
|
|
3054
3062
|
|
|
3055
|
-
.bw_h_25
|
|
3063
|
+
.bw_h_25 {
|
|
3056
3064
|
height: 25% !important;
|
|
3057
3065
|
}
|
|
3058
3066
|
|
|
3059
|
-
.bw_w_50
|
|
3067
|
+
.bw_w_50 {
|
|
3060
3068
|
width: 50% !important;
|
|
3061
3069
|
}
|
|
3062
3070
|
|
|
3063
|
-
.bw_h_50
|
|
3071
|
+
.bw_h_50 {
|
|
3064
3072
|
height: 50% !important;
|
|
3065
3073
|
}
|
|
3066
3074
|
|
|
3067
|
-
.bw_w_75
|
|
3075
|
+
.bw_w_75 {
|
|
3068
3076
|
width: 75% !important;
|
|
3069
3077
|
}
|
|
3070
3078
|
|
|
3071
|
-
.bw_h_75
|
|
3079
|
+
.bw_h_75 {
|
|
3072
3080
|
height: 75% !important;
|
|
3073
3081
|
}
|
|
3074
3082
|
|
|
3075
|
-
.bw_w_100
|
|
3083
|
+
.bw_w_100 {
|
|
3076
3084
|
width: 100% !important;
|
|
3077
3085
|
}
|
|
3078
3086
|
|
|
3079
|
-
.bw_h_100
|
|
3087
|
+
.bw_h_100 {
|
|
3080
3088
|
height: 100% !important;
|
|
3081
3089
|
}
|
|
3082
3090
|
|
|
3083
|
-
.bw_w_auto
|
|
3091
|
+
.bw_w_auto {
|
|
3084
3092
|
width: auto !important;
|
|
3085
3093
|
}
|
|
3086
3094
|
|
|
3087
|
-
.bw_h_auto
|
|
3095
|
+
.bw_h_auto {
|
|
3088
3096
|
height: auto !important;
|
|
3089
3097
|
}
|
|
3090
3098
|
|
|
3091
|
-
.bw_mw_100
|
|
3099
|
+
.bw_mw_100 {
|
|
3092
3100
|
max-width: 100% !important;
|
|
3093
3101
|
}
|
|
3094
3102
|
|
|
3095
|
-
.bw_mh_100
|
|
3103
|
+
.bw_mh_100 {
|
|
3096
3104
|
max-height: 100% !important;
|
|
3097
3105
|
}
|
|
3098
3106
|
|
|
3099
|
-
.bw_position_static
|
|
3107
|
+
.bw_position_static {
|
|
3100
3108
|
position: static !important;
|
|
3101
3109
|
}
|
|
3102
3110
|
|
|
3103
|
-
.bw_position_relative
|
|
3111
|
+
.bw_position_relative {
|
|
3104
3112
|
position: relative !important;
|
|
3105
3113
|
}
|
|
3106
3114
|
|
|
3107
|
-
.bw_position_absolute
|
|
3115
|
+
.bw_position_absolute {
|
|
3108
3116
|
position: absolute !important;
|
|
3109
3117
|
}
|
|
3110
3118
|
|
|
3111
|
-
.bw_position_fixed
|
|
3119
|
+
.bw_position_fixed {
|
|
3112
3120
|
position: fixed !important;
|
|
3113
3121
|
}
|
|
3114
3122
|
|
|
3115
|
-
.bw_position_sticky
|
|
3123
|
+
.bw_position_sticky {
|
|
3116
3124
|
position: sticky !important;
|
|
3117
3125
|
}
|
|
3118
3126
|
|
|
3119
|
-
.bw_top_0
|
|
3127
|
+
.bw_top_0 {
|
|
3120
3128
|
top: 0 !important;
|
|
3121
3129
|
}
|
|
3122
3130
|
|
|
3123
|
-
.bw_top_50
|
|
3131
|
+
.bw_top_50 {
|
|
3124
3132
|
top: 50% !important;
|
|
3125
3133
|
}
|
|
3126
3134
|
|
|
3127
|
-
.bw_top_100
|
|
3135
|
+
.bw_top_100 {
|
|
3128
3136
|
top: 100% !important;
|
|
3129
3137
|
}
|
|
3130
3138
|
|
|
3131
|
-
.bw_bottom_0
|
|
3139
|
+
.bw_bottom_0 {
|
|
3132
3140
|
bottom: 0 !important;
|
|
3133
3141
|
}
|
|
3134
3142
|
|
|
3135
|
-
.bw_bottom_50
|
|
3143
|
+
.bw_bottom_50 {
|
|
3136
3144
|
bottom: 50% !important;
|
|
3137
3145
|
}
|
|
3138
3146
|
|
|
3139
|
-
.bw_bottom_100
|
|
3147
|
+
.bw_bottom_100 {
|
|
3140
3148
|
bottom: 100% !important;
|
|
3141
3149
|
}
|
|
3142
3150
|
|
|
3143
|
-
.bw_start_0
|
|
3151
|
+
.bw_start_0 {
|
|
3144
3152
|
left: 0 !important;
|
|
3145
3153
|
}
|
|
3146
3154
|
|
|
3147
|
-
.bw_start_50
|
|
3155
|
+
.bw_start_50 {
|
|
3148
3156
|
left: 50% !important;
|
|
3149
3157
|
}
|
|
3150
3158
|
|
|
3151
|
-
.bw_start_100
|
|
3159
|
+
.bw_start_100 {
|
|
3152
3160
|
left: 100% !important;
|
|
3153
3161
|
}
|
|
3154
3162
|
|
|
3155
|
-
.bw_end_0
|
|
3163
|
+
.bw_end_0 {
|
|
3156
3164
|
right: 0 !important;
|
|
3157
3165
|
}
|
|
3158
3166
|
|
|
3159
|
-
.bw_end_50
|
|
3167
|
+
.bw_end_50 {
|
|
3160
3168
|
right: 50% !important;
|
|
3161
3169
|
}
|
|
3162
3170
|
|
|
3163
|
-
.bw_end_100
|
|
3171
|
+
.bw_end_100 {
|
|
3164
3172
|
right: 100% !important;
|
|
3165
3173
|
}
|
|
3166
3174
|
|
|
3167
|
-
.bw_translate_middle
|
|
3175
|
+
.bw_translate_middle {
|
|
3168
3176
|
transform: translate(-50%, -50%) !important;
|
|
3169
3177
|
}
|
|
3170
3178
|
|
|
3171
|
-
.bw_overflow_auto
|
|
3179
|
+
.bw_overflow_auto {
|
|
3172
3180
|
overflow: auto !important;
|
|
3173
3181
|
}
|
|
3174
3182
|
|
|
3175
|
-
.bw_overflow_hidden
|
|
3183
|
+
.bw_overflow_hidden {
|
|
3176
3184
|
overflow: hidden !important;
|
|
3177
3185
|
}
|
|
3178
3186
|
|
|
3179
|
-
.bw_overflow_visible
|
|
3187
|
+
.bw_overflow_visible {
|
|
3180
3188
|
overflow: visible !important;
|
|
3181
3189
|
}
|
|
3182
3190
|
|
|
3183
|
-
.bw_overflow_scroll
|
|
3191
|
+
.bw_overflow_scroll {
|
|
3184
3192
|
overflow: scroll !important;
|
|
3185
3193
|
}
|
|
3186
3194
|
|
|
3187
|
-
.
|
|
3188
|
-
font-size:
|
|
3189
|
-
}
|
|
3190
|
-
|
|
3191
|
-
.bw_fs-2 {
|
|
3192
|
-
font-size: calc(1.325rem + .9vw) !important;
|
|
3193
|
-
}
|
|
3194
|
-
|
|
3195
|
-
.bw_fs-3 {
|
|
3196
|
-
font-size: calc(1.3rem + .6vw) !important;
|
|
3197
|
-
}
|
|
3198
|
-
|
|
3199
|
-
.bw_fs-4 {
|
|
3200
|
-
font-size: calc(1.275rem + .3vw) !important;
|
|
3201
|
-
}
|
|
3202
|
-
|
|
3203
|
-
.bw_fs-5 {
|
|
3204
|
-
font-size: 1.25rem !important;
|
|
3205
|
-
}
|
|
3206
|
-
|
|
3207
|
-
.bw_fs-6 {
|
|
3208
|
-
font-size: 1rem !important;
|
|
3209
|
-
}
|
|
3210
|
-
|
|
3211
|
-
.bw_fw-light {
|
|
3212
|
-
font-weight: 300 !important;
|
|
3213
|
-
}
|
|
3214
|
-
|
|
3215
|
-
.bw_fw-lighter {
|
|
3216
|
-
font-weight: lighter !important;
|
|
3217
|
-
}
|
|
3218
|
-
|
|
3219
|
-
.bw_fw-normal {
|
|
3220
|
-
font-weight: 400 !important;
|
|
3221
|
-
}
|
|
3222
|
-
|
|
3223
|
-
.bw_fw-bold {
|
|
3224
|
-
font-weight: 700 !important;
|
|
3225
|
-
}
|
|
3226
|
-
|
|
3227
|
-
.bw_fw-bolder {
|
|
3228
|
-
font-weight: bolder !important;
|
|
3229
|
-
}
|
|
3230
|
-
|
|
3231
|
-
.bw_fst-italic {
|
|
3232
|
-
font-style: italic !important;
|
|
3233
|
-
}
|
|
3234
|
-
|
|
3235
|
-
.bw_fst-normal {
|
|
3236
|
-
font-style: normal !important;
|
|
3237
|
-
}
|
|
3238
|
-
|
|
3239
|
-
.bw_text-decoration-none {
|
|
3240
|
-
text-decoration: none !important;
|
|
3241
|
-
}
|
|
3242
|
-
|
|
3243
|
-
.bw_text-decoration-underline {
|
|
3244
|
-
text-decoration: underline !important;
|
|
3245
|
-
}
|
|
3246
|
-
|
|
3247
|
-
.bw_text-decoration-line-through {
|
|
3248
|
-
text-decoration: line-through !important;
|
|
3195
|
+
.bw_fs_xs {
|
|
3196
|
+
font-size: 0.75rem !important;
|
|
3249
3197
|
}
|
|
3250
3198
|
|
|
3251
|
-
.
|
|
3252
|
-
|
|
3199
|
+
.bw_fs_2xl {
|
|
3200
|
+
font-size: 1.5rem !important;
|
|
3253
3201
|
}
|
|
3254
3202
|
|
|
3255
|
-
.
|
|
3256
|
-
|
|
3203
|
+
.bw_fw_medium {
|
|
3204
|
+
font-weight: 500 !important;
|
|
3257
3205
|
}
|
|
3258
3206
|
|
|
3259
|
-
.
|
|
3260
|
-
|
|
3207
|
+
.bw_lh_tight {
|
|
3208
|
+
line-height: 1.25 !important;
|
|
3261
3209
|
}
|
|
3262
3210
|
|
|
3263
|
-
.
|
|
3264
|
-
|
|
3211
|
+
.bw_lh_normal {
|
|
3212
|
+
line-height: 1.5 !important;
|
|
3265
3213
|
}
|
|
3266
3214
|
|
|
3267
|
-
.
|
|
3268
|
-
|
|
3215
|
+
.bw_lh_relaxed {
|
|
3216
|
+
line-height: 1.75 !important;
|
|
3269
3217
|
}
|
|
3270
3218
|
|
|
3271
|
-
.
|
|
3219
|
+
.bw_list_unstyled {
|
|
3272
3220
|
padding-left: 0;
|
|
3273
3221
|
list-style: none;
|
|
3274
3222
|
}
|
|
3275
3223
|
|
|
3276
|
-
.
|
|
3224
|
+
.bw_list_inline {
|
|
3277
3225
|
padding-left: 0;
|
|
3278
3226
|
list-style: none;
|
|
3279
3227
|
}
|
|
3280
3228
|
|
|
3281
|
-
.
|
|
3229
|
+
.bw_list_inline_item {
|
|
3282
3230
|
display: inline-block;
|
|
3283
3231
|
}
|
|
3284
3232
|
|
|
3285
|
-
.
|
|
3233
|
+
.bw_list_inline_item:not(:last-child) {
|
|
3286
3234
|
margin-right: .5rem;
|
|
3287
3235
|
}
|
|
3288
3236
|
|
|
3289
|
-
.bw_fs_xs {
|
|
3290
|
-
font-size: 0.75rem !important;
|
|
3291
|
-
}
|
|
3292
|
-
|
|
3293
|
-
.bw_fs_2xl {
|
|
3294
|
-
font-size: 1.5rem !important;
|
|
3295
|
-
}
|
|
3296
|
-
|
|
3297
|
-
.bw_fw_medium {
|
|
3298
|
-
font-weight: 500 !important;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
.bw_lh_tight {
|
|
3302
|
-
line-height: 1.25 !important;
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
|
-
.bw_lh_normal {
|
|
3306
|
-
line-height: 1.5 !important;
|
|
3307
|
-
}
|
|
3308
|
-
|
|
3309
|
-
.bw_lh_relaxed {
|
|
3310
|
-
line-height: 1.75 !important;
|
|
3311
|
-
}
|
|
3312
|
-
|
|
3313
3237
|
.bw_flex {
|
|
3314
3238
|
display: flex;
|
|
3315
3239
|
}
|
|
@@ -3328,51 +3252,51 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
3328
3252
|
justify-content: center;
|
|
3329
3253
|
}
|
|
3330
3254
|
|
|
3331
|
-
.bw_visible
|
|
3255
|
+
.bw_visible {
|
|
3332
3256
|
visibility: visible !important;
|
|
3333
3257
|
}
|
|
3334
3258
|
|
|
3335
|
-
.bw_invisible
|
|
3259
|
+
.bw_invisible {
|
|
3336
3260
|
visibility: hidden !important;
|
|
3337
3261
|
}
|
|
3338
3262
|
|
|
3339
|
-
.bw_user_select_all
|
|
3263
|
+
.bw_user_select_all {
|
|
3340
3264
|
user-select: all !important;
|
|
3341
3265
|
}
|
|
3342
3266
|
|
|
3343
|
-
.bw_user_select_auto
|
|
3267
|
+
.bw_user_select_auto {
|
|
3344
3268
|
user-select: auto !important;
|
|
3345
3269
|
}
|
|
3346
3270
|
|
|
3347
|
-
.bw_user_select_none
|
|
3271
|
+
.bw_user_select_none {
|
|
3348
3272
|
user-select: none !important;
|
|
3349
3273
|
}
|
|
3350
3274
|
|
|
3351
|
-
.
|
|
3275
|
+
.bw_pe_none {
|
|
3352
3276
|
pointer-events: none !important;
|
|
3353
3277
|
}
|
|
3354
3278
|
|
|
3355
|
-
.
|
|
3279
|
+
.bw_pe_auto {
|
|
3356
3280
|
pointer-events: auto !important;
|
|
3357
3281
|
}
|
|
3358
3282
|
|
|
3359
|
-
.
|
|
3283
|
+
.bw_opacity_0 {
|
|
3360
3284
|
opacity: 0 !important;
|
|
3361
3285
|
}
|
|
3362
3286
|
|
|
3363
|
-
.
|
|
3287
|
+
.bw_opacity_25 {
|
|
3364
3288
|
opacity: .25 !important;
|
|
3365
3289
|
}
|
|
3366
3290
|
|
|
3367
|
-
.
|
|
3291
|
+
.bw_opacity_50 {
|
|
3368
3292
|
opacity: .5 !important;
|
|
3369
3293
|
}
|
|
3370
3294
|
|
|
3371
|
-
.
|
|
3295
|
+
.bw_opacity_75 {
|
|
3372
3296
|
opacity: .75 !important;
|
|
3373
3297
|
}
|
|
3374
3298
|
|
|
3375
|
-
.
|
|
3299
|
+
.bw_opacity_100 {
|
|
3376
3300
|
opacity: 1 !important;
|
|
3377
3301
|
}
|
|
3378
3302
|
|
|
@@ -3390,54 +3314,54 @@ a:hover {
|
|
|
3390
3314
|
text-decoration: underline;
|
|
3391
3315
|
}
|
|
3392
3316
|
|
|
3393
|
-
.
|
|
3317
|
+
.bw_bccl_btn_lg {
|
|
3394
3318
|
padding: 0.625rem 1.5rem;
|
|
3395
3319
|
font-size: 1rem;
|
|
3396
3320
|
border-radius: 8px;
|
|
3397
3321
|
}
|
|
3398
3322
|
|
|
3399
|
-
.
|
|
3323
|
+
.bw_bccl_btn_sm {
|
|
3400
3324
|
padding: 0.25rem 0.75rem;
|
|
3401
3325
|
font-size: 0.8125rem;
|
|
3402
3326
|
border-radius: 5px;
|
|
3403
3327
|
}
|
|
3404
3328
|
|
|
3405
|
-
.
|
|
3329
|
+
.bw_bccl_card:hover {
|
|
3406
3330
|
box-shadow: 0 4px 6px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.06);
|
|
3407
3331
|
}
|
|
3408
3332
|
|
|
3409
|
-
.
|
|
3333
|
+
.bw_bccl_card_subtitle {
|
|
3410
3334
|
color: #6c757d;
|
|
3411
3335
|
}
|
|
3412
3336
|
|
|
3413
|
-
.
|
|
3337
|
+
.bw_bccl_form_check_input:checked {
|
|
3414
3338
|
background-color: #006666;
|
|
3415
3339
|
border-color: #006666;
|
|
3416
3340
|
}
|
|
3417
3341
|
|
|
3418
|
-
.
|
|
3342
|
+
.bw_bccl_form_check_input:focus {
|
|
3419
3343
|
box-shadow: 0 0 0 0.25rem rgba(0,102,102,0.25);
|
|
3420
3344
|
}
|
|
3421
3345
|
|
|
3422
|
-
.
|
|
3346
|
+
.bw_bccl_form_control.bw_is_valid {
|
|
3423
3347
|
border-color: #19875e;
|
|
3424
3348
|
}
|
|
3425
3349
|
|
|
3426
|
-
.
|
|
3350
|
+
.bw_bccl_form_control.bw_is_valid:focus {
|
|
3427
3351
|
border-color: #19875e;
|
|
3428
3352
|
box-shadow: 0 0 0 0.2rem rgba(25,135,94,0.25);
|
|
3429
3353
|
}
|
|
3430
3354
|
|
|
3431
|
-
.
|
|
3355
|
+
.bw_bccl_form_control.bw_is_invalid {
|
|
3432
3356
|
border-color: #dc35a6;
|
|
3433
3357
|
}
|
|
3434
3358
|
|
|
3435
|
-
.
|
|
3359
|
+
.bw_bccl_form_control.bw_is_invalid:focus {
|
|
3436
3360
|
border-color: #dc35a6;
|
|
3437
3361
|
box-shadow: 0 0 0 0.2rem rgba(220,53,166,0.25);
|
|
3438
3362
|
}
|
|
3439
3363
|
|
|
3440
|
-
.
|
|
3364
|
+
.bw_bccl_form_select {
|
|
3441
3365
|
padding: 0.5rem 0.75rem;
|
|
3442
3366
|
border-radius: 6px;
|
|
3443
3367
|
color: #212529;
|
|
@@ -3445,40 +3369,40 @@ a:hover {
|
|
|
3445
3369
|
border-color: #c2cbd4;
|
|
3446
3370
|
}
|
|
3447
3371
|
|
|
3448
|
-
.
|
|
3372
|
+
.bw_bccl_form_select:focus {
|
|
3449
3373
|
border-color: #99c2c2;
|
|
3450
3374
|
box-shadow: 0 0 0 0.25rem rgba(0,102,102,0.25);
|
|
3451
3375
|
}
|
|
3452
3376
|
|
|
3453
|
-
.
|
|
3377
|
+
.bw_bccl_navbar_nav .bw_nav_link:hover {
|
|
3454
3378
|
color: #006666;
|
|
3455
3379
|
background-color: #e2eeee;
|
|
3456
3380
|
}
|
|
3457
3381
|
|
|
3458
|
-
.
|
|
3382
|
+
.bw_bccl_navbar_nav .bw_nav_link.active {
|
|
3459
3383
|
color: #006666;
|
|
3460
3384
|
background-color: rgba(0,102,102,0.25);
|
|
3461
3385
|
font-weight: 600;
|
|
3462
3386
|
}
|
|
3463
3387
|
|
|
3464
|
-
.
|
|
3388
|
+
.bw_bccl_navbar_dark {
|
|
3465
3389
|
background-color: #212529;
|
|
3466
3390
|
border-bottom-color: #0a0c0d;
|
|
3467
3391
|
}
|
|
3468
3392
|
|
|
3469
|
-
.
|
|
3393
|
+
.bw_bccl_navbar_dark .bw_bccl_navbar_brand {
|
|
3470
3394
|
color: #f8f9fa;
|
|
3471
3395
|
}
|
|
3472
3396
|
|
|
3473
|
-
.
|
|
3397
|
+
.bw_bccl_navbar_dark .bw_nav_link {
|
|
3474
3398
|
color: #c2cbd4;
|
|
3475
3399
|
}
|
|
3476
3400
|
|
|
3477
|
-
.
|
|
3401
|
+
.bw_bccl_navbar_dark .bw_nav_link:hover {
|
|
3478
3402
|
color: #f8f9fa;
|
|
3479
3403
|
}
|
|
3480
3404
|
|
|
3481
|
-
.
|
|
3405
|
+
.bw_bccl_navbar_dark .bw_nav_link.active {
|
|
3482
3406
|
color: #f8f9fa;
|
|
3483
3407
|
font-weight: 600;
|
|
3484
3408
|
}
|
|
@@ -3488,15 +3412,15 @@ a:hover {
|
|
|
3488
3412
|
background-color: #006666;
|
|
3489
3413
|
}
|
|
3490
3414
|
|
|
3491
|
-
.
|
|
3415
|
+
.bw_bccl_table_striped > tbody > tr:nth-of-type(odd) > * {
|
|
3492
3416
|
background-color: #e2eeee;
|
|
3493
3417
|
}
|
|
3494
3418
|
|
|
3495
|
-
.
|
|
3419
|
+
.bw_bccl_table_hover > tbody > tr:hover > * {
|
|
3496
3420
|
background-color: rgba(0,102,102,0.25);
|
|
3497
3421
|
}
|
|
3498
3422
|
|
|
3499
|
-
.
|
|
3423
|
+
.bw_bccl_table_bordered {
|
|
3500
3424
|
border-color: #c2cbd4;
|
|
3501
3425
|
}
|
|
3502
3426
|
|
|
@@ -3555,7 +3479,7 @@ a.bw_list_group_item:hover {
|
|
|
3555
3479
|
border-color: #c2cbd4;
|
|
3556
3480
|
}
|
|
3557
3481
|
|
|
3558
|
-
.
|
|
3482
|
+
.bw_bccl_breadcrumb_item a:hover {
|
|
3559
3483
|
color: #003333;
|
|
3560
3484
|
text-decoration: underline;
|
|
3561
3485
|
}
|
|
@@ -3576,57 +3500,57 @@ a.bw_list_group_item:hover {
|
|
|
3576
3500
|
color: #6c757d;
|
|
3577
3501
|
}
|
|
3578
3502
|
|
|
3579
|
-
.
|
|
3503
|
+
.bw_bccl_accordion_item:first-child {
|
|
3580
3504
|
border-top-left-radius: 8px;
|
|
3581
3505
|
border-top-right-radius: 8px;
|
|
3582
3506
|
}
|
|
3583
3507
|
|
|
3584
|
-
.
|
|
3508
|
+
.bw_bccl_accordion_item:last-child {
|
|
3585
3509
|
border-bottom-left-radius: 8px;
|
|
3586
3510
|
border-bottom-right-radius: 8px;
|
|
3587
3511
|
}
|
|
3588
3512
|
|
|
3589
|
-
.
|
|
3513
|
+
.bw_bccl_accordion_button:not(.bw_collapsed) {
|
|
3590
3514
|
color: #000000;
|
|
3591
3515
|
background-color: #d9e8e8;
|
|
3592
3516
|
border-left: 3px solid #006666;
|
|
3593
3517
|
}
|
|
3594
3518
|
|
|
3595
|
-
.
|
|
3519
|
+
.bw_bccl_accordion_button:hover {
|
|
3596
3520
|
background-color: #e2eeee;
|
|
3597
3521
|
}
|
|
3598
3522
|
|
|
3599
|
-
.
|
|
3523
|
+
.bw_bccl_accordion_button:not(.bw_collapsed):hover {
|
|
3600
3524
|
background-color: #006666;
|
|
3601
3525
|
color: #fff;
|
|
3602
3526
|
}
|
|
3603
3527
|
|
|
3604
|
-
.
|
|
3528
|
+
.bw_bccl_accordion_button:focus-visible {
|
|
3605
3529
|
box-shadow: 0 0 0 0.2rem rgba(0,102,102,0.25);
|
|
3606
3530
|
}
|
|
3607
3531
|
|
|
3608
|
-
.
|
|
3532
|
+
.bw_bccl_carousel_indicator.active {
|
|
3609
3533
|
background-color: #006666;
|
|
3610
3534
|
}
|
|
3611
3535
|
|
|
3612
|
-
.
|
|
3536
|
+
.bw_bccl_carousel_control:hover {
|
|
3613
3537
|
background-color: #0a0c0d;
|
|
3614
3538
|
}
|
|
3615
3539
|
|
|
3616
|
-
.
|
|
3540
|
+
.bw_bccl_dropdown_item:hover {
|
|
3617
3541
|
color: #0a0c0d;
|
|
3618
3542
|
background-color: #e2eeee;
|
|
3619
3543
|
}
|
|
3620
3544
|
|
|
3621
|
-
.
|
|
3545
|
+
.bw_bccl_dropdown_item.disabled {
|
|
3622
3546
|
color: #6c757d;
|
|
3623
3547
|
}
|
|
3624
3548
|
|
|
3625
|
-
.
|
|
3549
|
+
.bw_bccl_form_switch .bw_switch_input:focus {
|
|
3626
3550
|
box-shadow: 0 0 0 0.25rem rgba(0,102,102,0.25);
|
|
3627
3551
|
}
|
|
3628
3552
|
|
|
3629
|
-
.
|
|
3553
|
+
.bw_bccl_form_switch .bw_switch_input:focus-visible {
|
|
3630
3554
|
box-shadow: 0 0 0 0.25rem rgba(0,102,102,0.25);
|
|
3631
3555
|
outline: none;
|
|
3632
3556
|
}
|
|
@@ -3727,13 +3651,13 @@ a.bw_list_group_item:hover {
|
|
|
3727
3651
|
outline: none;
|
|
3728
3652
|
}
|
|
3729
3653
|
|
|
3730
|
-
.
|
|
3654
|
+
.bw_bccl_alert.bw_primary {
|
|
3731
3655
|
background-color: #d9e8e8;
|
|
3732
3656
|
color: #000000;
|
|
3733
3657
|
border-color: #99c2c2;
|
|
3734
3658
|
}
|
|
3735
3659
|
|
|
3736
|
-
.
|
|
3660
|
+
.bw_bccl_toast.bw_primary {
|
|
3737
3661
|
background-color: inherit;
|
|
3738
3662
|
color: inherit;
|
|
3739
3663
|
border-left: 4px solid #006666;
|
|
@@ -3745,13 +3669,13 @@ a.bw_list_group_item:hover {
|
|
|
3745
3669
|
border-left-color: #006666;
|
|
3746
3670
|
}
|
|
3747
3671
|
|
|
3748
|
-
.
|
|
3672
|
+
.bw_bccl_card.bw_primary {
|
|
3749
3673
|
background-color: inherit;
|
|
3750
3674
|
color: inherit;
|
|
3751
3675
|
border-left: 4px solid #006666;
|
|
3752
3676
|
}
|
|
3753
3677
|
|
|
3754
|
-
.
|
|
3678
|
+
.bw_bccl_timeline_marker.bw_primary {
|
|
3755
3679
|
box-shadow: 0 0 0 2px #006666;
|
|
3756
3680
|
}
|
|
3757
3681
|
|
|
@@ -3773,23 +3697,23 @@ a.bw_list_group_item:hover {
|
|
|
3773
3697
|
color: #006666;
|
|
3774
3698
|
}
|
|
3775
3699
|
|
|
3776
|
-
.
|
|
3700
|
+
.bw_bccl_btn_outline.bw_primary {
|
|
3777
3701
|
background-color: transparent;
|
|
3778
3702
|
color: #006666;
|
|
3779
3703
|
border-color: #006666;
|
|
3780
3704
|
}
|
|
3781
3705
|
|
|
3782
|
-
.
|
|
3706
|
+
.bw_bccl_btn_outline.bw_primary:hover {
|
|
3783
3707
|
background-color: #006666;
|
|
3784
3708
|
color: #fff;
|
|
3785
3709
|
}
|
|
3786
3710
|
|
|
3787
|
-
.
|
|
3711
|
+
.bw_bccl_hero.bw_primary {
|
|
3788
3712
|
background: linear-gradient(135deg, #006666 0%, #003333 100%);
|
|
3789
3713
|
color: #fff;
|
|
3790
3714
|
}
|
|
3791
3715
|
|
|
3792
|
-
.
|
|
3716
|
+
.bw_bccl_progress_bar.bw_primary {
|
|
3793
3717
|
color: #fff;
|
|
3794
3718
|
}
|
|
3795
3719
|
|
|
@@ -3822,13 +3746,13 @@ a.bw_list_group_item:hover {
|
|
|
3822
3746
|
outline: none;
|
|
3823
3747
|
}
|
|
3824
3748
|
|
|
3825
|
-
.
|
|
3749
|
+
.bw_bccl_alert.bw_secondary {
|
|
3826
3750
|
background-color: #e9eaec;
|
|
3827
3751
|
color: #0d0f10;
|
|
3828
3752
|
border-color: #c4c8cb;
|
|
3829
3753
|
}
|
|
3830
3754
|
|
|
3831
|
-
.
|
|
3755
|
+
.bw_bccl_toast.bw_secondary {
|
|
3832
3756
|
background-color: inherit;
|
|
3833
3757
|
color: inherit;
|
|
3834
3758
|
border-left: 4px solid #6c757d;
|
|
@@ -3840,13 +3764,13 @@ a.bw_list_group_item:hover {
|
|
|
3840
3764
|
border-left-color: #6c757d;
|
|
3841
3765
|
}
|
|
3842
3766
|
|
|
3843
|
-
.
|
|
3767
|
+
.bw_bccl_card.bw_secondary {
|
|
3844
3768
|
background-color: inherit;
|
|
3845
3769
|
color: inherit;
|
|
3846
3770
|
border-left: 4px solid #6c757d;
|
|
3847
3771
|
}
|
|
3848
3772
|
|
|
3849
|
-
.
|
|
3773
|
+
.bw_bccl_timeline_marker.bw_secondary {
|
|
3850
3774
|
box-shadow: 0 0 0 2px #6c757d;
|
|
3851
3775
|
}
|
|
3852
3776
|
|
|
@@ -3868,23 +3792,23 @@ a.bw_list_group_item:hover {
|
|
|
3868
3792
|
color: #6c757d;
|
|
3869
3793
|
}
|
|
3870
3794
|
|
|
3871
|
-
.
|
|
3795
|
+
.bw_bccl_btn_outline.bw_secondary {
|
|
3872
3796
|
background-color: transparent;
|
|
3873
3797
|
color: #6c757d;
|
|
3874
3798
|
border-color: #6c757d;
|
|
3875
3799
|
}
|
|
3876
3800
|
|
|
3877
|
-
.
|
|
3801
|
+
.bw_bccl_btn_outline.bw_secondary:hover {
|
|
3878
3802
|
background-color: #6c757d;
|
|
3879
3803
|
color: #fff;
|
|
3880
3804
|
}
|
|
3881
3805
|
|
|
3882
|
-
.
|
|
3806
|
+
.bw_bccl_hero.bw_secondary {
|
|
3883
3807
|
background: linear-gradient(135deg, #6c757d 0%, #545b62 100%);
|
|
3884
3808
|
color: #fff;
|
|
3885
3809
|
}
|
|
3886
3810
|
|
|
3887
|
-
.
|
|
3811
|
+
.bw_bccl_progress_bar.bw_secondary {
|
|
3888
3812
|
color: #fff;
|
|
3889
3813
|
}
|
|
3890
3814
|
|
|
@@ -3917,13 +3841,13 @@ a.bw_list_group_item:hover {
|
|
|
3917
3841
|
outline: none;
|
|
3918
3842
|
}
|
|
3919
3843
|
|
|
3920
|
-
.
|
|
3844
|
+
.bw_bccl_alert.bw_tertiary {
|
|
3921
3845
|
background-color: #d9e8e8;
|
|
3922
3846
|
color: #000000;
|
|
3923
3847
|
border-color: #99c2c2;
|
|
3924
3848
|
}
|
|
3925
3849
|
|
|
3926
|
-
.
|
|
3850
|
+
.bw_bccl_toast.bw_tertiary {
|
|
3927
3851
|
background-color: inherit;
|
|
3928
3852
|
color: inherit;
|
|
3929
3853
|
border-left: 4px solid #006666;
|
|
@@ -3935,13 +3859,13 @@ a.bw_list_group_item:hover {
|
|
|
3935
3859
|
border-left-color: #006666;
|
|
3936
3860
|
}
|
|
3937
3861
|
|
|
3938
|
-
.
|
|
3862
|
+
.bw_bccl_card.bw_tertiary {
|
|
3939
3863
|
background-color: inherit;
|
|
3940
3864
|
color: inherit;
|
|
3941
3865
|
border-left: 4px solid #006666;
|
|
3942
3866
|
}
|
|
3943
3867
|
|
|
3944
|
-
.
|
|
3868
|
+
.bw_bccl_timeline_marker.bw_tertiary {
|
|
3945
3869
|
box-shadow: 0 0 0 2px #006666;
|
|
3946
3870
|
}
|
|
3947
3871
|
|
|
@@ -3963,23 +3887,23 @@ a.bw_list_group_item:hover {
|
|
|
3963
3887
|
color: #006666;
|
|
3964
3888
|
}
|
|
3965
3889
|
|
|
3966
|
-
.
|
|
3890
|
+
.bw_bccl_btn_outline.bw_tertiary {
|
|
3967
3891
|
background-color: transparent;
|
|
3968
3892
|
color: #006666;
|
|
3969
3893
|
border-color: #006666;
|
|
3970
3894
|
}
|
|
3971
3895
|
|
|
3972
|
-
.
|
|
3896
|
+
.bw_bccl_btn_outline.bw_tertiary:hover {
|
|
3973
3897
|
background-color: #006666;
|
|
3974
3898
|
color: #fff;
|
|
3975
3899
|
}
|
|
3976
3900
|
|
|
3977
|
-
.
|
|
3901
|
+
.bw_bccl_hero.bw_tertiary {
|
|
3978
3902
|
background: linear-gradient(135deg, #006666 0%, #003333 100%);
|
|
3979
3903
|
color: #fff;
|
|
3980
3904
|
}
|
|
3981
3905
|
|
|
3982
|
-
.
|
|
3906
|
+
.bw_bccl_progress_bar.bw_tertiary {
|
|
3983
3907
|
color: #fff;
|
|
3984
3908
|
}
|
|
3985
3909
|
|
|
@@ -4012,13 +3936,13 @@ a.bw_list_group_item:hover {
|
|
|
4012
3936
|
outline: none;
|
|
4013
3937
|
}
|
|
4014
3938
|
|
|
4015
|
-
.
|
|
3939
|
+
.bw_bccl_alert.bw_success {
|
|
4016
3940
|
background-color: #ddede7;
|
|
4017
3941
|
color: #000000;
|
|
4018
3942
|
border-color: #a3cfbf;
|
|
4019
3943
|
}
|
|
4020
3944
|
|
|
4021
|
-
.
|
|
3945
|
+
.bw_bccl_toast.bw_success {
|
|
4022
3946
|
background-color: inherit;
|
|
4023
3947
|
color: inherit;
|
|
4024
3948
|
border-left: 4px solid #19875e;
|
|
@@ -4030,13 +3954,13 @@ a.bw_list_group_item:hover {
|
|
|
4030
3954
|
border-left-color: #19875e;
|
|
4031
3955
|
}
|
|
4032
3956
|
|
|
4033
|
-
.
|
|
3957
|
+
.bw_bccl_card.bw_success {
|
|
4034
3958
|
background-color: inherit;
|
|
4035
3959
|
color: inherit;
|
|
4036
3960
|
border-left: 4px solid #19875e;
|
|
4037
3961
|
}
|
|
4038
3962
|
|
|
4039
|
-
.
|
|
3963
|
+
.bw_bccl_timeline_marker.bw_success {
|
|
4040
3964
|
box-shadow: 0 0 0 2px #19875e;
|
|
4041
3965
|
}
|
|
4042
3966
|
|
|
@@ -4058,23 +3982,23 @@ a.bw_list_group_item:hover {
|
|
|
4058
3982
|
color: #19875e;
|
|
4059
3983
|
}
|
|
4060
3984
|
|
|
4061
|
-
.
|
|
3985
|
+
.bw_bccl_btn_outline.bw_success {
|
|
4062
3986
|
background-color: transparent;
|
|
4063
3987
|
color: #19875e;
|
|
4064
3988
|
border-color: #19875e;
|
|
4065
3989
|
}
|
|
4066
3990
|
|
|
4067
|
-
.
|
|
3991
|
+
.bw_bccl_btn_outline.bw_success:hover {
|
|
4068
3992
|
background-color: #19875e;
|
|
4069
3993
|
color: #000;
|
|
4070
3994
|
}
|
|
4071
3995
|
|
|
4072
|
-
.
|
|
3996
|
+
.bw_bccl_hero.bw_success {
|
|
4073
3997
|
background: linear-gradient(135deg, #19875e 0%, #115c40 100%);
|
|
4074
3998
|
color: #000;
|
|
4075
3999
|
}
|
|
4076
4000
|
|
|
4077
|
-
.
|
|
4001
|
+
.bw_bccl_progress_bar.bw_success {
|
|
4078
4002
|
color: #000;
|
|
4079
4003
|
}
|
|
4080
4004
|
|
|
@@ -4107,13 +4031,13 @@ a.bw_list_group_item:hover {
|
|
|
4107
4031
|
outline: none;
|
|
4108
4032
|
}
|
|
4109
4033
|
|
|
4110
|
-
.
|
|
4034
|
+
.bw_bccl_alert.bw_danger {
|
|
4111
4035
|
background-color: #fae1f2;
|
|
4112
4036
|
color: #3b0a2b;
|
|
4113
4037
|
border-color: #f1aedb;
|
|
4114
4038
|
}
|
|
4115
4039
|
|
|
4116
|
-
.
|
|
4040
|
+
.bw_bccl_toast.bw_danger {
|
|
4117
4041
|
background-color: inherit;
|
|
4118
4042
|
color: inherit;
|
|
4119
4043
|
border-left: 4px solid #dc35a6;
|
|
@@ -4125,13 +4049,13 @@ a.bw_list_group_item:hover {
|
|
|
4125
4049
|
border-left-color: #dc35a6;
|
|
4126
4050
|
}
|
|
4127
4051
|
|
|
4128
|
-
.
|
|
4052
|
+
.bw_bccl_card.bw_danger {
|
|
4129
4053
|
background-color: inherit;
|
|
4130
4054
|
color: inherit;
|
|
4131
4055
|
border-left: 4px solid #dc35a6;
|
|
4132
4056
|
}
|
|
4133
4057
|
|
|
4134
|
-
.
|
|
4058
|
+
.bw_bccl_timeline_marker.bw_danger {
|
|
4135
4059
|
box-shadow: 0 0 0 2px #dc35a6;
|
|
4136
4060
|
}
|
|
4137
4061
|
|
|
@@ -4153,23 +4077,23 @@ a.bw_list_group_item:hover {
|
|
|
4153
4077
|
color: #dc35a6;
|
|
4154
4078
|
}
|
|
4155
4079
|
|
|
4156
|
-
.
|
|
4080
|
+
.bw_bccl_btn_outline.bw_danger {
|
|
4157
4081
|
background-color: transparent;
|
|
4158
4082
|
color: #dc35a6;
|
|
4159
4083
|
border-color: #dc35a6;
|
|
4160
4084
|
}
|
|
4161
4085
|
|
|
4162
|
-
.
|
|
4086
|
+
.bw_bccl_btn_outline.bw_danger:hover {
|
|
4163
4087
|
background-color: #dc35a6;
|
|
4164
4088
|
color: #000;
|
|
4165
4089
|
}
|
|
4166
4090
|
|
|
4167
|
-
.
|
|
4091
|
+
.bw_bccl_hero.bw_danger {
|
|
4168
4092
|
background: linear-gradient(135deg, #dc35a6 0%, #bd218b 100%);
|
|
4169
4093
|
color: #000;
|
|
4170
4094
|
}
|
|
4171
4095
|
|
|
4172
|
-
.
|
|
4096
|
+
.bw_bccl_progress_bar.bw_danger {
|
|
4173
4097
|
color: #000;
|
|
4174
4098
|
}
|
|
4175
4099
|
|
|
@@ -4202,13 +4126,13 @@ a.bw_list_group_item:hover {
|
|
|
4202
4126
|
outline: none;
|
|
4203
4127
|
}
|
|
4204
4128
|
|
|
4205
|
-
.
|
|
4129
|
+
.bw_bccl_alert.bw_warning {
|
|
4206
4130
|
background-color: #eef4d9;
|
|
4207
4131
|
color: #000000;
|
|
4208
4132
|
border-color: #d2e199;
|
|
4209
4133
|
}
|
|
4210
4134
|
|
|
4211
|
-
.
|
|
4135
|
+
.bw_bccl_toast.bw_warning {
|
|
4212
4136
|
background-color: inherit;
|
|
4213
4137
|
color: inherit;
|
|
4214
4138
|
border-left: 4px solid #8fb300;
|
|
@@ -4220,13 +4144,13 @@ a.bw_list_group_item:hover {
|
|
|
4220
4144
|
border-left-color: #8fb300;
|
|
4221
4145
|
}
|
|
4222
4146
|
|
|
4223
|
-
.
|
|
4147
|
+
.bw_bccl_card.bw_warning {
|
|
4224
4148
|
background-color: inherit;
|
|
4225
4149
|
color: inherit;
|
|
4226
4150
|
border-left: 4px solid #8fb300;
|
|
4227
4151
|
}
|
|
4228
4152
|
|
|
4229
|
-
.
|
|
4153
|
+
.bw_bccl_timeline_marker.bw_warning {
|
|
4230
4154
|
box-shadow: 0 0 0 2px #8fb300;
|
|
4231
4155
|
}
|
|
4232
4156
|
|
|
@@ -4248,23 +4172,23 @@ a.bw_list_group_item:hover {
|
|
|
4248
4172
|
color: #8fb300;
|
|
4249
4173
|
}
|
|
4250
4174
|
|
|
4251
|
-
.
|
|
4175
|
+
.bw_bccl_btn_outline.bw_warning {
|
|
4252
4176
|
background-color: transparent;
|
|
4253
4177
|
color: #8fb300;
|
|
4254
4178
|
border-color: #8fb300;
|
|
4255
4179
|
}
|
|
4256
4180
|
|
|
4257
|
-
.
|
|
4181
|
+
.bw_bccl_btn_outline.bw_warning:hover {
|
|
4258
4182
|
background-color: #8fb300;
|
|
4259
4183
|
color: #000;
|
|
4260
4184
|
}
|
|
4261
4185
|
|
|
4262
|
-
.
|
|
4186
|
+
.bw_bccl_hero.bw_warning {
|
|
4263
4187
|
background: linear-gradient(135deg, #8fb300 0%, #668000 100%);
|
|
4264
4188
|
color: #000;
|
|
4265
4189
|
}
|
|
4266
4190
|
|
|
4267
|
-
.
|
|
4191
|
+
.bw_bccl_progress_bar.bw_warning {
|
|
4268
4192
|
color: #000;
|
|
4269
4193
|
}
|
|
4270
4194
|
|
|
@@ -4297,13 +4221,13 @@ a.bw_list_group_item:hover {
|
|
|
4297
4221
|
outline: none;
|
|
4298
4222
|
}
|
|
4299
4223
|
|
|
4300
|
-
.
|
|
4224
|
+
.bw_bccl_alert.bw_info {
|
|
4301
4225
|
background-color: #daf0f3;
|
|
4302
4226
|
color: #000000;
|
|
4303
4227
|
border-color: #9cd6e0;
|
|
4304
4228
|
}
|
|
4305
4229
|
|
|
4306
|
-
.
|
|
4230
|
+
.bw_bccl_toast.bw_info {
|
|
4307
4231
|
background-color: inherit;
|
|
4308
4232
|
color: inherit;
|
|
4309
4233
|
border-left: 4px solid #0898b2;
|
|
@@ -4315,13 +4239,13 @@ a.bw_list_group_item:hover {
|
|
|
4315
4239
|
border-left-color: #0898b2;
|
|
4316
4240
|
}
|
|
4317
4241
|
|
|
4318
|
-
.
|
|
4242
|
+
.bw_bccl_card.bw_info {
|
|
4319
4243
|
background-color: inherit;
|
|
4320
4244
|
color: inherit;
|
|
4321
4245
|
border-left: 4px solid #0898b2;
|
|
4322
4246
|
}
|
|
4323
4247
|
|
|
4324
|
-
.
|
|
4248
|
+
.bw_bccl_timeline_marker.bw_info {
|
|
4325
4249
|
box-shadow: 0 0 0 2px #0898b2;
|
|
4326
4250
|
}
|
|
4327
4251
|
|
|
@@ -4343,23 +4267,23 @@ a.bw_list_group_item:hover {
|
|
|
4343
4267
|
color: #0898b2;
|
|
4344
4268
|
}
|
|
4345
4269
|
|
|
4346
|
-
.
|
|
4270
|
+
.bw_bccl_btn_outline.bw_info {
|
|
4347
4271
|
background-color: transparent;
|
|
4348
4272
|
color: #0898b2;
|
|
4349
4273
|
border-color: #0898b2;
|
|
4350
4274
|
}
|
|
4351
4275
|
|
|
4352
|
-
.
|
|
4276
|
+
.bw_bccl_btn_outline.bw_info:hover {
|
|
4353
4277
|
background-color: #0898b2;
|
|
4354
4278
|
color: #000;
|
|
4355
4279
|
}
|
|
4356
4280
|
|
|
4357
|
-
.
|
|
4281
|
+
.bw_bccl_hero.bw_info {
|
|
4358
4282
|
background: linear-gradient(135deg, #0898b2 0%, #066e81 100%);
|
|
4359
4283
|
color: #000;
|
|
4360
4284
|
}
|
|
4361
4285
|
|
|
4362
|
-
.
|
|
4286
|
+
.bw_bccl_progress_bar.bw_info {
|
|
4363
4287
|
color: #000;
|
|
4364
4288
|
}
|
|
4365
4289
|
|
|
@@ -4392,13 +4316,13 @@ a.bw_list_group_item:hover {
|
|
|
4392
4316
|
outline: none;
|
|
4393
4317
|
}
|
|
4394
4318
|
|
|
4395
|
-
.
|
|
4319
|
+
.bw_bccl_alert.bw_light {
|
|
4396
4320
|
background-color: #fefefe;
|
|
4397
4321
|
color: #8193a5;
|
|
4398
4322
|
border-color: #c2cbd4;
|
|
4399
4323
|
}
|
|
4400
4324
|
|
|
4401
|
-
.
|
|
4325
|
+
.bw_bccl_toast.bw_light {
|
|
4402
4326
|
background-color: inherit;
|
|
4403
4327
|
color: inherit;
|
|
4404
4328
|
border-left: 4px solid #f8f9fa;
|
|
@@ -4410,13 +4334,13 @@ a.bw_list_group_item:hover {
|
|
|
4410
4334
|
border-left-color: #f8f9fa;
|
|
4411
4335
|
}
|
|
4412
4336
|
|
|
4413
|
-
.
|
|
4337
|
+
.bw_bccl_card.bw_light {
|
|
4414
4338
|
background-color: inherit;
|
|
4415
4339
|
color: inherit;
|
|
4416
4340
|
border-left: 4px solid #f8f9fa;
|
|
4417
4341
|
}
|
|
4418
4342
|
|
|
4419
|
-
.
|
|
4343
|
+
.bw_bccl_timeline_marker.bw_light {
|
|
4420
4344
|
box-shadow: 0 0 0 2px #f8f9fa;
|
|
4421
4345
|
}
|
|
4422
4346
|
|
|
@@ -4438,23 +4362,23 @@ a.bw_list_group_item:hover {
|
|
|
4438
4362
|
color: #f8f9fa;
|
|
4439
4363
|
}
|
|
4440
4364
|
|
|
4441
|
-
.
|
|
4365
|
+
.bw_bccl_btn_outline.bw_light {
|
|
4442
4366
|
background-color: transparent;
|
|
4443
4367
|
color: #f8f9fa;
|
|
4444
4368
|
border-color: #f8f9fa;
|
|
4445
4369
|
}
|
|
4446
4370
|
|
|
4447
|
-
.
|
|
4371
|
+
.bw_bccl_btn_outline.bw_light:hover {
|
|
4448
4372
|
background-color: #f8f9fa;
|
|
4449
4373
|
color: #000;
|
|
4450
4374
|
}
|
|
4451
4375
|
|
|
4452
|
-
.
|
|
4376
|
+
.bw_bccl_hero.bw_light {
|
|
4453
4377
|
background: linear-gradient(135deg, #f8f9fa 0%, #dae0e5 100%);
|
|
4454
4378
|
color: #000;
|
|
4455
4379
|
}
|
|
4456
4380
|
|
|
4457
|
-
.
|
|
4381
|
+
.bw_bccl_progress_bar.bw_light {
|
|
4458
4382
|
color: #000;
|
|
4459
4383
|
}
|
|
4460
4384
|
|
|
@@ -4487,13 +4411,13 @@ a.bw_list_group_item:hover {
|
|
|
4487
4411
|
outline: none;
|
|
4488
4412
|
}
|
|
4489
4413
|
|
|
4490
|
-
.
|
|
4414
|
+
.bw_bccl_alert.bw_dark {
|
|
4491
4415
|
background-color: #dededf;
|
|
4492
4416
|
color: #000000;
|
|
4493
4417
|
border-color: #a6a8a9;
|
|
4494
4418
|
}
|
|
4495
4419
|
|
|
4496
|
-
.
|
|
4420
|
+
.bw_bccl_toast.bw_dark {
|
|
4497
4421
|
background-color: inherit;
|
|
4498
4422
|
color: inherit;
|
|
4499
4423
|
border-left: 4px solid #212529;
|
|
@@ -4505,13 +4429,13 @@ a.bw_list_group_item:hover {
|
|
|
4505
4429
|
border-left-color: #212529;
|
|
4506
4430
|
}
|
|
4507
4431
|
|
|
4508
|
-
.
|
|
4432
|
+
.bw_bccl_card.bw_dark {
|
|
4509
4433
|
background-color: inherit;
|
|
4510
4434
|
color: inherit;
|
|
4511
4435
|
border-left: 4px solid #212529;
|
|
4512
4436
|
}
|
|
4513
4437
|
|
|
4514
|
-
.
|
|
4438
|
+
.bw_bccl_timeline_marker.bw_dark {
|
|
4515
4439
|
box-shadow: 0 0 0 2px #212529;
|
|
4516
4440
|
}
|
|
4517
4441
|
|
|
@@ -4533,23 +4457,23 @@ a.bw_list_group_item:hover {
|
|
|
4533
4457
|
color: #212529;
|
|
4534
4458
|
}
|
|
4535
4459
|
|
|
4536
|
-
.
|
|
4460
|
+
.bw_bccl_btn_outline.bw_dark {
|
|
4537
4461
|
background-color: transparent;
|
|
4538
4462
|
color: #212529;
|
|
4539
4463
|
border-color: #212529;
|
|
4540
4464
|
}
|
|
4541
4465
|
|
|
4542
|
-
.
|
|
4466
|
+
.bw_bccl_btn_outline.bw_dark:hover {
|
|
4543
4467
|
background-color: #212529;
|
|
4544
4468
|
color: #fff;
|
|
4545
4469
|
}
|
|
4546
4470
|
|
|
4547
|
-
.
|
|
4471
|
+
.bw_bccl_hero.bw_dark {
|
|
4548
4472
|
background: linear-gradient(135deg, #212529 0%, #0a0c0d 100%);
|
|
4549
4473
|
color: #fff;
|
|
4550
4474
|
}
|
|
4551
4475
|
|
|
4552
|
-
.
|
|
4476
|
+
.bw_bccl_progress_bar.bw_dark {
|
|
4553
4477
|
color: #fff;
|
|
4554
4478
|
}
|
|
4555
4479
|
|