bitwrench 2.0.17 → 2.0.19
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 +169 -75
- package/dist/bitwrench-bccl.cjs.js +228 -55
- package/dist/bitwrench-bccl.cjs.min.js +3 -3
- package/dist/bitwrench-bccl.esm.js +228 -55
- package/dist/bitwrench-bccl.esm.min.js +3 -3
- package/dist/bitwrench-bccl.umd.js +228 -55
- package/dist/bitwrench-bccl.umd.min.js +3 -3
- package/dist/bitwrench-code-edit.cjs.js +7 -9
- package/dist/bitwrench-code-edit.cjs.min.js +5 -7
- package/dist/bitwrench-code-edit.es5.js +6 -8
- package/dist/bitwrench-code-edit.es5.min.js +5 -7
- package/dist/bitwrench-code-edit.esm.js +7 -9
- package/dist/bitwrench-code-edit.esm.min.js +5 -7
- package/dist/bitwrench-code-edit.umd.js +7 -9
- package/dist/bitwrench-code-edit.umd.min.js +5 -7
- package/dist/bitwrench-debug.js +268 -0
- package/dist/bitwrench-debug.min.js +3 -0
- package/dist/bitwrench-lean.cjs.js +1190 -2348
- package/dist/bitwrench-lean.cjs.min.js +20 -20
- package/dist/bitwrench-lean.es5.js +1285 -2551
- package/dist/bitwrench-lean.es5.min.js +18 -18
- package/dist/bitwrench-lean.esm.js +1190 -2348
- package/dist/bitwrench-lean.esm.min.js +20 -20
- package/dist/bitwrench-lean.umd.js +1190 -2348
- package/dist/bitwrench-lean.umd.min.js +20 -20
- package/dist/bitwrench-util-css.cjs.js +236 -0
- package/dist/bitwrench-util-css.cjs.min.js +22 -0
- package/dist/bitwrench-util-css.es5.js +414 -0
- package/dist/bitwrench-util-css.es5.min.js +21 -0
- package/dist/bitwrench-util-css.esm.js +230 -0
- package/dist/bitwrench-util-css.esm.min.js +21 -0
- package/dist/bitwrench-util-css.umd.js +242 -0
- package/dist/bitwrench-util-css.umd.min.js +21 -0
- package/dist/bitwrench.cjs.js +1404 -2388
- package/dist/bitwrench.cjs.min.js +21 -21
- package/dist/bitwrench.css +503 -132
- package/dist/bitwrench.es5.js +1588 -2659
- package/dist/bitwrench.es5.min.js +19 -19
- package/dist/bitwrench.esm.js +1405 -2389
- package/dist/bitwrench.esm.min.js +21 -21
- package/dist/bitwrench.min.css +1 -1
- package/dist/bitwrench.umd.js +1404 -2388
- package/dist/bitwrench.umd.min.js +21 -21
- package/dist/builds.json +214 -104
- package/dist/bwserve.cjs.js +514 -68
- package/dist/bwserve.esm.js +513 -69
- package/dist/sri.json +46 -36
- package/package.json +6 -3
- package/readme.html +183 -85
- package/src/bitwrench-bccl-entry.js +3 -4
- package/src/bitwrench-bccl.js +224 -50
- package/src/bitwrench-code-edit.js +6 -8
- package/src/bitwrench-color-utils.js +31 -9
- package/src/bitwrench-debug.js +245 -0
- package/src/bitwrench-esm-entry.js +11 -0
- package/src/bitwrench-styles.js +474 -240
- package/src/bitwrench-util-css.js +229 -0
- package/src/bitwrench.js +689 -2042
- package/src/bwserve/attach.js +57 -0
- package/src/bwserve/bwclient.js +141 -0
- package/src/bwserve/bwshell.js +102 -0
- package/src/bwserve/client.js +151 -1
- package/src/bwserve/index.js +127 -28
- package/src/cli/attach.js +587 -0
- package/src/cli/convert.js +2 -5
- package/src/cli/index.js +7 -0
- package/src/cli/inject.js +1 -1
- package/src/cli/serve.js +185 -5
- package/src/generate-css.js +11 -4
- package/src/vendor/html2canvas.min.js +20 -0
- package/src/version.js +3 -3
- package/src/bwserve/shell.js +0 -106
package/dist/bitwrench.css
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* Generated from bitwrench-styles.js
|
|
2
|
+
* bitwrench.css v2.0.19 — AUTO-GENERATED, DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* Generated by src/generate-css.js from bitwrench-styles.js
|
|
5
|
+
* This is a static snapshot of what bw.loadStyles() produces
|
|
6
|
+
* at runtime. Use one or the other, not both.
|
|
7
|
+
*
|
|
8
|
+
* To regenerate: npm run build:css
|
|
9
|
+
* https://deftio.github.com/bitwrench/pages
|
|
5
10
|
*/
|
|
6
11
|
|
|
7
|
-
/* Base styles with .bw namespace */
|
|
8
12
|
|
|
9
13
|
* {
|
|
10
14
|
box-sizing: border-box;
|
|
@@ -30,7 +34,7 @@ body {
|
|
|
30
34
|
-webkit-font-smoothing: antialiased;
|
|
31
35
|
-moz-osx-font-smoothing: grayscale;
|
|
32
36
|
color: #212529;
|
|
33
|
-
background-color: #
|
|
37
|
+
background-color: #f3f7f7;
|
|
34
38
|
}
|
|
35
39
|
|
|
36
40
|
.bw_page {
|
|
@@ -436,8 +440,8 @@ a {
|
|
|
436
440
|
background-clip: border-box;
|
|
437
441
|
margin-bottom: 1.5rem;
|
|
438
442
|
overflow: hidden;
|
|
439
|
-
background-color: #
|
|
440
|
-
border: 1px solid #
|
|
443
|
+
background-color: #ecf4f4;
|
|
444
|
+
border: 1px solid #c2cbd4;
|
|
441
445
|
border-radius: 8px;
|
|
442
446
|
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
|
|
443
447
|
transition: box-shadow 200ms ease-out, transform 200ms ease-out;
|
|
@@ -471,14 +475,14 @@ a {
|
|
|
471
475
|
font-weight: 600;
|
|
472
476
|
font-size: 0.875rem;
|
|
473
477
|
padding: 1.05rem 1.05rem;
|
|
474
|
-
background-color: #
|
|
475
|
-
border-bottom: 1px solid #
|
|
478
|
+
background-color: #e2eeee;
|
|
479
|
+
border-bottom: 1px solid #c2cbd4;
|
|
476
480
|
}
|
|
477
481
|
|
|
478
482
|
.bw_card_footer {
|
|
479
483
|
font-size: 0.875rem;
|
|
480
|
-
background-color: #
|
|
481
|
-
border-top: 1px solid #
|
|
484
|
+
background-color: #e2eeee;
|
|
485
|
+
border-top: 1px solid #c2cbd4;
|
|
482
486
|
color: #6c757d;
|
|
483
487
|
}
|
|
484
488
|
|
|
@@ -528,8 +532,8 @@ a {
|
|
|
528
532
|
padding: 0.5rem 0.75rem;
|
|
529
533
|
border-radius: 6px;
|
|
530
534
|
color: #212529;
|
|
531
|
-
background-color: #
|
|
532
|
-
border-color: #
|
|
535
|
+
background-color: #ecf4f4;
|
|
536
|
+
border-color: #c2cbd4;
|
|
533
537
|
}
|
|
534
538
|
|
|
535
539
|
.bw_form_control:focus {
|
|
@@ -623,8 +627,8 @@ textarea.bw_form_control {
|
|
|
623
627
|
align-items: center;
|
|
624
628
|
justify-content: space-between;
|
|
625
629
|
padding: 0.5rem 1.5rem;
|
|
626
|
-
background-color: #
|
|
627
|
-
border-bottom-color: #
|
|
630
|
+
background-color: #e2eeee;
|
|
631
|
+
border-bottom-color: #c2cbd4;
|
|
628
632
|
}
|
|
629
633
|
|
|
630
634
|
.bw_navbar > .bw_container, .bw_navbar > .container {
|
|
@@ -664,6 +668,7 @@ textarea.bw_form_control {
|
|
|
664
668
|
font-size: 0.875rem;
|
|
665
669
|
font-weight: 500;
|
|
666
670
|
color: #6c757d;
|
|
671
|
+
border-radius: 6px;
|
|
667
672
|
}
|
|
668
673
|
|
|
669
674
|
.bw_table {
|
|
@@ -674,7 +679,7 @@ textarea.bw_form_control {
|
|
|
674
679
|
font-size: 0.9375rem;
|
|
675
680
|
line-height: 1.5;
|
|
676
681
|
color: #212529;
|
|
677
|
-
border-color: #
|
|
682
|
+
border-color: #c2cbd4;
|
|
678
683
|
}
|
|
679
684
|
|
|
680
685
|
.bw_table > :not(caption) > * > * {
|
|
@@ -682,7 +687,7 @@ textarea.bw_form_control {
|
|
|
682
687
|
border-bottom-width: 1px;
|
|
683
688
|
border-bottom-style: solid;
|
|
684
689
|
padding: 0.75rem 1rem;
|
|
685
|
-
border-bottom-color: #
|
|
690
|
+
border-bottom-color: #c2cbd4;
|
|
686
691
|
}
|
|
687
692
|
|
|
688
693
|
.bw_table > tbody {
|
|
@@ -700,8 +705,8 @@ textarea.bw_form_control {
|
|
|
700
705
|
letter-spacing: 0.04em;
|
|
701
706
|
border-bottom-width: 2px;
|
|
702
707
|
color: #6c757d;
|
|
703
|
-
border-bottom-color: #
|
|
704
|
-
background-color: #
|
|
708
|
+
border-bottom-color: #c2cbd4;
|
|
709
|
+
background-color: #e2eeee;
|
|
705
710
|
}
|
|
706
711
|
|
|
707
712
|
.bw_table caption {
|
|
@@ -715,6 +720,14 @@ textarea.bw_form_control {
|
|
|
715
720
|
border-style: solid;
|
|
716
721
|
}
|
|
717
722
|
|
|
723
|
+
.bw_table_selectable > tbody > tr {
|
|
724
|
+
cursor: pointer;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.bw_table > tbody > tr.bw_table_row_selected > * {
|
|
728
|
+
background-color: #d9e8e8;
|
|
729
|
+
}
|
|
730
|
+
|
|
718
731
|
.bw_table_responsive {
|
|
719
732
|
overflow-x: auto;
|
|
720
733
|
-webkit-overflow-scrolling: touch;
|
|
@@ -790,7 +803,7 @@ textarea.bw_form_control {
|
|
|
790
803
|
height: 1.25rem;
|
|
791
804
|
overflow: hidden;
|
|
792
805
|
font-size: .875rem;
|
|
793
|
-
background-color: #
|
|
806
|
+
background-color: #e2eeee;
|
|
794
807
|
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
|
|
795
808
|
}
|
|
796
809
|
|
|
@@ -843,12 +856,14 @@ textarea.bw_form_control {
|
|
|
843
856
|
display: block;
|
|
844
857
|
font-size: 0.875rem;
|
|
845
858
|
font-weight: 500;
|
|
859
|
+
padding: 0.625rem 1rem;
|
|
846
860
|
text-decoration: none;
|
|
847
861
|
cursor: pointer;
|
|
848
862
|
border: none;
|
|
849
863
|
background: transparent;
|
|
850
864
|
font-family: inherit;
|
|
851
865
|
color: #6c757d;
|
|
866
|
+
transition: color 100ms ease-out, border-color 100ms ease-out, background-color 100ms ease-out;
|
|
852
867
|
}
|
|
853
868
|
|
|
854
869
|
.bw_nav_tabs .bw_nav_link {
|
|
@@ -903,8 +918,9 @@ textarea.bw_form_control {
|
|
|
903
918
|
font-size: 0.9375rem;
|
|
904
919
|
padding: 0.75rem 1rem;
|
|
905
920
|
color: #212529;
|
|
906
|
-
background-color: #
|
|
907
|
-
border-color: #
|
|
921
|
+
background-color: #ecf4f4;
|
|
922
|
+
border-color: #c2cbd4;
|
|
923
|
+
transition: color 100ms ease-out, background-color 100ms ease-out;
|
|
908
924
|
}
|
|
909
925
|
|
|
910
926
|
.bw_list_group_item:first-child {
|
|
@@ -924,7 +940,7 @@ textarea.bw_form_control {
|
|
|
924
940
|
.bw_list_group_item.disabled {
|
|
925
941
|
pointer-events: none;
|
|
926
942
|
color: #6c757d;
|
|
927
|
-
background-color: #
|
|
943
|
+
background-color: #ecf4f4;
|
|
928
944
|
}
|
|
929
945
|
|
|
930
946
|
a.bw_list_group_item {
|
|
@@ -969,20 +985,21 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
969
985
|
margin-left: -1px;
|
|
970
986
|
line-height: 1.25;
|
|
971
987
|
text-decoration: none;
|
|
988
|
+
border: 1px solid transparent;
|
|
989
|
+
cursor: pointer;
|
|
990
|
+
font-family: inherit;
|
|
991
|
+
font-size: inherit;
|
|
992
|
+
background: none;
|
|
972
993
|
color: #006666;
|
|
973
|
-
background-color: #
|
|
974
|
-
border-color: #
|
|
994
|
+
background-color: #ecf4f4;
|
|
995
|
+
border-color: #c2cbd4;
|
|
996
|
+
transition: color 100ms ease-out, background-color 100ms ease-out;
|
|
975
997
|
}
|
|
976
998
|
|
|
977
999
|
.bw_page_item:first-child .bw_page_link {
|
|
978
1000
|
margin-left: 0;
|
|
979
|
-
border-top-left-radius:
|
|
980
|
-
border-bottom-left-radius:
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
.bw_page_item:last-child .bw_page_link {
|
|
984
|
-
border-top-right-radius: 0.375rem;
|
|
985
|
-
border-bottom-right-radius: 0.375rem;
|
|
1001
|
+
border-top-left-radius: 6px;
|
|
1002
|
+
border-bottom-left-radius: 6px;
|
|
986
1003
|
}
|
|
987
1004
|
|
|
988
1005
|
.bw_page_link:focus-visible {
|
|
@@ -994,9 +1011,11 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
994
1011
|
.bw_breadcrumb {
|
|
995
1012
|
display: flex;
|
|
996
1013
|
flex-wrap: wrap;
|
|
997
|
-
padding: 0
|
|
1014
|
+
padding: 0.625rem 1rem;
|
|
998
1015
|
margin-bottom: 1rem;
|
|
999
1016
|
list-style: none;
|
|
1017
|
+
background-color: #e2eeee;
|
|
1018
|
+
border-radius: 6px;
|
|
1000
1019
|
}
|
|
1001
1020
|
|
|
1002
1021
|
.bw_breadcrumb_item {
|
|
@@ -1016,11 +1035,13 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1016
1035
|
|
|
1017
1036
|
.bw_breadcrumb_item a {
|
|
1018
1037
|
text-decoration: none;
|
|
1038
|
+
color: #006666;
|
|
1039
|
+
transition: color 100ms ease-out;
|
|
1019
1040
|
}
|
|
1020
1041
|
|
|
1021
1042
|
.bw_breadcrumb_item.active {
|
|
1022
1043
|
font-weight: 500;
|
|
1023
|
-
color: #
|
|
1044
|
+
color: #212529;
|
|
1024
1045
|
}
|
|
1025
1046
|
|
|
1026
1047
|
.bw_hero {
|
|
@@ -1226,27 +1247,27 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1226
1247
|
}
|
|
1227
1248
|
|
|
1228
1249
|
.bw_gap_0 {
|
|
1229
|
-
gap: 0;
|
|
1250
|
+
gap: 0 !important;
|
|
1230
1251
|
}
|
|
1231
1252
|
|
|
1232
1253
|
.bw_gap_1 {
|
|
1233
|
-
gap:
|
|
1254
|
+
gap: .25rem !important;
|
|
1234
1255
|
}
|
|
1235
1256
|
|
|
1236
1257
|
.bw_gap_2 {
|
|
1237
|
-
gap:
|
|
1258
|
+
gap: .5rem !important;
|
|
1238
1259
|
}
|
|
1239
1260
|
|
|
1240
1261
|
.bw_gap_3 {
|
|
1241
|
-
gap: 1rem;
|
|
1262
|
+
gap: 1rem !important;
|
|
1242
1263
|
}
|
|
1243
1264
|
|
|
1244
1265
|
.bw_gap_4 {
|
|
1245
|
-
gap: 1.5rem;
|
|
1266
|
+
gap: 1.5rem !important;
|
|
1246
1267
|
}
|
|
1247
1268
|
|
|
1248
1269
|
.bw_gap_5 {
|
|
1249
|
-
gap: 3rem;
|
|
1270
|
+
gap: 3rem !important;
|
|
1250
1271
|
}
|
|
1251
1272
|
|
|
1252
1273
|
.bw_offset_1 {
|
|
@@ -1295,6 +1316,9 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1295
1316
|
|
|
1296
1317
|
.bw_code_demo {
|
|
1297
1318
|
margin-bottom: 2rem;
|
|
1319
|
+
background-color: #ecf4f4;
|
|
1320
|
+
color: #212529;
|
|
1321
|
+
border-radius: 8px;
|
|
1298
1322
|
}
|
|
1299
1323
|
|
|
1300
1324
|
.bw_code_pre {
|
|
@@ -1387,8 +1411,8 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1387
1411
|
|
|
1388
1412
|
.bw_accordion_item {
|
|
1389
1413
|
border: 1px solid transparent;
|
|
1390
|
-
background-color: #
|
|
1391
|
-
border-color: #
|
|
1414
|
+
background-color: #ecf4f4;
|
|
1415
|
+
border-color: #c2cbd4;
|
|
1392
1416
|
}
|
|
1393
1417
|
|
|
1394
1418
|
.bw_accordion_item + .bw_accordion_item {
|
|
@@ -1404,6 +1428,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1404
1428
|
display: flex;
|
|
1405
1429
|
align-items: center;
|
|
1406
1430
|
width: 100%;
|
|
1431
|
+
padding: 0.875rem 1.25rem;
|
|
1407
1432
|
font-size: 1rem;
|
|
1408
1433
|
font-weight: 500;
|
|
1409
1434
|
text-align: left;
|
|
@@ -1430,29 +1455,26 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1430
1455
|
transform: rotate(-180deg);
|
|
1431
1456
|
}
|
|
1432
1457
|
|
|
1458
|
+
.bw_accordion_body {
|
|
1459
|
+
padding: 1rem 1.25rem;
|
|
1460
|
+
border-top: 1px solid #c2cbd4;
|
|
1461
|
+
background-color: #e2eeee;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1433
1464
|
.bw_accordion_collapse {
|
|
1434
1465
|
max-height: 0;
|
|
1435
1466
|
overflow: hidden;
|
|
1467
|
+
transition: max-height 0.3s ease;
|
|
1436
1468
|
}
|
|
1437
1469
|
|
|
1438
1470
|
.bw_accordion_collapse.bw_collapse_show {
|
|
1439
1471
|
max-height: none;
|
|
1440
1472
|
}
|
|
1441
1473
|
|
|
1442
|
-
.bw_accordion_item:first-child {
|
|
1443
|
-
border-top-left-radius: 8px;
|
|
1444
|
-
border-top-right-radius: 8px;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
.bw_accordion_item:last-child {
|
|
1448
|
-
border-bottom-left-radius: 8px;
|
|
1449
|
-
border-bottom-right-radius: 8px;
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
1474
|
.bw_carousel {
|
|
1453
1475
|
position: relative;
|
|
1454
1476
|
overflow: hidden;
|
|
1455
|
-
background-color: #
|
|
1477
|
+
background-color: #e2eeee;
|
|
1456
1478
|
}
|
|
1457
1479
|
|
|
1458
1480
|
.bw_carousel_track {
|
|
@@ -1483,7 +1505,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1483
1505
|
right: 0;
|
|
1484
1506
|
padding: 0.75rem 1rem;
|
|
1485
1507
|
font-size: 0.875rem;
|
|
1486
|
-
background: linear-gradient(transparent,
|
|
1508
|
+
background: linear-gradient(transparent, #212529);
|
|
1487
1509
|
color: #fff;
|
|
1488
1510
|
}
|
|
1489
1511
|
|
|
@@ -1501,7 +1523,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1501
1523
|
justify-content: center;
|
|
1502
1524
|
z-index: 2;
|
|
1503
1525
|
padding: 0;
|
|
1504
|
-
background-color:
|
|
1526
|
+
background-color: #212529;
|
|
1505
1527
|
color: #fff;
|
|
1506
1528
|
}
|
|
1507
1529
|
|
|
@@ -1597,8 +1619,8 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1597
1619
|
background-clip: padding-box;
|
|
1598
1620
|
border: 1px solid transparent;
|
|
1599
1621
|
outline: 0;
|
|
1600
|
-
background-color: #
|
|
1601
|
-
border-color: #
|
|
1622
|
+
background-color: #ecf4f4;
|
|
1623
|
+
border-color: #c2cbd4;
|
|
1602
1624
|
box-shadow: 0 4px 12px rgba(0,0,0,0.16);
|
|
1603
1625
|
}
|
|
1604
1626
|
|
|
@@ -1606,7 +1628,9 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1606
1628
|
display: flex;
|
|
1607
1629
|
align-items: center;
|
|
1608
1630
|
justify-content: space-between;
|
|
1609
|
-
|
|
1631
|
+
padding: 1rem 1.25rem;
|
|
1632
|
+
border-bottom: 1px solid transparent;
|
|
1633
|
+
border-bottom-color: #c2cbd4;
|
|
1610
1634
|
}
|
|
1611
1635
|
|
|
1612
1636
|
.bw_modal_title {
|
|
@@ -1620,6 +1644,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1620
1644
|
.bw_modal_body {
|
|
1621
1645
|
position: relative;
|
|
1622
1646
|
flex: 1 1 auto;
|
|
1647
|
+
padding: 1rem 1.25rem;
|
|
1623
1648
|
}
|
|
1624
1649
|
|
|
1625
1650
|
.bw_modal_footer {
|
|
@@ -1628,7 +1653,9 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1628
1653
|
align-items: center;
|
|
1629
1654
|
justify-content: flex-end;
|
|
1630
1655
|
gap: 0.5rem;
|
|
1631
|
-
|
|
1656
|
+
padding: 0.75rem 1.25rem;
|
|
1657
|
+
border-top: 1px solid transparent;
|
|
1658
|
+
border-top-color: #c2cbd4;
|
|
1632
1659
|
}
|
|
1633
1660
|
|
|
1634
1661
|
.bw_toast_container {
|
|
@@ -1679,8 +1706,8 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1679
1706
|
max-width: calc(100vw - 2rem);
|
|
1680
1707
|
background-clip: padding-box;
|
|
1681
1708
|
opacity: 0;
|
|
1682
|
-
background-color: #
|
|
1683
|
-
border-color:
|
|
1709
|
+
background-color: #ecf4f4;
|
|
1710
|
+
border-color: #c2cbd4;
|
|
1684
1711
|
box-shadow: 0 4px 12px rgba(0,0,0,0.16);
|
|
1685
1712
|
}
|
|
1686
1713
|
|
|
@@ -1697,11 +1724,14 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1697
1724
|
display: flex;
|
|
1698
1725
|
align-items: center;
|
|
1699
1726
|
justify-content: space-between;
|
|
1727
|
+
padding: 0.5rem 0.75rem;
|
|
1700
1728
|
font-size: 0.875rem;
|
|
1701
|
-
border-bottom
|
|
1729
|
+
border-bottom: 1px solid transparent;
|
|
1730
|
+
border-bottom-color: #c2cbd4;
|
|
1702
1731
|
}
|
|
1703
1732
|
|
|
1704
1733
|
.bw_toast_body {
|
|
1734
|
+
padding: 0.5rem 0.75rem;
|
|
1705
1735
|
font-size: 0.9375rem;
|
|
1706
1736
|
}
|
|
1707
1737
|
|
|
@@ -1731,11 +1761,12 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1731
1761
|
padding: 0.5rem 0;
|
|
1732
1762
|
margin: 0.125rem 0 0;
|
|
1733
1763
|
background-clip: padding-box;
|
|
1764
|
+
border: 1px solid transparent;
|
|
1734
1765
|
opacity: 0;
|
|
1735
1766
|
visibility: hidden;
|
|
1736
1767
|
pointer-events: none;
|
|
1737
|
-
background-color: #
|
|
1738
|
-
border-color: #
|
|
1768
|
+
background-color: #ecf4f4;
|
|
1769
|
+
border-color: #c2cbd4;
|
|
1739
1770
|
box-shadow: 0 2px 6px rgba(0,0,0,0.12);
|
|
1740
1771
|
}
|
|
1741
1772
|
|
|
@@ -1753,6 +1784,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1753
1784
|
.bw_dropdown_item {
|
|
1754
1785
|
display: block;
|
|
1755
1786
|
width: 100%;
|
|
1787
|
+
padding: 0.4rem 1rem;
|
|
1756
1788
|
clear: both;
|
|
1757
1789
|
font-weight: 400;
|
|
1758
1790
|
text-align: inherit;
|
|
@@ -1761,7 +1793,9 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1761
1793
|
background-color: transparent;
|
|
1762
1794
|
border: 0;
|
|
1763
1795
|
font-size: 0.9375rem;
|
|
1796
|
+
cursor: pointer;
|
|
1764
1797
|
color: #212529;
|
|
1798
|
+
transition: background-color 100ms ease-out;
|
|
1765
1799
|
}
|
|
1766
1800
|
|
|
1767
1801
|
.bw_dropdown_item:focus-visible {
|
|
@@ -1774,7 +1808,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1774
1808
|
margin: 0.5rem 0;
|
|
1775
1809
|
overflow: hidden;
|
|
1776
1810
|
opacity: 1;
|
|
1777
|
-
border-top-color: #
|
|
1811
|
+
border-top-color: #c2cbd4;
|
|
1778
1812
|
}
|
|
1779
1813
|
|
|
1780
1814
|
.bw_form_switch {
|
|
@@ -1810,7 +1844,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1810
1844
|
.bw_skeleton {
|
|
1811
1845
|
background-size: 400% 100%;
|
|
1812
1846
|
animation: bw_skeleton_shimmer 1.4s ease infinite;
|
|
1813
|
-
background: linear-gradient(90deg, #
|
|
1847
|
+
background: linear-gradient(90deg, #c2cbd4 25%, #e2eeee 37%, #c2cbd4 63%);
|
|
1814
1848
|
}
|
|
1815
1849
|
|
|
1816
1850
|
.bw_skeleton_text {
|
|
@@ -1876,11 +1910,19 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1876
1910
|
}
|
|
1877
1911
|
|
|
1878
1912
|
.bw_stat_card {
|
|
1913
|
+
padding: 1.25rem;
|
|
1879
1914
|
border-left: 4px solid transparent;
|
|
1915
|
+
border-radius: 8px;
|
|
1916
|
+
background-color: #ecf4f4;
|
|
1917
|
+
transition: box-shadow 100ms ease-out, transform 100ms ease-out;
|
|
1918
|
+
color: #212529;
|
|
1919
|
+
border: 1px solid #c2cbd4;
|
|
1920
|
+
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
|
|
1880
1921
|
}
|
|
1881
1922
|
|
|
1882
1923
|
.bw_stat_card:hover {
|
|
1883
1924
|
transform: translateY(-1px);
|
|
1925
|
+
box-shadow: 0 2px 6px rgba(0,0,0,0.12);
|
|
1884
1926
|
}
|
|
1885
1927
|
|
|
1886
1928
|
.bw_stat_icon {
|
|
@@ -1919,6 +1961,12 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1919
1961
|
pointer-events: none;
|
|
1920
1962
|
opacity: 0;
|
|
1921
1963
|
visibility: hidden;
|
|
1964
|
+
background-color: #212529;
|
|
1965
|
+
color: #fff;
|
|
1966
|
+
padding: 0.5rem 0.75rem;
|
|
1967
|
+
border-radius: .375rem;
|
|
1968
|
+
box-shadow: 0 2px 6px rgba(0,0,0,0.12);
|
|
1969
|
+
transition: opacity 100ms ease-out, transform 100ms ease-out;
|
|
1922
1970
|
}
|
|
1923
1971
|
|
|
1924
1972
|
.bw_tooltip.bw_tooltip_show {
|
|
@@ -1987,6 +2035,12 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1987
2035
|
pointer-events: none;
|
|
1988
2036
|
opacity: 0;
|
|
1989
2037
|
visibility: hidden;
|
|
2038
|
+
background-color: #ecf4f4;
|
|
2039
|
+
color: #212529;
|
|
2040
|
+
border: 1px solid #c2cbd4;
|
|
2041
|
+
border-radius: 8px;
|
|
2042
|
+
box-shadow: 0 4px 12px rgba(0,0,0,0.16);
|
|
2043
|
+
transition: opacity 100ms ease-out, transform 100ms ease-out;
|
|
1990
2044
|
}
|
|
1991
2045
|
|
|
1992
2046
|
.bw_popover.bw_popover_show {
|
|
@@ -1998,11 +2052,15 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
1998
2052
|
.bw_popover_header {
|
|
1999
2053
|
font-weight: 600;
|
|
2000
2054
|
font-size: 0.9375rem;
|
|
2055
|
+
background-color: #e2eeee;
|
|
2056
|
+
border-bottom: 1px solid #c2cbd4;
|
|
2057
|
+
padding: 0.5rem 0.75rem;
|
|
2001
2058
|
}
|
|
2002
2059
|
|
|
2003
2060
|
.bw_popover_body {
|
|
2004
2061
|
font-size: 0.875rem;
|
|
2005
2062
|
line-height: 1.5;
|
|
2063
|
+
padding: 1.5rem 1.5rem;
|
|
2006
2064
|
}
|
|
2007
2065
|
|
|
2008
2066
|
.bw_popover_top {
|
|
@@ -2053,6 +2111,8 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2053
2111
|
position: relative;
|
|
2054
2112
|
display: flex;
|
|
2055
2113
|
align-items: center;
|
|
2114
|
+
background-color: #ecf4f4;
|
|
2115
|
+
color: #212529;
|
|
2056
2116
|
}
|
|
2057
2117
|
|
|
2058
2118
|
.bw_search_input .bw_search_field {
|
|
@@ -2073,6 +2133,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2073
2133
|
cursor: pointer;
|
|
2074
2134
|
padding: 0;
|
|
2075
2135
|
border-radius: 50%;
|
|
2136
|
+
transition: color 100ms ease-out, background-color 100ms ease-out;
|
|
2076
2137
|
}
|
|
2077
2138
|
|
|
2078
2139
|
.bw_range_wrapper {
|
|
@@ -2101,7 +2162,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2101
2162
|
border-radius: 0.25rem;
|
|
2102
2163
|
cursor: pointer;
|
|
2103
2164
|
outline: none;
|
|
2104
|
-
background-color: #
|
|
2165
|
+
background-color: #c2cbd4;
|
|
2105
2166
|
}
|
|
2106
2167
|
|
|
2107
2168
|
.bw_range:focus {
|
|
@@ -2117,7 +2178,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2117
2178
|
border-style: solid;
|
|
2118
2179
|
cursor: pointer;
|
|
2119
2180
|
background-color: #006666;
|
|
2120
|
-
border-color: #
|
|
2181
|
+
border-color: #ecf4f4;
|
|
2121
2182
|
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
|
|
2122
2183
|
transition: background-color 0.15s ease-out, transform 0.15s ease-out;
|
|
2123
2184
|
}
|
|
@@ -2130,7 +2191,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2130
2191
|
border-style: solid;
|
|
2131
2192
|
cursor: pointer;
|
|
2132
2193
|
background-color: #006666;
|
|
2133
|
-
border-color: #
|
|
2194
|
+
border-color: #ecf4f4;
|
|
2134
2195
|
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
|
|
2135
2196
|
}
|
|
2136
2197
|
|
|
@@ -2180,8 +2241,9 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2180
2241
|
cursor: pointer;
|
|
2181
2242
|
text-align: center;
|
|
2182
2243
|
position: relative;
|
|
2183
|
-
border-color: #
|
|
2184
|
-
background-color: #
|
|
2244
|
+
border-color: #c2cbd4;
|
|
2245
|
+
background-color: #e2eeee;
|
|
2246
|
+
transition: border-color 100ms ease-out, background-color 100ms ease-out;
|
|
2185
2247
|
}
|
|
2186
2248
|
|
|
2187
2249
|
.bw_file_upload_icon {
|
|
@@ -2216,7 +2278,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2216
2278
|
top: 0;
|
|
2217
2279
|
bottom: 0;
|
|
2218
2280
|
width: 2px;
|
|
2219
|
-
background-color: #
|
|
2281
|
+
background-color: #c2cbd4;
|
|
2220
2282
|
}
|
|
2221
2283
|
|
|
2222
2284
|
.bw_timeline_item {
|
|
@@ -2283,7 +2345,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2283
2345
|
left: -50%;
|
|
2284
2346
|
right: 50%;
|
|
2285
2347
|
height: 2px;
|
|
2286
|
-
background-color: #
|
|
2348
|
+
background-color: #c2cbd4;
|
|
2287
2349
|
}
|
|
2288
2350
|
|
|
2289
2351
|
.bw_step_indicator {
|
|
@@ -2297,8 +2359,8 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2297
2359
|
font-weight: 600;
|
|
2298
2360
|
position: relative;
|
|
2299
2361
|
z-index: 1;
|
|
2300
|
-
background-color: #
|
|
2301
|
-
border: 2px solid #
|
|
2362
|
+
background-color: #e2eeee;
|
|
2363
|
+
border: 2px solid #c2cbd4;
|
|
2302
2364
|
color: #6c757d;
|
|
2303
2365
|
}
|
|
2304
2366
|
|
|
@@ -2324,7 +2386,9 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2324
2386
|
padding: 0.375rem 0.5rem;
|
|
2325
2387
|
min-height: 2.5rem;
|
|
2326
2388
|
cursor: text;
|
|
2327
|
-
border-color: #
|
|
2389
|
+
border-color: #c2cbd4;
|
|
2390
|
+
background-color: #ecf4f4;
|
|
2391
|
+
color: #212529;
|
|
2328
2392
|
}
|
|
2329
2393
|
|
|
2330
2394
|
.bw_chip {
|
|
@@ -2336,7 +2400,7 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2336
2400
|
font-size: 0.8125rem;
|
|
2337
2401
|
line-height: 1.5;
|
|
2338
2402
|
white-space: nowrap;
|
|
2339
|
-
background-color: #
|
|
2403
|
+
background-color: #e2eeee;
|
|
2340
2404
|
color: #212529;
|
|
2341
2405
|
}
|
|
2342
2406
|
|
|
@@ -2770,6 +2834,74 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
2770
2834
|
text-align: center;
|
|
2771
2835
|
}
|
|
2772
2836
|
|
|
2837
|
+
.bw_text_justify {
|
|
2838
|
+
text-align: justify;
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
.bw_fw_bold {
|
|
2842
|
+
font-weight: 700 !important;
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
.bw_fw_semibold {
|
|
2846
|
+
font-weight: 600 !important;
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2849
|
+
.bw_fw_normal {
|
|
2850
|
+
font-weight: 400 !important;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
.bw_fw_light {
|
|
2854
|
+
font-weight: 300 !important;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
.bw_fst_italic {
|
|
2858
|
+
font-style: italic;
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
.bw_fst_normal {
|
|
2862
|
+
font-style: normal;
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
.bw_text_underline {
|
|
2866
|
+
text-decoration: underline;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
.bw_text_line_through {
|
|
2870
|
+
text-decoration: line-through;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
.bw_text_decoration_none {
|
|
2874
|
+
text-decoration: none;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
.bw_text_uppercase {
|
|
2878
|
+
text-transform: uppercase;
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2881
|
+
.bw_text_lowercase {
|
|
2882
|
+
text-transform: lowercase;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
.bw_text_capitalize {
|
|
2886
|
+
text-transform: capitalize;
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
.bw_fs_sm {
|
|
2890
|
+
font-size: 0.875rem !important;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
.bw_fs_base {
|
|
2894
|
+
font-size: 1rem !important;
|
|
2895
|
+
}
|
|
2896
|
+
|
|
2897
|
+
.bw_fs_lg {
|
|
2898
|
+
font-size: 1.125rem !important;
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2901
|
+
.bw_fs_xl {
|
|
2902
|
+
font-size: 1.25rem !important;
|
|
2903
|
+
}
|
|
2904
|
+
|
|
2773
2905
|
.bw_justify_content_start, .justify-content-start {
|
|
2774
2906
|
justify-content: flex-start;
|
|
2775
2907
|
}
|
|
@@ -3108,6 +3240,48 @@ a.bw_list_group_item:focus-visible, .bw_list_group_item:focus-visible {
|
|
|
3108
3240
|
margin-right: .5rem;
|
|
3109
3241
|
}
|
|
3110
3242
|
|
|
3243
|
+
.bw_fs_xs {
|
|
3244
|
+
font-size: 0.75rem !important;
|
|
3245
|
+
}
|
|
3246
|
+
|
|
3247
|
+
.bw_fs_2xl {
|
|
3248
|
+
font-size: 1.5rem !important;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
.bw_fw_medium {
|
|
3252
|
+
font-weight: 500 !important;
|
|
3253
|
+
}
|
|
3254
|
+
|
|
3255
|
+
.bw_lh_tight {
|
|
3256
|
+
line-height: 1.25 !important;
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
.bw_lh_normal {
|
|
3260
|
+
line-height: 1.5 !important;
|
|
3261
|
+
}
|
|
3262
|
+
|
|
3263
|
+
.bw_lh_relaxed {
|
|
3264
|
+
line-height: 1.75 !important;
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
.bw_flex {
|
|
3268
|
+
display: flex;
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
.bw_flex_column {
|
|
3272
|
+
flex-direction: column;
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
|
+
.bw_flex_wrap {
|
|
3276
|
+
flex-wrap: wrap;
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
.bw_flex_center {
|
|
3280
|
+
display: flex;
|
|
3281
|
+
align-items: center;
|
|
3282
|
+
justify-content: center;
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3111
3285
|
.bw_visible, .visible {
|
|
3112
3286
|
visibility: visible !important;
|
|
3113
3287
|
}
|
|
@@ -3221,8 +3395,8 @@ a:hover {
|
|
|
3221
3395
|
padding: 0.5rem 0.75rem;
|
|
3222
3396
|
border-radius: 6px;
|
|
3223
3397
|
color: #212529;
|
|
3224
|
-
background-color: #
|
|
3225
|
-
border-color: #
|
|
3398
|
+
background-color: #ecf4f4;
|
|
3399
|
+
border-color: #c2cbd4;
|
|
3226
3400
|
}
|
|
3227
3401
|
|
|
3228
3402
|
.bw_form_select:focus {
|
|
@@ -3232,11 +3406,13 @@ a:hover {
|
|
|
3232
3406
|
|
|
3233
3407
|
.bw_navbar_nav .bw_nav_link:hover {
|
|
3234
3408
|
color: #212529;
|
|
3409
|
+
background-color: #e2eeee;
|
|
3235
3410
|
}
|
|
3236
3411
|
|
|
3237
3412
|
.bw_navbar_nav .bw_nav_link.active {
|
|
3238
3413
|
color: #006666;
|
|
3239
3414
|
background-color: rgba(0,102,102,0.25);
|
|
3415
|
+
font-weight: 600;
|
|
3240
3416
|
}
|
|
3241
3417
|
|
|
3242
3418
|
.bw_navbar_dark {
|
|
@@ -3249,15 +3425,15 @@ a:hover {
|
|
|
3249
3425
|
}
|
|
3250
3426
|
|
|
3251
3427
|
.bw_navbar_dark .bw_nav_link {
|
|
3252
|
-
color:
|
|
3428
|
+
color: #c2cbd4;
|
|
3253
3429
|
}
|
|
3254
3430
|
|
|
3255
3431
|
.bw_navbar_dark .bw_nav_link:hover {
|
|
3256
|
-
color: #
|
|
3432
|
+
color: #f8f9fa;
|
|
3257
3433
|
}
|
|
3258
3434
|
|
|
3259
3435
|
.bw_navbar_dark .bw_nav_link.active {
|
|
3260
|
-
color: #
|
|
3436
|
+
color: #f8f9fa;
|
|
3261
3437
|
font-weight: 600;
|
|
3262
3438
|
}
|
|
3263
3439
|
|
|
@@ -3267,7 +3443,7 @@ a:hover {
|
|
|
3267
3443
|
}
|
|
3268
3444
|
|
|
3269
3445
|
.bw_table_striped > tbody > tr:nth-of-type(odd) > * {
|
|
3270
|
-
background-color:
|
|
3446
|
+
background-color: #e2eeee;
|
|
3271
3447
|
}
|
|
3272
3448
|
|
|
3273
3449
|
.bw_table_hover > tbody > tr:hover > * {
|
|
@@ -3275,25 +3451,27 @@ a:hover {
|
|
|
3275
3451
|
}
|
|
3276
3452
|
|
|
3277
3453
|
.bw_table_bordered {
|
|
3278
|
-
border-color: #
|
|
3454
|
+
border-color: #c2cbd4;
|
|
3279
3455
|
}
|
|
3280
3456
|
|
|
3281
3457
|
.bw_nav_tabs {
|
|
3282
|
-
border-bottom-color: #
|
|
3458
|
+
border-bottom-color: #c2cbd4;
|
|
3283
3459
|
}
|
|
3284
3460
|
|
|
3285
3461
|
.bw_nav_tabs .bw_nav_link:hover {
|
|
3286
3462
|
color: #212529;
|
|
3287
|
-
|
|
3463
|
+
background-color: #e2eeee;
|
|
3464
|
+
border-bottom-color: #c2cbd4;
|
|
3288
3465
|
}
|
|
3289
3466
|
|
|
3290
3467
|
.bw_nav_tabs .bw_nav_link.active {
|
|
3291
3468
|
color: #006666;
|
|
3469
|
+
background-color: rgba(0,102,102,0.25);
|
|
3292
3470
|
border-bottom: 2px solid #006666;
|
|
3293
3471
|
}
|
|
3294
3472
|
|
|
3295
3473
|
a.bw_list_group_item:hover {
|
|
3296
|
-
background-color: #
|
|
3474
|
+
background-color: #e2eeee;
|
|
3297
3475
|
color: #0a0c0d;
|
|
3298
3476
|
}
|
|
3299
3477
|
|
|
@@ -3303,10 +3481,15 @@ a.bw_list_group_item:hover {
|
|
|
3303
3481
|
border-color: #006666;
|
|
3304
3482
|
}
|
|
3305
3483
|
|
|
3484
|
+
.bw_page_item:last-child .bw_page_link {
|
|
3485
|
+
border-top-right-radius: 6px;
|
|
3486
|
+
border-bottom-right-radius: 6px;
|
|
3487
|
+
}
|
|
3488
|
+
|
|
3306
3489
|
.bw_page_link:hover {
|
|
3307
3490
|
color: #003333;
|
|
3308
|
-
background-color: #
|
|
3309
|
-
border-color: #
|
|
3491
|
+
background-color: #e2eeee;
|
|
3492
|
+
border-color: #c2cbd4;
|
|
3310
3493
|
}
|
|
3311
3494
|
|
|
3312
3495
|
.bw_page_link:focus {
|
|
@@ -3322,8 +3505,8 @@ a.bw_list_group_item:hover {
|
|
|
3322
3505
|
|
|
3323
3506
|
.bw_page_item.bw_disabled .bw_page_link {
|
|
3324
3507
|
color: #6c757d;
|
|
3325
|
-
background-color: #
|
|
3326
|
-
border-color: #
|
|
3508
|
+
background-color: #ecf4f4;
|
|
3509
|
+
border-color: #c2cbd4;
|
|
3327
3510
|
}
|
|
3328
3511
|
|
|
3329
3512
|
.bw_breadcrumb_item a:hover {
|
|
@@ -3347,38 +3530,46 @@ a.bw_list_group_item:hover {
|
|
|
3347
3530
|
color: #6c757d;
|
|
3348
3531
|
}
|
|
3349
3532
|
|
|
3533
|
+
.bw_accordion_item:first-child {
|
|
3534
|
+
border-top-left-radius: 8px;
|
|
3535
|
+
border-top-right-radius: 8px;
|
|
3536
|
+
}
|
|
3537
|
+
|
|
3538
|
+
.bw_accordion_item:last-child {
|
|
3539
|
+
border-bottom-left-radius: 8px;
|
|
3540
|
+
border-bottom-right-radius: 8px;
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3350
3543
|
.bw_accordion_button:not(.bw_collapsed) {
|
|
3351
3544
|
color: #000000;
|
|
3352
3545
|
background-color: #d9e8e8;
|
|
3546
|
+
border-left: 3px solid #006666;
|
|
3353
3547
|
}
|
|
3354
3548
|
|
|
3355
3549
|
.bw_accordion_button:hover {
|
|
3356
|
-
background-color: #
|
|
3550
|
+
background-color: #e2eeee;
|
|
3357
3551
|
}
|
|
3358
3552
|
|
|
3359
3553
|
.bw_accordion_button:not(.bw_collapsed):hover {
|
|
3360
|
-
background-color: #
|
|
3554
|
+
background-color: #006666;
|
|
3555
|
+
color: #fff;
|
|
3361
3556
|
}
|
|
3362
3557
|
|
|
3363
3558
|
.bw_accordion_button:focus-visible {
|
|
3364
3559
|
box-shadow: 0 0 0 0.2rem rgba(0,102,102,0.25);
|
|
3365
3560
|
}
|
|
3366
3561
|
|
|
3367
|
-
.bw_accordion_body {
|
|
3368
|
-
border-top: 1px solid #fcfdfd;
|
|
3369
|
-
}
|
|
3370
|
-
|
|
3371
3562
|
.bw_carousel_indicator.active {
|
|
3372
3563
|
background-color: #006666;
|
|
3373
3564
|
}
|
|
3374
3565
|
|
|
3375
3566
|
.bw_carousel_control:hover {
|
|
3376
|
-
background-color:
|
|
3567
|
+
background-color: #0a0c0d;
|
|
3377
3568
|
}
|
|
3378
3569
|
|
|
3379
3570
|
.bw_dropdown_item:hover {
|
|
3380
3571
|
color: #0a0c0d;
|
|
3381
|
-
background-color: #
|
|
3572
|
+
background-color: #e2eeee;
|
|
3382
3573
|
}
|
|
3383
3574
|
|
|
3384
3575
|
.bw_dropdown_item.disabled {
|
|
@@ -3513,11 +3704,22 @@ a.bw_list_group_item:hover {
|
|
|
3513
3704
|
box-shadow: 0 0 0 2px #006666;
|
|
3514
3705
|
}
|
|
3515
3706
|
|
|
3516
|
-
.bw_spinner_border.bw_primary
|
|
3517
|
-
.bw_spinner_grow.bw_primary {
|
|
3707
|
+
.bw_spinner_border.bw_primary {
|
|
3518
3708
|
background-color: transparent;
|
|
3519
3709
|
color: #006666;
|
|
3520
|
-
border-color:
|
|
3710
|
+
border-color: #006666;
|
|
3711
|
+
border-right-color: transparent;
|
|
3712
|
+
}
|
|
3713
|
+
|
|
3714
|
+
.bw_spinner_border.bw_primary:hover {
|
|
3715
|
+
background-color: transparent;
|
|
3716
|
+
border-color: #006666;
|
|
3717
|
+
border-right-color: transparent;
|
|
3718
|
+
}
|
|
3719
|
+
|
|
3720
|
+
.bw_spinner_grow.bw_primary {
|
|
3721
|
+
background-color: #006666;
|
|
3722
|
+
color: #006666;
|
|
3521
3723
|
}
|
|
3522
3724
|
|
|
3523
3725
|
.bw_btn_outline.bw_primary {
|
|
@@ -3540,6 +3742,15 @@ a.bw_list_group_item:hover {
|
|
|
3540
3742
|
color: #fff;
|
|
3541
3743
|
}
|
|
3542
3744
|
|
|
3745
|
+
.bw_bg_primary {
|
|
3746
|
+
background-color: #006666;
|
|
3747
|
+
color: #fff;
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3750
|
+
.bw_text_primary {
|
|
3751
|
+
color: #006666;
|
|
3752
|
+
}
|
|
3753
|
+
|
|
3543
3754
|
.bw_secondary {
|
|
3544
3755
|
background-color: #6c757d;
|
|
3545
3756
|
color: #fff;
|
|
@@ -3588,11 +3799,22 @@ a.bw_list_group_item:hover {
|
|
|
3588
3799
|
box-shadow: 0 0 0 2px #6c757d;
|
|
3589
3800
|
}
|
|
3590
3801
|
|
|
3591
|
-
.bw_spinner_border.bw_secondary
|
|
3592
|
-
.bw_spinner_grow.bw_secondary {
|
|
3802
|
+
.bw_spinner_border.bw_secondary {
|
|
3593
3803
|
background-color: transparent;
|
|
3594
3804
|
color: #6c757d;
|
|
3595
|
-
border-color:
|
|
3805
|
+
border-color: #6c757d;
|
|
3806
|
+
border-right-color: transparent;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
|
+
.bw_spinner_border.bw_secondary:hover {
|
|
3810
|
+
background-color: transparent;
|
|
3811
|
+
border-color: #6c757d;
|
|
3812
|
+
border-right-color: transparent;
|
|
3813
|
+
}
|
|
3814
|
+
|
|
3815
|
+
.bw_spinner_grow.bw_secondary {
|
|
3816
|
+
background-color: #6c757d;
|
|
3817
|
+
color: #6c757d;
|
|
3596
3818
|
}
|
|
3597
3819
|
|
|
3598
3820
|
.bw_btn_outline.bw_secondary {
|
|
@@ -3615,6 +3837,15 @@ a.bw_list_group_item:hover {
|
|
|
3615
3837
|
color: #fff;
|
|
3616
3838
|
}
|
|
3617
3839
|
|
|
3840
|
+
.bw_bg_secondary {
|
|
3841
|
+
background-color: #6c757d;
|
|
3842
|
+
color: #fff;
|
|
3843
|
+
}
|
|
3844
|
+
|
|
3845
|
+
.bw_text_secondary {
|
|
3846
|
+
color: #6c757d;
|
|
3847
|
+
}
|
|
3848
|
+
|
|
3618
3849
|
.bw_tertiary {
|
|
3619
3850
|
background-color: #006666;
|
|
3620
3851
|
color: #fff;
|
|
@@ -3663,11 +3894,22 @@ a.bw_list_group_item:hover {
|
|
|
3663
3894
|
box-shadow: 0 0 0 2px #006666;
|
|
3664
3895
|
}
|
|
3665
3896
|
|
|
3666
|
-
.bw_spinner_border.bw_tertiary
|
|
3667
|
-
|
|
3897
|
+
.bw_spinner_border.bw_tertiary {
|
|
3898
|
+
background-color: transparent;
|
|
3899
|
+
color: #006666;
|
|
3900
|
+
border-color: #006666;
|
|
3901
|
+
border-right-color: transparent;
|
|
3902
|
+
}
|
|
3903
|
+
|
|
3904
|
+
.bw_spinner_border.bw_tertiary:hover {
|
|
3668
3905
|
background-color: transparent;
|
|
3906
|
+
border-color: #006666;
|
|
3907
|
+
border-right-color: transparent;
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
|
+
.bw_spinner_grow.bw_tertiary {
|
|
3911
|
+
background-color: #006666;
|
|
3669
3912
|
color: #006666;
|
|
3670
|
-
border-color: currentColor;
|
|
3671
3913
|
}
|
|
3672
3914
|
|
|
3673
3915
|
.bw_btn_outline.bw_tertiary {
|
|
@@ -3690,6 +3932,15 @@ a.bw_list_group_item:hover {
|
|
|
3690
3932
|
color: #fff;
|
|
3691
3933
|
}
|
|
3692
3934
|
|
|
3935
|
+
.bw_bg_tertiary {
|
|
3936
|
+
background-color: #006666;
|
|
3937
|
+
color: #fff;
|
|
3938
|
+
}
|
|
3939
|
+
|
|
3940
|
+
.bw_text_tertiary {
|
|
3941
|
+
color: #006666;
|
|
3942
|
+
}
|
|
3943
|
+
|
|
3693
3944
|
.bw_success {
|
|
3694
3945
|
background-color: #19875e;
|
|
3695
3946
|
color: #000;
|
|
@@ -3738,11 +3989,22 @@ a.bw_list_group_item:hover {
|
|
|
3738
3989
|
box-shadow: 0 0 0 2px #19875e;
|
|
3739
3990
|
}
|
|
3740
3991
|
|
|
3741
|
-
.bw_spinner_border.bw_success
|
|
3742
|
-
.bw_spinner_grow.bw_success {
|
|
3992
|
+
.bw_spinner_border.bw_success {
|
|
3743
3993
|
background-color: transparent;
|
|
3744
3994
|
color: #19875e;
|
|
3745
|
-
border-color:
|
|
3995
|
+
border-color: #19875e;
|
|
3996
|
+
border-right-color: transparent;
|
|
3997
|
+
}
|
|
3998
|
+
|
|
3999
|
+
.bw_spinner_border.bw_success:hover {
|
|
4000
|
+
background-color: transparent;
|
|
4001
|
+
border-color: #19875e;
|
|
4002
|
+
border-right-color: transparent;
|
|
4003
|
+
}
|
|
4004
|
+
|
|
4005
|
+
.bw_spinner_grow.bw_success {
|
|
4006
|
+
background-color: #19875e;
|
|
4007
|
+
color: #19875e;
|
|
3746
4008
|
}
|
|
3747
4009
|
|
|
3748
4010
|
.bw_btn_outline.bw_success {
|
|
@@ -3762,7 +4024,16 @@ a.bw_list_group_item:hover {
|
|
|
3762
4024
|
}
|
|
3763
4025
|
|
|
3764
4026
|
.bw_progress_bar.bw_success {
|
|
3765
|
-
color: #
|
|
4027
|
+
color: #000;
|
|
4028
|
+
}
|
|
4029
|
+
|
|
4030
|
+
.bw_bg_success {
|
|
4031
|
+
background-color: #19875e;
|
|
4032
|
+
color: #000;
|
|
4033
|
+
}
|
|
4034
|
+
|
|
4035
|
+
.bw_text_success {
|
|
4036
|
+
color: #19875e;
|
|
3766
4037
|
}
|
|
3767
4038
|
|
|
3768
4039
|
.bw_danger {
|
|
@@ -3813,11 +4084,22 @@ a.bw_list_group_item:hover {
|
|
|
3813
4084
|
box-shadow: 0 0 0 2px #dc35a6;
|
|
3814
4085
|
}
|
|
3815
4086
|
|
|
3816
|
-
.bw_spinner_border.bw_danger
|
|
3817
|
-
.bw_spinner_grow.bw_danger {
|
|
4087
|
+
.bw_spinner_border.bw_danger {
|
|
3818
4088
|
background-color: transparent;
|
|
3819
4089
|
color: #dc35a6;
|
|
3820
|
-
border-color:
|
|
4090
|
+
border-color: #dc35a6;
|
|
4091
|
+
border-right-color: transparent;
|
|
4092
|
+
}
|
|
4093
|
+
|
|
4094
|
+
.bw_spinner_border.bw_danger:hover {
|
|
4095
|
+
background-color: transparent;
|
|
4096
|
+
border-color: #dc35a6;
|
|
4097
|
+
border-right-color: transparent;
|
|
4098
|
+
}
|
|
4099
|
+
|
|
4100
|
+
.bw_spinner_grow.bw_danger {
|
|
4101
|
+
background-color: #dc35a6;
|
|
4102
|
+
color: #dc35a6;
|
|
3821
4103
|
}
|
|
3822
4104
|
|
|
3823
4105
|
.bw_btn_outline.bw_danger {
|
|
@@ -3837,7 +4119,16 @@ a.bw_list_group_item:hover {
|
|
|
3837
4119
|
}
|
|
3838
4120
|
|
|
3839
4121
|
.bw_progress_bar.bw_danger {
|
|
3840
|
-
color: #
|
|
4122
|
+
color: #000;
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4125
|
+
.bw_bg_danger {
|
|
4126
|
+
background-color: #dc35a6;
|
|
4127
|
+
color: #000;
|
|
4128
|
+
}
|
|
4129
|
+
|
|
4130
|
+
.bw_text_danger {
|
|
4131
|
+
color: #dc35a6;
|
|
3841
4132
|
}
|
|
3842
4133
|
|
|
3843
4134
|
.bw_warning {
|
|
@@ -3888,11 +4179,22 @@ a.bw_list_group_item:hover {
|
|
|
3888
4179
|
box-shadow: 0 0 0 2px #8fb300;
|
|
3889
4180
|
}
|
|
3890
4181
|
|
|
3891
|
-
.bw_spinner_border.bw_warning
|
|
3892
|
-
.bw_spinner_grow.bw_warning {
|
|
4182
|
+
.bw_spinner_border.bw_warning {
|
|
3893
4183
|
background-color: transparent;
|
|
3894
4184
|
color: #8fb300;
|
|
3895
|
-
border-color:
|
|
4185
|
+
border-color: #8fb300;
|
|
4186
|
+
border-right-color: transparent;
|
|
4187
|
+
}
|
|
4188
|
+
|
|
4189
|
+
.bw_spinner_border.bw_warning:hover {
|
|
4190
|
+
background-color: transparent;
|
|
4191
|
+
border-color: #8fb300;
|
|
4192
|
+
border-right-color: transparent;
|
|
4193
|
+
}
|
|
4194
|
+
|
|
4195
|
+
.bw_spinner_grow.bw_warning {
|
|
4196
|
+
background-color: #8fb300;
|
|
4197
|
+
color: #8fb300;
|
|
3896
4198
|
}
|
|
3897
4199
|
|
|
3898
4200
|
.bw_btn_outline.bw_warning {
|
|
@@ -3912,7 +4214,16 @@ a.bw_list_group_item:hover {
|
|
|
3912
4214
|
}
|
|
3913
4215
|
|
|
3914
4216
|
.bw_progress_bar.bw_warning {
|
|
3915
|
-
color: #
|
|
4217
|
+
color: #000;
|
|
4218
|
+
}
|
|
4219
|
+
|
|
4220
|
+
.bw_bg_warning {
|
|
4221
|
+
background-color: #8fb300;
|
|
4222
|
+
color: #000;
|
|
4223
|
+
}
|
|
4224
|
+
|
|
4225
|
+
.bw_text_warning {
|
|
4226
|
+
color: #8fb300;
|
|
3916
4227
|
}
|
|
3917
4228
|
|
|
3918
4229
|
.bw_info {
|
|
@@ -3963,11 +4274,22 @@ a.bw_list_group_item:hover {
|
|
|
3963
4274
|
box-shadow: 0 0 0 2px #0898b2;
|
|
3964
4275
|
}
|
|
3965
4276
|
|
|
3966
|
-
.bw_spinner_border.bw_info
|
|
3967
|
-
.bw_spinner_grow.bw_info {
|
|
4277
|
+
.bw_spinner_border.bw_info {
|
|
3968
4278
|
background-color: transparent;
|
|
3969
4279
|
color: #0898b2;
|
|
3970
|
-
border-color:
|
|
4280
|
+
border-color: #0898b2;
|
|
4281
|
+
border-right-color: transparent;
|
|
4282
|
+
}
|
|
4283
|
+
|
|
4284
|
+
.bw_spinner_border.bw_info:hover {
|
|
4285
|
+
background-color: transparent;
|
|
4286
|
+
border-color: #0898b2;
|
|
4287
|
+
border-right-color: transparent;
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4290
|
+
.bw_spinner_grow.bw_info {
|
|
4291
|
+
background-color: #0898b2;
|
|
4292
|
+
color: #0898b2;
|
|
3971
4293
|
}
|
|
3972
4294
|
|
|
3973
4295
|
.bw_btn_outline.bw_info {
|
|
@@ -3987,7 +4309,16 @@ a.bw_list_group_item:hover {
|
|
|
3987
4309
|
}
|
|
3988
4310
|
|
|
3989
4311
|
.bw_progress_bar.bw_info {
|
|
3990
|
-
color: #
|
|
4312
|
+
color: #000;
|
|
4313
|
+
}
|
|
4314
|
+
|
|
4315
|
+
.bw_bg_info {
|
|
4316
|
+
background-color: #0898b2;
|
|
4317
|
+
color: #000;
|
|
4318
|
+
}
|
|
4319
|
+
|
|
4320
|
+
.bw_text_info {
|
|
4321
|
+
color: #0898b2;
|
|
3991
4322
|
}
|
|
3992
4323
|
|
|
3993
4324
|
.bw_light {
|
|
@@ -4013,7 +4344,7 @@ a.bw_list_group_item:hover {
|
|
|
4013
4344
|
.bw_alert.bw_light {
|
|
4014
4345
|
background-color: #fefefe;
|
|
4015
4346
|
color: #8193a5;
|
|
4016
|
-
border-color: #
|
|
4347
|
+
border-color: #c2cbd4;
|
|
4017
4348
|
}
|
|
4018
4349
|
|
|
4019
4350
|
.bw_toast.bw_light {
|
|
@@ -4038,11 +4369,22 @@ a.bw_list_group_item:hover {
|
|
|
4038
4369
|
box-shadow: 0 0 0 2px #f8f9fa;
|
|
4039
4370
|
}
|
|
4040
4371
|
|
|
4041
|
-
.bw_spinner_border.bw_light
|
|
4042
|
-
.bw_spinner_grow.bw_light {
|
|
4372
|
+
.bw_spinner_border.bw_light {
|
|
4043
4373
|
background-color: transparent;
|
|
4044
4374
|
color: #f8f9fa;
|
|
4045
|
-
border-color:
|
|
4375
|
+
border-color: #f8f9fa;
|
|
4376
|
+
border-right-color: transparent;
|
|
4377
|
+
}
|
|
4378
|
+
|
|
4379
|
+
.bw_spinner_border.bw_light:hover {
|
|
4380
|
+
background-color: transparent;
|
|
4381
|
+
border-color: #f8f9fa;
|
|
4382
|
+
border-right-color: transparent;
|
|
4383
|
+
}
|
|
4384
|
+
|
|
4385
|
+
.bw_spinner_grow.bw_light {
|
|
4386
|
+
background-color: #f8f9fa;
|
|
4387
|
+
color: #f8f9fa;
|
|
4046
4388
|
}
|
|
4047
4389
|
|
|
4048
4390
|
.bw_btn_outline.bw_light {
|
|
@@ -4062,7 +4404,16 @@ a.bw_list_group_item:hover {
|
|
|
4062
4404
|
}
|
|
4063
4405
|
|
|
4064
4406
|
.bw_progress_bar.bw_light {
|
|
4065
|
-
color: #
|
|
4407
|
+
color: #000;
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4410
|
+
.bw_bg_light {
|
|
4411
|
+
background-color: #f8f9fa;
|
|
4412
|
+
color: #212529;
|
|
4413
|
+
}
|
|
4414
|
+
|
|
4415
|
+
.bw_text_light {
|
|
4416
|
+
color: #f8f9fa;
|
|
4066
4417
|
}
|
|
4067
4418
|
|
|
4068
4419
|
.bw_dark {
|
|
@@ -4113,11 +4464,22 @@ a.bw_list_group_item:hover {
|
|
|
4113
4464
|
box-shadow: 0 0 0 2px #212529;
|
|
4114
4465
|
}
|
|
4115
4466
|
|
|
4116
|
-
.bw_spinner_border.bw_dark
|
|
4117
|
-
.bw_spinner_grow.bw_dark {
|
|
4467
|
+
.bw_spinner_border.bw_dark {
|
|
4118
4468
|
background-color: transparent;
|
|
4119
4469
|
color: #212529;
|
|
4120
|
-
border-color:
|
|
4470
|
+
border-color: #212529;
|
|
4471
|
+
border-right-color: transparent;
|
|
4472
|
+
}
|
|
4473
|
+
|
|
4474
|
+
.bw_spinner_border.bw_dark:hover {
|
|
4475
|
+
background-color: transparent;
|
|
4476
|
+
border-color: #212529;
|
|
4477
|
+
border-right-color: transparent;
|
|
4478
|
+
}
|
|
4479
|
+
|
|
4480
|
+
.bw_spinner_grow.bw_dark {
|
|
4481
|
+
background-color: #212529;
|
|
4482
|
+
color: #212529;
|
|
4121
4483
|
}
|
|
4122
4484
|
|
|
4123
4485
|
.bw_btn_outline.bw_dark {
|
|
@@ -4140,6 +4502,15 @@ a.bw_list_group_item:hover {
|
|
|
4140
4502
|
color: #fff;
|
|
4141
4503
|
}
|
|
4142
4504
|
|
|
4505
|
+
.bw_bg_dark {
|
|
4506
|
+
background-color: #212529;
|
|
4507
|
+
color: #f8f9fa;
|
|
4508
|
+
}
|
|
4509
|
+
|
|
4510
|
+
.bw_text_dark {
|
|
4511
|
+
color: #212529;
|
|
4512
|
+
}
|
|
4513
|
+
|
|
4143
4514
|
.bw_text_muted {
|
|
4144
4515
|
color: #6c757d;
|
|
4145
4516
|
}
|