bitwrench 2.0.11 → 2.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bitwrench-code-edit.cjs.js +1 -1
- package/dist/bitwrench-code-edit.es5.js +1 -1
- package/dist/bitwrench-code-edit.es5.min.js +1 -1
- package/dist/bitwrench-code-edit.esm.js +1 -1
- package/dist/bitwrench-code-edit.esm.min.js +1 -1
- package/dist/bitwrench-code-edit.umd.js +1 -1
- package/dist/bitwrench-code-edit.umd.min.js +1 -1
- package/dist/bitwrench-lean.cjs.js +112 -9
- package/dist/bitwrench-lean.cjs.min.js +5 -5
- package/dist/bitwrench-lean.es5.js +178 -14
- package/dist/bitwrench-lean.es5.min.js +3 -3
- package/dist/bitwrench-lean.esm.js +112 -9
- package/dist/bitwrench-lean.esm.min.js +5 -5
- package/dist/bitwrench-lean.umd.js +112 -9
- package/dist/bitwrench-lean.umd.min.js +5 -5
- package/dist/bitwrench.cjs.js +289 -9
- package/dist/bitwrench.cjs.min.js +5 -5
- package/dist/bitwrench.css +425 -21
- package/dist/bitwrench.es5.js +378 -14
- package/dist/bitwrench.es5.min.js +4 -4
- package/dist/bitwrench.esm.js +289 -9
- package/dist/bitwrench.esm.min.js +5 -5
- package/dist/bitwrench.umd.js +289 -9
- package/dist/bitwrench.umd.min.js +5 -5
- package/dist/builds.json +60 -60
- package/dist/sri.json +25 -25
- package/package.json +1 -1
- package/readme.html +1 -1
- package/src/bitwrench-components-v2.js +176 -0
- package/src/bitwrench-styles.js +208 -15
- package/src/bitwrench.js +39 -2
- package/src/generate-css.js +20 -3
- package/src/version.js +3 -3
package/dist/bitwrench.css
CHANGED
|
@@ -135,7 +135,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
135
135
|
font-weight: 600;
|
|
136
136
|
line-height: 1.25;
|
|
137
137
|
letter-spacing: -0.01em;
|
|
138
|
-
color:
|
|
138
|
+
color: inherit;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
h1 {
|
|
@@ -146,6 +146,9 @@ h1 {
|
|
|
146
146
|
.bw-section-title {
|
|
147
147
|
font-size: 2rem;
|
|
148
148
|
}
|
|
149
|
+
.bw-container {
|
|
150
|
+
max-width: 1140px;
|
|
151
|
+
}
|
|
149
152
|
}
|
|
150
153
|
|
|
151
154
|
h2 {
|
|
@@ -1033,7 +1036,7 @@ a:hover {
|
|
|
1033
1036
|
word-wrap: break-word;
|
|
1034
1037
|
background-color: #fff;
|
|
1035
1038
|
background-clip: border-box;
|
|
1036
|
-
border: 1px solid
|
|
1039
|
+
border: 1px solid transparent;
|
|
1037
1040
|
border-radius: 8px;
|
|
1038
1041
|
box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
|
|
1039
1042
|
transition: box-shadow 0.2s cubic-bezier(0.4,0,0.2,1), transform 0.2s cubic-bezier(0.4,0,0.2,1);
|
|
@@ -1050,7 +1053,7 @@ a:hover {
|
|
|
1050
1053
|
word-wrap: break-word;
|
|
1051
1054
|
background-color: #fff;
|
|
1052
1055
|
background-clip: border-box;
|
|
1053
|
-
border: 1px solid
|
|
1056
|
+
border: 1px solid transparent;
|
|
1054
1057
|
border-radius: 8px;
|
|
1055
1058
|
box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
|
|
1056
1059
|
transition: box-shadow 0.2s cubic-bezier(0.4,0,0.2,1), transform 0.2s cubic-bezier(0.4,0,0.2,1);
|
|
@@ -1224,7 +1227,7 @@ a:hover {
|
|
|
1224
1227
|
color: #1a1a1a;
|
|
1225
1228
|
background-color: #fff;
|
|
1226
1229
|
background-clip: padding-box;
|
|
1227
|
-
border: 1px solid
|
|
1230
|
+
border: 1px solid transparent;
|
|
1228
1231
|
appearance: none;
|
|
1229
1232
|
border-radius: 6px;
|
|
1230
1233
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -1241,7 +1244,7 @@ a:hover {
|
|
|
1241
1244
|
color: #1a1a1a;
|
|
1242
1245
|
background-color: #fff;
|
|
1243
1246
|
background-clip: padding-box;
|
|
1244
|
-
border: 1px solid
|
|
1247
|
+
border: 1px solid transparent;
|
|
1245
1248
|
appearance: none;
|
|
1246
1249
|
border-radius: 6px;
|
|
1247
1250
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -2361,6 +2364,36 @@ textarea.bw_form-control {
|
|
|
2361
2364
|
display: block;
|
|
2362
2365
|
}
|
|
2363
2366
|
|
|
2367
|
+
.bw-nav-scrollable {
|
|
2368
|
+
flex-wrap: nowrap;
|
|
2369
|
+
overflow-x: auto;
|
|
2370
|
+
-webkit-overflow-scrolling: touch;
|
|
2371
|
+
scrollbar-width: none;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
.bw-bw_nav-scrollable {
|
|
2375
|
+
flex-wrap: nowrap;
|
|
2376
|
+
overflow-x: auto;
|
|
2377
|
+
-webkit-overflow-scrolling: touch;
|
|
2378
|
+
scrollbar-width: none;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
.bw-nav-scrollable::-webkit-scrollbar {
|
|
2382
|
+
display: none;
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
.bw-bw_nav-scrollable::-webkit-scrollbar {
|
|
2386
|
+
display: none;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
.bw-nav-scrollable .bw-nav-link {
|
|
2390
|
+
white-space: nowrap;
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2393
|
+
.bw-bw_nav-scrollable .bw_nav-link {
|
|
2394
|
+
white-space: nowrap;
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2364
2397
|
.bw-list-group {
|
|
2365
2398
|
display: flex;
|
|
2366
2399
|
flex-direction: column;
|
|
@@ -3091,7 +3124,7 @@ a.bw_list-group-item:hover {
|
|
|
3091
3124
|
|
|
3092
3125
|
.bw-cta-description {
|
|
3093
3126
|
font-size: 1.125rem;
|
|
3094
|
-
color: #
|
|
3127
|
+
color: #555b62;
|
|
3095
3128
|
max-width: 36rem;
|
|
3096
3129
|
margin-left: auto;
|
|
3097
3130
|
margin-right: auto;
|
|
@@ -3099,7 +3132,7 @@ a.bw_list-group-item:hover {
|
|
|
3099
3132
|
|
|
3100
3133
|
.bw-bw_cta-description {
|
|
3101
3134
|
font-size: 1.125rem;
|
|
3102
|
-
color: #
|
|
3135
|
+
color: #555b62;
|
|
3103
3136
|
max-width: 36rem;
|
|
3104
3137
|
margin-left: auto;
|
|
3105
3138
|
margin-right: auto;
|
|
@@ -3705,12 +3738,12 @@ a.bw_list-group-item:hover {
|
|
|
3705
3738
|
|
|
3706
3739
|
.bw-accordion-item {
|
|
3707
3740
|
background-color: #fff;
|
|
3708
|
-
border: 1px solid
|
|
3741
|
+
border: 1px solid transparent;
|
|
3709
3742
|
}
|
|
3710
3743
|
|
|
3711
3744
|
.bw-bw_accordion-item {
|
|
3712
3745
|
background-color: #fff;
|
|
3713
|
-
border: 1px solid
|
|
3746
|
+
border: 1px solid transparent;
|
|
3714
3747
|
}
|
|
3715
3748
|
|
|
3716
3749
|
.bw-accordion-item + .bw-accordion-item {
|
|
@@ -3809,12 +3842,24 @@ a.bw_list-group-item:hover {
|
|
|
3809
3842
|
transition: transform 0.2s ease-in-out;
|
|
3810
3843
|
}
|
|
3811
3844
|
|
|
3845
|
+
.bw-accordion-button:not(.bw-collapsed) {
|
|
3846
|
+
color: #0a5868;
|
|
3847
|
+
background-color: #e8f6f8;
|
|
3848
|
+
}
|
|
3849
|
+
|
|
3850
|
+
.bw-bw_accordion-button:not(.bw_collapsed) {
|
|
3851
|
+
color: #0a5868;
|
|
3852
|
+
background-color: #e8f6f8;
|
|
3853
|
+
}
|
|
3854
|
+
|
|
3812
3855
|
.bw-accordion-button:not(.bw-collapsed)::after {
|
|
3813
3856
|
transform: rotate(-180deg);
|
|
3857
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a5868'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
3814
3858
|
}
|
|
3815
3859
|
|
|
3816
3860
|
.bw-bw_accordion-button:not(.bw_collapsed)::after {
|
|
3817
3861
|
transform: rotate(-180deg);
|
|
3862
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a5868'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
3818
3863
|
}
|
|
3819
3864
|
|
|
3820
3865
|
.bw-accordion-button:hover {
|
|
@@ -3825,6 +3870,26 @@ a.bw_list-group-item:hover {
|
|
|
3825
3870
|
background-color: rgba(0,0,0,0.03);
|
|
3826
3871
|
}
|
|
3827
3872
|
|
|
3873
|
+
.bw-accordion-button:not(.bw-collapsed):hover {
|
|
3874
|
+
background-color: #daf0f3;
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3877
|
+
.bw-bw_accordion-button:not(.bw_collapsed):hover {
|
|
3878
|
+
background-color: #daf0f3;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
.bw-accordion-button:focus-visible {
|
|
3882
|
+
z-index: 3;
|
|
3883
|
+
outline: 0;
|
|
3884
|
+
box-shadow: 0 0 0 0.2rem rgba(10, 88, 104, 0.25);
|
|
3885
|
+
}
|
|
3886
|
+
|
|
3887
|
+
.bw-bw_accordion-button:focus-visible {
|
|
3888
|
+
z-index: 3;
|
|
3889
|
+
outline: 0;
|
|
3890
|
+
box-shadow: 0 0 0 0.2rem rgba(10, 88, 104, 0.25);
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3828
3893
|
.bw-accordion-collapse {
|
|
3829
3894
|
max-height: 0;
|
|
3830
3895
|
overflow: hidden;
|
|
@@ -3847,10 +3912,226 @@ a.bw_list-group-item:hover {
|
|
|
3847
3912
|
|
|
3848
3913
|
.bw-accordion-body {
|
|
3849
3914
|
padding: 1rem 1.25rem;
|
|
3915
|
+
border-top: 1px solid #d5d5d5;
|
|
3850
3916
|
}
|
|
3851
3917
|
|
|
3852
3918
|
.bw-bw_accordion-body {
|
|
3853
3919
|
padding: 1rem 1.25rem;
|
|
3920
|
+
border-top: 1px solid #d5d5d5;
|
|
3921
|
+
}
|
|
3922
|
+
|
|
3923
|
+
.bw-carousel {
|
|
3924
|
+
position: relative;
|
|
3925
|
+
overflow: hidden;
|
|
3926
|
+
border-radius: 8px;
|
|
3927
|
+
background-color: #f0f0f0;
|
|
3928
|
+
}
|
|
3929
|
+
|
|
3930
|
+
.bw-bw_carousel {
|
|
3931
|
+
position: relative;
|
|
3932
|
+
overflow: hidden;
|
|
3933
|
+
border-radius: 8px;
|
|
3934
|
+
background-color: #f0f0f0;
|
|
3935
|
+
}
|
|
3936
|
+
|
|
3937
|
+
.bw-carousel-track {
|
|
3938
|
+
display: flex;
|
|
3939
|
+
transition: transform 0.4s ease;
|
|
3940
|
+
height: 100%;
|
|
3941
|
+
}
|
|
3942
|
+
|
|
3943
|
+
.bw-bw_carousel-track {
|
|
3944
|
+
display: flex;
|
|
3945
|
+
transition: transform 0.4s ease;
|
|
3946
|
+
height: 100%;
|
|
3947
|
+
}
|
|
3948
|
+
|
|
3949
|
+
.bw-carousel-slide {
|
|
3950
|
+
min-width: 100%;
|
|
3951
|
+
flex-shrink: 0;
|
|
3952
|
+
overflow: hidden;
|
|
3953
|
+
position: relative;
|
|
3954
|
+
display: flex;
|
|
3955
|
+
align-items: center;
|
|
3956
|
+
justify-content: center;
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
.bw-bw_carousel-slide {
|
|
3960
|
+
min-width: 100%;
|
|
3961
|
+
flex-shrink: 0;
|
|
3962
|
+
overflow: hidden;
|
|
3963
|
+
position: relative;
|
|
3964
|
+
display: flex;
|
|
3965
|
+
align-items: center;
|
|
3966
|
+
justify-content: center;
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3969
|
+
.bw-carousel-slide img {
|
|
3970
|
+
width: 100%;
|
|
3971
|
+
height: 100%;
|
|
3972
|
+
object-fit: cover;
|
|
3973
|
+
}
|
|
3974
|
+
|
|
3975
|
+
.bw-bw_carousel-slide img {
|
|
3976
|
+
width: 100%;
|
|
3977
|
+
height: 100%;
|
|
3978
|
+
object-fit: cover;
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3981
|
+
.bw-carousel-caption {
|
|
3982
|
+
position: absolute;
|
|
3983
|
+
bottom: 0;
|
|
3984
|
+
left: 0;
|
|
3985
|
+
right: 0;
|
|
3986
|
+
padding: 0.75rem 1rem;
|
|
3987
|
+
background: linear-gradient(transparent, rgba(0,0,0,0.6));
|
|
3988
|
+
color: #fff;
|
|
3989
|
+
font-size: 0.9rem;
|
|
3990
|
+
}
|
|
3991
|
+
|
|
3992
|
+
.bw-bw_carousel-caption {
|
|
3993
|
+
position: absolute;
|
|
3994
|
+
bottom: 0;
|
|
3995
|
+
left: 0;
|
|
3996
|
+
right: 0;
|
|
3997
|
+
padding: 0.75rem 1rem;
|
|
3998
|
+
background: linear-gradient(transparent, rgba(0,0,0,0.6));
|
|
3999
|
+
color: #fff;
|
|
4000
|
+
font-size: 0.9rem;
|
|
4001
|
+
}
|
|
4002
|
+
|
|
4003
|
+
.bw-carousel-control {
|
|
4004
|
+
position: absolute;
|
|
4005
|
+
top: 50%;
|
|
4006
|
+
transform: translateY(-50%);
|
|
4007
|
+
width: 40px;
|
|
4008
|
+
height: 40px;
|
|
4009
|
+
border: none;
|
|
4010
|
+
border-radius: 50%;
|
|
4011
|
+
background-color: rgba(0,0,0,0.4);
|
|
4012
|
+
cursor: pointer;
|
|
4013
|
+
display: flex;
|
|
4014
|
+
align-items: center;
|
|
4015
|
+
justify-content: center;
|
|
4016
|
+
z-index: 2;
|
|
4017
|
+
padding: 0;
|
|
4018
|
+
transition: background-color 0.2s ease;
|
|
4019
|
+
}
|
|
4020
|
+
|
|
4021
|
+
.bw-bw_carousel-control {
|
|
4022
|
+
position: absolute;
|
|
4023
|
+
top: 50%;
|
|
4024
|
+
transform: translateY(-50%);
|
|
4025
|
+
width: 40px;
|
|
4026
|
+
height: 40px;
|
|
4027
|
+
border: none;
|
|
4028
|
+
border-radius: 50%;
|
|
4029
|
+
background-color: rgba(0,0,0,0.4);
|
|
4030
|
+
cursor: pointer;
|
|
4031
|
+
display: flex;
|
|
4032
|
+
align-items: center;
|
|
4033
|
+
justify-content: center;
|
|
4034
|
+
z-index: 2;
|
|
4035
|
+
padding: 0;
|
|
4036
|
+
transition: background-color 0.2s ease;
|
|
4037
|
+
}
|
|
4038
|
+
|
|
4039
|
+
.bw-carousel-control:hover {
|
|
4040
|
+
background-color: rgba(0,0,0,0.6);
|
|
4041
|
+
}
|
|
4042
|
+
|
|
4043
|
+
.bw-bw_carousel-control:hover {
|
|
4044
|
+
background-color: rgba(0,0,0,0.6);
|
|
4045
|
+
}
|
|
4046
|
+
|
|
4047
|
+
.bw-carousel-control img {
|
|
4048
|
+
width: 20px;
|
|
4049
|
+
height: 20px;
|
|
4050
|
+
pointer-events: none;
|
|
4051
|
+
}
|
|
4052
|
+
|
|
4053
|
+
.bw-bw_carousel-control img {
|
|
4054
|
+
width: 20px;
|
|
4055
|
+
height: 20px;
|
|
4056
|
+
pointer-events: none;
|
|
4057
|
+
}
|
|
4058
|
+
|
|
4059
|
+
.bw-carousel-control-prev {
|
|
4060
|
+
left: 10px;
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4063
|
+
.bw-bw_carousel-control-prev {
|
|
4064
|
+
left: 10px;
|
|
4065
|
+
}
|
|
4066
|
+
|
|
4067
|
+
.bw-carousel-control-next {
|
|
4068
|
+
right: 10px;
|
|
4069
|
+
}
|
|
4070
|
+
|
|
4071
|
+
.bw-bw_carousel-control-next {
|
|
4072
|
+
right: 10px;
|
|
4073
|
+
}
|
|
4074
|
+
|
|
4075
|
+
.bw-carousel-indicators {
|
|
4076
|
+
position: absolute;
|
|
4077
|
+
bottom: 12px;
|
|
4078
|
+
left: 50%;
|
|
4079
|
+
transform: translateX(-50%);
|
|
4080
|
+
display: flex;
|
|
4081
|
+
gap: 6px;
|
|
4082
|
+
z-index: 2;
|
|
4083
|
+
}
|
|
4084
|
+
|
|
4085
|
+
.bw-bw_carousel-indicators {
|
|
4086
|
+
position: absolute;
|
|
4087
|
+
bottom: 12px;
|
|
4088
|
+
left: 50%;
|
|
4089
|
+
transform: translateX(-50%);
|
|
4090
|
+
display: flex;
|
|
4091
|
+
gap: 6px;
|
|
4092
|
+
z-index: 2;
|
|
4093
|
+
}
|
|
4094
|
+
|
|
4095
|
+
.bw-carousel-indicator {
|
|
4096
|
+
width: 10px;
|
|
4097
|
+
height: 10px;
|
|
4098
|
+
border-radius: 50%;
|
|
4099
|
+
border: 2px solid transparent;
|
|
4100
|
+
background-color: transparent;
|
|
4101
|
+
opacity: 0.6;
|
|
4102
|
+
cursor: pointer;
|
|
4103
|
+
padding: 0;
|
|
4104
|
+
transition: opacity 0.2s ease, background-color 0.2s ease;
|
|
4105
|
+
}
|
|
4106
|
+
|
|
4107
|
+
.bw-bw_carousel-indicator {
|
|
4108
|
+
width: 10px;
|
|
4109
|
+
height: 10px;
|
|
4110
|
+
border-radius: 50%;
|
|
4111
|
+
border: 2px solid transparent;
|
|
4112
|
+
background-color: transparent;
|
|
4113
|
+
opacity: 0.6;
|
|
4114
|
+
cursor: pointer;
|
|
4115
|
+
padding: 0;
|
|
4116
|
+
transition: opacity 0.2s ease, background-color 0.2s ease;
|
|
4117
|
+
}
|
|
4118
|
+
|
|
4119
|
+
.bw-carousel-indicator:hover {
|
|
4120
|
+
opacity: 0.8;
|
|
4121
|
+
}
|
|
4122
|
+
|
|
4123
|
+
.bw-bw_carousel-indicator:hover {
|
|
4124
|
+
opacity: 0.8;
|
|
4125
|
+
}
|
|
4126
|
+
|
|
4127
|
+
.bw-carousel-indicator.active {
|
|
4128
|
+
opacity: 1;
|
|
4129
|
+
background-color: #fff;
|
|
4130
|
+
}
|
|
4131
|
+
|
|
4132
|
+
.bw-bw_carousel-indicator.active {
|
|
4133
|
+
opacity: 1;
|
|
4134
|
+
background-color: #fff;
|
|
3854
4135
|
}
|
|
3855
4136
|
|
|
3856
4137
|
.bw-modal {
|
|
@@ -3956,7 +4237,7 @@ a.bw_list-group-item:hover {
|
|
|
3956
4237
|
pointer-events: auto;
|
|
3957
4238
|
background-color: #fff;
|
|
3958
4239
|
background-clip: padding-box;
|
|
3959
|
-
border: 1px solid
|
|
4240
|
+
border: 1px solid transparent;
|
|
3960
4241
|
border-radius: 8px;
|
|
3961
4242
|
box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
|
|
3962
4243
|
outline: 0;
|
|
@@ -3969,7 +4250,7 @@ a.bw_list-group-item:hover {
|
|
|
3969
4250
|
pointer-events: auto;
|
|
3970
4251
|
background-color: #fff;
|
|
3971
4252
|
background-clip: padding-box;
|
|
3972
|
-
border: 1px solid
|
|
4253
|
+
border: 1px solid transparent;
|
|
3973
4254
|
border-radius: 8px;
|
|
3974
4255
|
box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
|
|
3975
4256
|
outline: 0;
|
|
@@ -4470,15 +4751,17 @@ a.bw_list-group-item:hover {
|
|
|
4470
4751
|
}
|
|
4471
4752
|
|
|
4472
4753
|
.bw-skeleton {
|
|
4473
|
-
background
|
|
4754
|
+
background: linear-gradient(90deg, #dde0e4 25%, #eceef1 37%, #dde0e4 63%);
|
|
4755
|
+
background-size: 400% 100%;
|
|
4474
4756
|
border-radius: 4px;
|
|
4475
|
-
animation: bw-skeleton-
|
|
4757
|
+
animation: bw-skeleton-shimmer 1.4s ease infinite;
|
|
4476
4758
|
}
|
|
4477
4759
|
|
|
4478
4760
|
.bw-bw_skeleton {
|
|
4479
|
-
background
|
|
4761
|
+
background: linear-gradient(90deg, #dde0e4 25%, #eceef1 37%, #dde0e4 63%);
|
|
4762
|
+
background-size: 400% 100%;
|
|
4480
4763
|
border-radius: 4px;
|
|
4481
|
-
animation: bw-skeleton-
|
|
4764
|
+
animation: bw-skeleton-shimmer 1.4s ease infinite;
|
|
4482
4765
|
}
|
|
4483
4766
|
|
|
4484
4767
|
.bw-skeleton-text {
|
|
@@ -4517,15 +4800,12 @@ a.bw_list-group-item:hover {
|
|
|
4517
4800
|
flex-direction: column;
|
|
4518
4801
|
}
|
|
4519
4802
|
|
|
4520
|
-
@keyframes bw-skeleton-
|
|
4803
|
+
@keyframes bw-skeleton-shimmer {
|
|
4521
4804
|
0% {
|
|
4522
|
-
|
|
4523
|
-
}
|
|
4524
|
-
50% {
|
|
4525
|
-
opacity: 0.4;
|
|
4805
|
+
background-position: 100% 50%;
|
|
4526
4806
|
}
|
|
4527
4807
|
100% {
|
|
4528
|
-
|
|
4808
|
+
background-position: 0 50%;
|
|
4529
4809
|
}
|
|
4530
4810
|
}
|
|
4531
4811
|
|
|
@@ -6028,6 +6308,130 @@ a.bw_list-group-item:hover {
|
|
|
6028
6308
|
}
|
|
6029
6309
|
}
|
|
6030
6310
|
|
|
6311
|
+
.bw-card-subtitle {
|
|
6312
|
+
margin-top: -0.25rem;
|
|
6313
|
+
margin-bottom: 0.5rem;
|
|
6314
|
+
font-size: 0.875rem;
|
|
6315
|
+
}
|
|
6316
|
+
|
|
6317
|
+
.bw-bw_card-subtitle {
|
|
6318
|
+
margin-top: -0.25rem;
|
|
6319
|
+
margin-bottom: 0.5rem;
|
|
6320
|
+
font-size: 0.875rem;
|
|
6321
|
+
}
|
|
6322
|
+
|
|
6323
|
+
.bw-bar-chart-container {
|
|
6324
|
+
padding: 1rem;
|
|
6325
|
+
border: 1px solid transparent;
|
|
6326
|
+
border-radius: 8px;
|
|
6327
|
+
}
|
|
6328
|
+
|
|
6329
|
+
.bw-bw_bar-chart-container {
|
|
6330
|
+
padding: 1rem;
|
|
6331
|
+
border: 1px solid transparent;
|
|
6332
|
+
border-radius: 8px;
|
|
6333
|
+
}
|
|
6334
|
+
|
|
6335
|
+
.bw-bar-chart {
|
|
6336
|
+
display: flex;
|
|
6337
|
+
align-items: flex-end;
|
|
6338
|
+
gap: 6px;
|
|
6339
|
+
padding: 0 0.5rem;
|
|
6340
|
+
}
|
|
6341
|
+
|
|
6342
|
+
.bw-bw_bar-chart {
|
|
6343
|
+
display: flex;
|
|
6344
|
+
align-items: flex-end;
|
|
6345
|
+
gap: 6px;
|
|
6346
|
+
padding: 0 0.5rem;
|
|
6347
|
+
}
|
|
6348
|
+
|
|
6349
|
+
.bw-bar-group {
|
|
6350
|
+
flex: 1;
|
|
6351
|
+
display: flex;
|
|
6352
|
+
flex-direction: column;
|
|
6353
|
+
align-items: center;
|
|
6354
|
+
height: 100%;
|
|
6355
|
+
justify-content: flex-end;
|
|
6356
|
+
}
|
|
6357
|
+
|
|
6358
|
+
.bw-bw_bar-group {
|
|
6359
|
+
flex: 1;
|
|
6360
|
+
display: flex;
|
|
6361
|
+
flex-direction: column;
|
|
6362
|
+
align-items: center;
|
|
6363
|
+
height: 100%;
|
|
6364
|
+
justify-content: flex-end;
|
|
6365
|
+
}
|
|
6366
|
+
|
|
6367
|
+
.bw-bar {
|
|
6368
|
+
width: 100%;
|
|
6369
|
+
border-radius: 3px 3px 0 0;
|
|
6370
|
+
transition: height 0.5s ease;
|
|
6371
|
+
min-height: 4px;
|
|
6372
|
+
}
|
|
6373
|
+
|
|
6374
|
+
.bw-bw_bar {
|
|
6375
|
+
width: 100%;
|
|
6376
|
+
border-radius: 3px 3px 0 0;
|
|
6377
|
+
transition: height 0.5s ease;
|
|
6378
|
+
min-height: 4px;
|
|
6379
|
+
}
|
|
6380
|
+
|
|
6381
|
+
.bw-bar:hover {
|
|
6382
|
+
opacity: 0.85;
|
|
6383
|
+
}
|
|
6384
|
+
|
|
6385
|
+
.bw-bw_bar:hover {
|
|
6386
|
+
opacity: 0.85;
|
|
6387
|
+
}
|
|
6388
|
+
|
|
6389
|
+
.bw-bar-value {
|
|
6390
|
+
font-size: 0.65rem;
|
|
6391
|
+
font-weight: 600;
|
|
6392
|
+
margin-bottom: 2px;
|
|
6393
|
+
text-align: center;
|
|
6394
|
+
}
|
|
6395
|
+
|
|
6396
|
+
.bw-bw_bar-value {
|
|
6397
|
+
font-size: 0.65rem;
|
|
6398
|
+
font-weight: 600;
|
|
6399
|
+
margin-bottom: 2px;
|
|
6400
|
+
text-align: center;
|
|
6401
|
+
}
|
|
6402
|
+
|
|
6403
|
+
.bw-bar-label {
|
|
6404
|
+
font-size: 0.7rem;
|
|
6405
|
+
margin-top: 4px;
|
|
6406
|
+
text-align: center;
|
|
6407
|
+
}
|
|
6408
|
+
|
|
6409
|
+
.bw-bw_bar-label {
|
|
6410
|
+
font-size: 0.7rem;
|
|
6411
|
+
margin-top: 4px;
|
|
6412
|
+
text-align: center;
|
|
6413
|
+
}
|
|
6414
|
+
|
|
6415
|
+
.bw-bar-chart-title {
|
|
6416
|
+
font-size: 1.1rem;
|
|
6417
|
+
font-weight: 600;
|
|
6418
|
+
margin: 0 0 0.75rem 0;
|
|
6419
|
+
}
|
|
6420
|
+
|
|
6421
|
+
.bw-bw_bar-chart-title {
|
|
6422
|
+
font-size: 1.1rem;
|
|
6423
|
+
font-weight: 600;
|
|
6424
|
+
margin: 0 0 0.75rem 0;
|
|
6425
|
+
}
|
|
6426
|
+
|
|
6427
|
+
.bw-translate-middle, .translate-middle {
|
|
6428
|
+
transform: translate(-50%, -50%) !important;
|
|
6429
|
+
}
|
|
6430
|
+
|
|
6431
|
+
.bw-bw_translate-middle, .translate-middle {
|
|
6432
|
+
transform: translate(-50%, -50%) !important;
|
|
6433
|
+
}
|
|
6434
|
+
|
|
6031
6435
|
/* Bitwrench Page Layout */
|
|
6032
6436
|
.bw-page {
|
|
6033
6437
|
min-height: 100vh;
|