@turquoisehealth/pit-viper 2.103.1-dev.0 → 2.104.1
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/_site/assets/css/pit-viper-v2-scoped.css +35 -10
- package/_site/assets/css/pit-viper-v2.css +36 -10
- package/_site/assets/css/pit-viper.css +36 -10
- package/_src/assets/sprite-v2.svg +1 -1
- package/_src/assets/sprite.svg +1 -1
- package/package.json +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +491 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +259 -0
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +121834 -0
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +259 -0
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +299 -0
- package/pv-components/dist/vue/tables/pv-components-tables.js +223 -0
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +47028 -0
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +223 -0
|
@@ -4937,20 +4937,22 @@
|
|
|
4937
4937
|
user-select: none;
|
|
4938
4938
|
-webkit-user-select: none;
|
|
4939
4939
|
}
|
|
4940
|
-
.pv-v2 .select2-selection
|
|
4940
|
+
.pv-v2 .select2-selection {
|
|
4941
4941
|
background-color: #fff;
|
|
4942
4942
|
border: 1px solid #E3E7EA;
|
|
4943
4943
|
border-radius: 4px;
|
|
4944
4944
|
padding-inline-end: 2rem;
|
|
4945
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
|
|
4946
4945
|
background-repeat: no-repeat;
|
|
4947
4946
|
background-size: 1rem 1rem;
|
|
4948
4947
|
background-position: top 50% right 0.5rem;
|
|
4949
4948
|
}
|
|
4950
|
-
.pv-v2 .select2-selection
|
|
4951
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
4949
|
+
.pv-v2 .select2-selection:not([aria-expanded=true]) {
|
|
4950
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
4952
4951
|
}
|
|
4953
|
-
.pv-v2 .select2-selection
|
|
4952
|
+
.pv-v2 .select2-selection[aria-expanded=true] {
|
|
4953
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
4954
|
+
}
|
|
4955
|
+
.pv-v2 .select2-selection .select2-selection__rendered {
|
|
4954
4956
|
display: block;
|
|
4955
4957
|
padding: 0.5rem;
|
|
4956
4958
|
overflow: hidden;
|
|
@@ -4959,16 +4961,16 @@
|
|
|
4959
4961
|
color: #4B595C;
|
|
4960
4962
|
line-height: 12px;
|
|
4961
4963
|
}
|
|
4962
|
-
.pv-v2 .select2-selection
|
|
4964
|
+
.pv-v2 .select2-selection .select2-selection__clear {
|
|
4963
4965
|
position: relative;
|
|
4964
4966
|
cursor: pointer;
|
|
4965
4967
|
float: right;
|
|
4966
4968
|
font-weight: bold;
|
|
4967
4969
|
}
|
|
4968
|
-
.pv-v2 .select2-selection
|
|
4970
|
+
.pv-v2 .select2-selection .select2-selection__placeholder {
|
|
4969
4971
|
color: #89989B;
|
|
4970
4972
|
}
|
|
4971
|
-
.pv-v2 .select2-selection
|
|
4973
|
+
.pv-v2 .select2-selection .select2-selection__arrow {
|
|
4972
4974
|
display: none;
|
|
4973
4975
|
}
|
|
4974
4976
|
.pv-v2 .select2-selection--multiple {
|
|
@@ -5022,11 +5024,12 @@
|
|
|
5022
5024
|
position: absolute;
|
|
5023
5025
|
top: -33px;
|
|
5024
5026
|
left: 0;
|
|
5025
|
-
background-color:
|
|
5026
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5027
|
+
background-color: white;
|
|
5028
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5027
5029
|
background-repeat: no-repeat;
|
|
5028
5030
|
background-size: 1rem 1rem;
|
|
5029
5031
|
background-position: top 50% right 0.5rem;
|
|
5032
|
+
transform: translateY(1px);
|
|
5030
5033
|
}
|
|
5031
5034
|
.pv-v2 .select2-dropdown--above .select2-search__field {
|
|
5032
5035
|
background-color: #fff;
|
|
@@ -5225,6 +5228,28 @@
|
|
|
5225
5228
|
.pv-v2 input.select2-search__field::placeholder {
|
|
5226
5229
|
color: #89989B !important;
|
|
5227
5230
|
}
|
|
5231
|
+
.pv-v2 .select2-container--pv-dark .select2-selection {
|
|
5232
|
+
background-color: #353938;
|
|
5233
|
+
color: white;
|
|
5234
|
+
}
|
|
5235
|
+
.pv-v2 .select2-container--pv-dark .select2-selection:not([aria-expanded=true]) {
|
|
5236
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5237
|
+
}
|
|
5238
|
+
.pv-v2 .select2-container--pv-dark .select2-selection[aria-expanded=true] {
|
|
5239
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5240
|
+
}
|
|
5241
|
+
.pv-v2 .select2-container--pv-dark .select2-selection__placeholder,
|
|
5242
|
+
.pv-v2 .select2-container--pv-dark .select2-selection__rendered,
|
|
5243
|
+
.pv-v2 .select2-container--pv-dark .select2-search__field {
|
|
5244
|
+
color: white;
|
|
5245
|
+
}
|
|
5246
|
+
.pv-v2 .select2-container--pv-dark .select2-search__field {
|
|
5247
|
+
background-color: #353938;
|
|
5248
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5249
|
+
}
|
|
5250
|
+
.pv-v2 .select2-container--pv-dark .select2-results__options {
|
|
5251
|
+
padding-left: 0;
|
|
5252
|
+
}
|
|
5228
5253
|
.pv-v2 :root {
|
|
5229
5254
|
--p-datepicker-today-background: #F7F8F8;
|
|
5230
5255
|
--p-datepicker-date-border-radius: 4px;
|
|
@@ -5439,20 +5439,22 @@ svg.pv-text-inherit {
|
|
|
5439
5439
|
-webkit-user-select: none;
|
|
5440
5440
|
}
|
|
5441
5441
|
|
|
5442
|
-
.select2-selection
|
|
5442
|
+
.select2-selection {
|
|
5443
5443
|
background-color: #fff;
|
|
5444
5444
|
border: 1px solid #E3E7EA;
|
|
5445
5445
|
border-radius: 4px;
|
|
5446
5446
|
padding-inline-end: 2rem;
|
|
5447
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
|
|
5448
5447
|
background-repeat: no-repeat;
|
|
5449
5448
|
background-size: 1rem 1rem;
|
|
5450
5449
|
background-position: top 50% right 0.5rem;
|
|
5451
5450
|
}
|
|
5452
|
-
.select2-selection
|
|
5453
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5451
|
+
.select2-selection:not([aria-expanded=true]) {
|
|
5452
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5454
5453
|
}
|
|
5455
|
-
.select2-selection
|
|
5454
|
+
.select2-selection[aria-expanded=true] {
|
|
5455
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5456
|
+
}
|
|
5457
|
+
.select2-selection .select2-selection__rendered {
|
|
5456
5458
|
display: block;
|
|
5457
5459
|
padding: 0.5rem;
|
|
5458
5460
|
overflow: hidden;
|
|
@@ -5461,16 +5463,16 @@ svg.pv-text-inherit {
|
|
|
5461
5463
|
color: #4B595C;
|
|
5462
5464
|
line-height: 12px;
|
|
5463
5465
|
}
|
|
5464
|
-
.select2-selection
|
|
5466
|
+
.select2-selection .select2-selection__clear {
|
|
5465
5467
|
position: relative;
|
|
5466
5468
|
cursor: pointer;
|
|
5467
5469
|
float: right;
|
|
5468
5470
|
font-weight: bold;
|
|
5469
5471
|
}
|
|
5470
|
-
.select2-selection
|
|
5472
|
+
.select2-selection .select2-selection__placeholder {
|
|
5471
5473
|
color: #89989B;
|
|
5472
5474
|
}
|
|
5473
|
-
.select2-selection
|
|
5475
|
+
.select2-selection .select2-selection__arrow {
|
|
5474
5476
|
display: none;
|
|
5475
5477
|
}
|
|
5476
5478
|
|
|
@@ -5531,11 +5533,12 @@ svg.pv-text-inherit {
|
|
|
5531
5533
|
position: absolute;
|
|
5532
5534
|
top: -33px;
|
|
5533
5535
|
left: 0;
|
|
5534
|
-
background-color:
|
|
5535
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5536
|
+
background-color: white;
|
|
5537
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5536
5538
|
background-repeat: no-repeat;
|
|
5537
5539
|
background-size: 1rem 1rem;
|
|
5538
5540
|
background-position: top 50% right 0.5rem;
|
|
5541
|
+
transform: translateY(1px);
|
|
5539
5542
|
}
|
|
5540
5543
|
|
|
5541
5544
|
.select2-dropdown--above .select2-search__field {
|
|
@@ -5773,6 +5776,29 @@ input.select2-search__field::placeholder {
|
|
|
5773
5776
|
color: #89989B !important;
|
|
5774
5777
|
}
|
|
5775
5778
|
|
|
5779
|
+
.select2-container--pv-dark .select2-selection {
|
|
5780
|
+
background-color: #353938;
|
|
5781
|
+
color: white;
|
|
5782
|
+
}
|
|
5783
|
+
.select2-container--pv-dark .select2-selection:not([aria-expanded=true]) {
|
|
5784
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5785
|
+
}
|
|
5786
|
+
.select2-container--pv-dark .select2-selection[aria-expanded=true] {
|
|
5787
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5788
|
+
}
|
|
5789
|
+
.select2-container--pv-dark .select2-selection__placeholder,
|
|
5790
|
+
.select2-container--pv-dark .select2-selection__rendered,
|
|
5791
|
+
.select2-container--pv-dark .select2-search__field {
|
|
5792
|
+
color: white;
|
|
5793
|
+
}
|
|
5794
|
+
.select2-container--pv-dark .select2-search__field {
|
|
5795
|
+
background-color: #353938;
|
|
5796
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5797
|
+
}
|
|
5798
|
+
.select2-container--pv-dark .select2-results__options {
|
|
5799
|
+
padding-left: 0;
|
|
5800
|
+
}
|
|
5801
|
+
|
|
5776
5802
|
:root {
|
|
5777
5803
|
--p-datepicker-today-background: #F7F8F8;
|
|
5778
5804
|
--p-datepicker-date-border-radius: 4px;
|
|
@@ -5444,20 +5444,22 @@ svg.pv-text-inherit {
|
|
|
5444
5444
|
-webkit-user-select: none;
|
|
5445
5445
|
}
|
|
5446
5446
|
|
|
5447
|
-
.select2-selection
|
|
5447
|
+
.select2-selection {
|
|
5448
5448
|
background-color: #fff;
|
|
5449
5449
|
border: 2px solid #DCDFE4;
|
|
5450
5450
|
border-radius: 2px;
|
|
5451
5451
|
padding-inline-end: 2rem;
|
|
5452
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
|
|
5453
5452
|
background-repeat: no-repeat;
|
|
5454
5453
|
background-size: 1rem 1rem;
|
|
5455
5454
|
background-position: top 50% right 0.5rem;
|
|
5456
5455
|
}
|
|
5457
|
-
.select2-selection
|
|
5458
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5456
|
+
.select2-selection:not([aria-expanded=true]) {
|
|
5457
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5459
5458
|
}
|
|
5460
|
-
.select2-selection
|
|
5459
|
+
.select2-selection[aria-expanded=true] {
|
|
5460
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5461
|
+
}
|
|
5462
|
+
.select2-selection .select2-selection__rendered {
|
|
5461
5463
|
display: block;
|
|
5462
5464
|
padding: 0.5rem;
|
|
5463
5465
|
overflow: hidden;
|
|
@@ -5466,16 +5468,16 @@ svg.pv-text-inherit {
|
|
|
5466
5468
|
color: #6E7784;
|
|
5467
5469
|
line-height: 24px;
|
|
5468
5470
|
}
|
|
5469
|
-
.select2-selection
|
|
5471
|
+
.select2-selection .select2-selection__clear {
|
|
5470
5472
|
position: relative;
|
|
5471
5473
|
cursor: pointer;
|
|
5472
5474
|
float: right;
|
|
5473
5475
|
font-weight: bold;
|
|
5474
5476
|
}
|
|
5475
|
-
.select2-selection
|
|
5477
|
+
.select2-selection .select2-selection__placeholder {
|
|
5476
5478
|
color: #6E7784;
|
|
5477
5479
|
}
|
|
5478
|
-
.select2-selection
|
|
5480
|
+
.select2-selection .select2-selection__arrow {
|
|
5479
5481
|
display: none;
|
|
5480
5482
|
}
|
|
5481
5483
|
|
|
@@ -5536,11 +5538,12 @@ svg.pv-text-inherit {
|
|
|
5536
5538
|
position: absolute;
|
|
5537
5539
|
top: -44px;
|
|
5538
5540
|
left: 0;
|
|
5539
|
-
background-color:
|
|
5540
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5541
|
+
background-color: white;
|
|
5542
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5541
5543
|
background-repeat: no-repeat;
|
|
5542
5544
|
background-size: 1rem 1rem;
|
|
5543
5545
|
background-position: top 50% right 0.5rem;
|
|
5546
|
+
transform: translateY(1px);
|
|
5544
5547
|
}
|
|
5545
5548
|
|
|
5546
5549
|
.select2-dropdown--above .select2-search__field {
|
|
@@ -5777,3 +5780,26 @@ svg.pv-text-inherit {
|
|
|
5777
5780
|
input.select2-search__field::placeholder {
|
|
5778
5781
|
color: #6E7784 !important;
|
|
5779
5782
|
}
|
|
5783
|
+
|
|
5784
|
+
.select2-container--pv-dark .select2-selection {
|
|
5785
|
+
background-color: #353938;
|
|
5786
|
+
color: white;
|
|
5787
|
+
}
|
|
5788
|
+
.select2-container--pv-dark .select2-selection:not([aria-expanded=true]) {
|
|
5789
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5790
|
+
}
|
|
5791
|
+
.select2-container--pv-dark .select2-selection[aria-expanded=true] {
|
|
5792
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5793
|
+
}
|
|
5794
|
+
.select2-container--pv-dark .select2-selection__placeholder,
|
|
5795
|
+
.select2-container--pv-dark .select2-selection__rendered,
|
|
5796
|
+
.select2-container--pv-dark .select2-search__field {
|
|
5797
|
+
color: white;
|
|
5798
|
+
}
|
|
5799
|
+
.select2-container--pv-dark .select2-search__field {
|
|
5800
|
+
background-color: #353938;
|
|
5801
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5802
|
+
}
|
|
5803
|
+
.select2-container--pv-dark .select2-results__options {
|
|
5804
|
+
padding-left: 0;
|
|
5805
|
+
}
|