@metrevals/inspect-scout-viewer 0.3.153-beta.1765542109 → 0.4.4-beta.20251223202036
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/lib/api/api.d.ts +7 -2
- package/lib/api/jsonrpc.d.ts +1 -0
- package/lib/api/request.d.ts +6 -1
- package/lib/app/appearance/icons.d.ts +2 -0
- package/lib/app/arrowHelpers.d.ts +4 -0
- package/lib/app/components/ColumnHeader.d.ts +6 -0
- package/lib/app/components/Explanation.d.ts +12 -0
- package/lib/app/{values → components}/Identifier.d.ts +2 -2
- package/lib/app/{navbar → components}/Navbar.d.ts +1 -0
- package/lib/app/components/TaskName.d.ts +8 -0
- package/lib/app/components/Value.d.ts +15 -0
- package/lib/app/hooks.d.ts +10 -15
- package/lib/app/scanJobs/ScanJobGrid.d.ts +5 -1
- package/lib/app/scanResults/ScanResultHeader.d.ts +9 -0
- package/lib/app/{result → scanResults}/info/InfoPanel.d.ts +2 -2
- package/lib/app/scanResults/metadata/MetadataPanel.d.ts +7 -0
- package/lib/app/scanResults/result/ResultBody.d.ts +7 -0
- package/lib/app/{result → scanResults}/result/ResultPanel.d.ts +2 -2
- package/lib/app/scanResults/result/ResultSidebar.d.ts +7 -0
- package/lib/app/{result → scanResults}/transcript/TranscriptPanel.d.ts +2 -2
- package/lib/app/scans/ScansPanel.d.ts +2 -0
- package/lib/app/scans/ScansPanelBody.d.ts +6 -0
- package/lib/app/scans/ScansPanelTitle.d.ts +6 -0
- package/lib/app/scans/info/ScanInfo.d.ts +5 -0
- package/lib/app/scans/results/ScanDataframeClearFiltersButton.d.ts +2 -0
- package/lib/app/scans/results/ScanDataframeColumnsPopover.d.ts +5 -0
- package/lib/app/scans/results/ScanDataframeFilterColumnsButton.d.ts +1 -0
- package/lib/app/scans/results/ScanResultsBody.d.ts +12 -0
- package/lib/app/scans/results/ScanResultsOutline.d.ts +5 -0
- package/lib/app/scans/results/ScanResultsPanel.d.ts +5 -0
- package/lib/app/{scanner → scans}/results/list/ScanResultsList.d.ts +2 -0
- package/lib/app/{scanner → scans}/results/list/ScanResultsRow.d.ts +2 -2
- package/lib/app/scans/results/types.d.ts +1 -0
- package/lib/app/server/hooks.d.ts +11 -0
- package/lib/app/types.d.ts +64 -72
- package/lib/app/utils/refs.d.ts +3 -2
- package/lib/app/utils/results.d.ts +8 -7
- package/lib/components/CopyButton.d.ts +2 -1
- package/lib/components/DataframeView.d.ts +1 -0
- package/lib/components/MarkdownDiv.d.ts +1 -0
- package/lib/components/MarkdownDivWithReferences.d.ts +3 -0
- package/lib/content/MetaDataGrid.d.ts +5 -2
- package/lib/content/RenderedText.d.ts +3 -0
- package/lib/content/types.d.ts +1 -0
- package/lib/hooks/useMapAsyncData.d.ts +27 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js +81623 -81108
- package/lib/index.js.map +1 -1
- package/lib/state/store.d.ts +7 -16
- package/lib/styles/index.css +399 -291
- package/lib/types/index.d.ts +39 -24
- package/lib/utils/asyncData.d.ts +66 -0
- package/lib/utils/asyncDataFromQuery.d.ts +13 -0
- package/lib/utils/brand.d.ts +70 -0
- package/lib/utils/path.d.ts +7 -4
- package/package.json +29 -24
- package/lib/app/result/ScanResultHeader.d.ts +0 -7
- package/lib/app/result/input/InputPanel.d.ts +0 -6
- package/lib/app/scanner/ScannerPanel.d.ts +0 -2
- package/lib/app/scanner/ScannerPanelBody.d.ts +0 -3
- package/lib/app/scanner/ScannerPanelTitle.d.ts +0 -2
- package/lib/app/scanner/info/ScanInfo.d.ts +0 -2
- package/lib/app/scanner/results/ScanResultsBody.d.ts +0 -2
- package/lib/app/scanner/results/ScanResultsOutline.d.ts +0 -2
- package/lib/app/scanner/results/ScanResultsPanel.d.ts +0 -2
- package/lib/app/values/Explanation.d.ts +0 -7
- package/lib/app/values/Value.d.ts +0 -10
- /package/lib/app/{values → components}/Error.d.ts +0 -0
- /package/lib/app/{values → components}/ValidationResult.d.ts +0 -0
- /package/lib/app/{navbar → components}/useBreadcrumbTruncation.d.ts +0 -0
- /package/lib/app/{result → scanResults}/ScanResultNav.d.ts +0 -0
- /package/lib/app/{result → scanResults}/ScanResultPanel.d.ts +0 -0
- /package/lib/app/{result → scanResults}/error/ErrorPanel.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanDataframeWrapTextButton.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanResultsFilter.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanResultsGroup.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanResultsSearch.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/list/ScanHeader.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/list/ScanResultsGroup.d.ts +0 -0
package/lib/styles/index.css
CHANGED
|
@@ -36,93 +36,126 @@
|
|
|
36
36
|
transform: translateX(2000%);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.error-panel {
|
|
40
|
+
flex-direction: column;
|
|
41
|
+
min-height: 10rem;
|
|
42
|
+
margin-top: 4rem;
|
|
43
|
+
margin-bottom: 4em;
|
|
40
44
|
width: 100%;
|
|
41
|
-
|
|
45
|
+
}
|
|
46
|
+
.error-panel-heading {
|
|
47
|
+
font-size: var(--inspect-font-size-larger);
|
|
42
48
|
}
|
|
43
49
|
|
|
44
|
-
.
|
|
45
|
-
|
|
50
|
+
.error-panel-body {
|
|
51
|
+
display: inline-block;
|
|
52
|
+
font-size: var(--inspect-font-size-smaller);
|
|
53
|
+
margin-top: 1rem;
|
|
54
|
+
border: solid 1px var(--bs-border-color);
|
|
46
55
|
border-radius: var(--bs-border-radius);
|
|
56
|
+
padding: 1em;
|
|
57
|
+
max-width: 80%;
|
|
47
58
|
}
|
|
48
59
|
|
|
49
|
-
.
|
|
50
|
-
font-size: var(--inspect-font-size-
|
|
51
|
-
white-space:
|
|
52
|
-
word-wrap: anywhere !important;
|
|
60
|
+
.error-panel-stack {
|
|
61
|
+
font-size: var(--inspect-font-size-smaller);
|
|
62
|
+
white-space: prewrap;
|
|
53
63
|
}
|
|
54
64
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
._tabs_1sz0h_1 {
|
|
65
|
+
.centered-flex {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex: 0 0 content;
|
|
60
68
|
align-items: center;
|
|
69
|
+
justify-content: center;
|
|
61
70
|
}
|
|
62
71
|
|
|
63
|
-
.
|
|
64
|
-
|
|
65
|
-
|
|
72
|
+
.error-icon {
|
|
73
|
+
margin-right: 0.5rem;
|
|
74
|
+
color: var(--bs-red);
|
|
66
75
|
}
|
|
76
|
+
._footer_14uod_1 {
|
|
77
|
+
border-top: solid var(--bs-light-border-subtle) 1px;
|
|
78
|
+
background: var(--bs-light-bg-subtle);
|
|
79
|
+
display: grid;
|
|
80
|
+
grid-template-columns: 0.5fr 1fr 0.5fr;
|
|
81
|
+
justify-content: space-between;
|
|
67
82
|
|
|
68
|
-
.
|
|
69
|
-
height: 100%;
|
|
70
|
-
overflow-y: auto;
|
|
83
|
+
padding: 0.2em 1em;
|
|
71
84
|
}
|
|
72
85
|
|
|
73
|
-
.
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
font-weight: 500;
|
|
79
|
-
margin-top: 2px;
|
|
80
|
-
margin-bottom: -1px;
|
|
86
|
+
._spinnerContainer_14uod_11 {
|
|
87
|
+
display: grid;
|
|
88
|
+
grid-template-columns: max-content max-content;
|
|
89
|
+
column-gap: 0.3em;
|
|
90
|
+
padding-top: 0.2em;
|
|
81
91
|
}
|
|
82
92
|
|
|
83
|
-
.
|
|
84
|
-
|
|
93
|
+
._spinner_14uod_11 {
|
|
94
|
+
height: 11px;
|
|
95
|
+
width: 11px;
|
|
96
|
+
color: var(--bs-secondary);
|
|
97
|
+
border-width: 1px;
|
|
85
98
|
}
|
|
86
99
|
|
|
87
|
-
.
|
|
88
|
-
margin-
|
|
100
|
+
._label_14uod_25 {
|
|
101
|
+
margin-left: 0.1em;
|
|
102
|
+
margin-top: -3px;
|
|
89
103
|
}
|
|
90
104
|
|
|
91
|
-
.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
align-items: center;
|
|
105
|
+
._right_14uod_30 {
|
|
106
|
+
display: grid;
|
|
107
|
+
grid-auto-columns: max-content;
|
|
108
|
+
grid-auto-flow: column;
|
|
96
109
|
justify-content: end;
|
|
97
|
-
|
|
98
|
-
|
|
110
|
+
align-items: center;
|
|
111
|
+
column-gap: 0.5em;
|
|
99
112
|
}
|
|
100
113
|
|
|
101
|
-
.
|
|
102
|
-
|
|
103
|
-
|
|
114
|
+
._left_14uod_39 {
|
|
115
|
+
display: grid;
|
|
116
|
+
grid-auto-columns: max-content;
|
|
117
|
+
grid-auto-flow: column;
|
|
118
|
+
justify-content: start;
|
|
119
|
+
align-items: center;
|
|
120
|
+
column-gap: 0.5em;
|
|
104
121
|
}
|
|
105
|
-
|
|
106
|
-
|
|
122
|
+
|
|
123
|
+
._center_14uod_48 {
|
|
124
|
+
display: grid;
|
|
125
|
+
grid-auto-columns: max-content;
|
|
126
|
+
grid-auto-flow: column;
|
|
127
|
+
justify-content: center;
|
|
128
|
+
align-items: center;
|
|
129
|
+
column-gap: 0.5em;
|
|
130
|
+
}
|
|
131
|
+
._pager_jzegk_1 {
|
|
132
|
+
--bs-pagination-padding-x: 0.5em;
|
|
133
|
+
--bs-pagination-padding-y: 0.15em;
|
|
134
|
+
--bs-pagination-font-size: 0.8rem;
|
|
135
|
+
--bs-pagination-padding-x: 0.5em;
|
|
136
|
+
--bs-pagination-padding-y: 0;
|
|
137
|
+
--bs-pagination-border-radius: var(--bs-border-radius);
|
|
138
|
+
margin-bottom: 0;
|
|
107
139
|
}
|
|
108
140
|
|
|
109
|
-
.
|
|
110
|
-
|
|
141
|
+
._item_jzegk_11:not(.disabled) {
|
|
142
|
+
cursor: pointer;
|
|
111
143
|
}
|
|
112
144
|
|
|
113
|
-
.
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
0 0 0 2px rgba(var(--bs-primary-rgb), 0.5),
|
|
117
|
-
inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
|
118
|
-
inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
145
|
+
._item_jzegk_11 {
|
|
146
|
+
margin-left: 0.2em;
|
|
147
|
+
margin-right: 0.2em;
|
|
119
148
|
}
|
|
120
149
|
|
|
121
|
-
.
|
|
122
|
-
.
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
150
|
+
._item_jzegk_11:first-child,
|
|
151
|
+
._item_jzegk_11:last-child {
|
|
152
|
+
--bs-pagination-padding-x: 0.3em;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
._item_jzegk_11:first-child .ii:before,
|
|
156
|
+
._item_jzegk_11:last-child .ii:before {
|
|
157
|
+
margin-top: -2px;
|
|
158
|
+
font-size: 0.8em;
|
|
126
159
|
}
|
|
127
160
|
._header_oy6cz_1 {
|
|
128
161
|
background: var(--bs-light);
|
|
@@ -190,6 +223,129 @@
|
|
|
190
223
|
padding-left: 0.5rem;
|
|
191
224
|
margin-left: 0.5rem;
|
|
192
225
|
}
|
|
226
|
+
._gridWrapper_1jp8e_1 {
|
|
227
|
+
height: 100%;
|
|
228
|
+
border-top: solid 1px var(--bs-border-color);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/* Hide sort index numbers in multi-column sort */
|
|
232
|
+
._gridWrapper_1jp8e_1 .ag-header-cell .ag-sort-order {
|
|
233
|
+
display: none;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
._row_1jp8e_11 {
|
|
237
|
+
cursor: pointer;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
._green_1jp8e_15 {
|
|
241
|
+
color: var(--bs-success);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
._red_1jp8e_19 {
|
|
245
|
+
color: var(--bs-danger);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
._yellow_1jp8e_23 {
|
|
249
|
+
color: var(--bs-warning);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
._blue_1jp8e_27 {
|
|
253
|
+
color: var(--bs-info);
|
|
254
|
+
}
|
|
255
|
+
._container_18ufx_1 {
|
|
256
|
+
display: grid;
|
|
257
|
+
grid-template-rows: max-content max-content 1fr max-content;
|
|
258
|
+
height: 100%;
|
|
259
|
+
row-gap: 0;
|
|
260
|
+
}
|
|
261
|
+
.json-panel {
|
|
262
|
+
width: 100%;
|
|
263
|
+
padding: 0.5em;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.json-panel:not(.simple) {
|
|
267
|
+
background: var(--bs-light);
|
|
268
|
+
border-radius: var(--bs-border-radius);
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.json-panel .source-code {
|
|
272
|
+
font-size: var(--inspect-font-size-small);
|
|
273
|
+
white-space: pre-wrap !important;
|
|
274
|
+
word-wrap: anywhere !important;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/* Prism.js theme customizations can go here if needed */
|
|
278
|
+
.language-javascript {
|
|
279
|
+
background: transparent !important;
|
|
280
|
+
}
|
|
281
|
+
._tabs_1sz0h_1 {
|
|
282
|
+
align-items: center;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
._tabContents_1sz0h_5 {
|
|
286
|
+
flex: 1;
|
|
287
|
+
overflow-y: hidden;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
._tabContents_1sz0h_5._scrollable_1sz0h_10 {
|
|
291
|
+
height: 100%;
|
|
292
|
+
overflow-y: auto;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
._tab_1sz0h_1 {
|
|
296
|
+
color: "var(--bs-body-color)";
|
|
297
|
+
padding: 0.25rem 0.5rem;
|
|
298
|
+
border-top-left-radius: var(--bs-border-radius);
|
|
299
|
+
border-top-right-radius: var(--bs-border-radius);
|
|
300
|
+
font-weight: 500;
|
|
301
|
+
margin-top: 2px;
|
|
302
|
+
margin-bottom: -1px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
._tabItem_1sz0h_25 {
|
|
306
|
+
align-self: end;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
._tabIcon_1sz0h_29 {
|
|
310
|
+
margin-right: 0.5em;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
._tabTools_1sz0h_33 {
|
|
314
|
+
flex-basis: auto;
|
|
315
|
+
margin-left: auto;
|
|
316
|
+
display: flex;
|
|
317
|
+
align-items: center;
|
|
318
|
+
justify-content: end;
|
|
319
|
+
flex-wrap: wrap;
|
|
320
|
+
row-gap: 0.3rem;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
._tabStyle_1sz0h_43 {
|
|
324
|
+
padding-left: 0.7em;
|
|
325
|
+
padding-right: 0.7em;
|
|
326
|
+
}
|
|
327
|
+
.btn._toolButton_1y0d0_1 {
|
|
328
|
+
background-color: var(--bs-light-border-subtle);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
._toolButton_1y0d0_1 i {
|
|
332
|
+
margin-right: 0.5em;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
._toolButton_1y0d0_1:focus {
|
|
336
|
+
outline: none;
|
|
337
|
+
box-shadow:
|
|
338
|
+
0 0 0 2px rgba(var(--bs-primary-rgb), 0.5),
|
|
339
|
+
inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
|
340
|
+
inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
._latched_1y0d0_17,
|
|
344
|
+
._latched_1y0d0_17:hover {
|
|
345
|
+
box-shadow:
|
|
346
|
+
inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
|
347
|
+
inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
348
|
+
}
|
|
193
349
|
.ansi-display {
|
|
194
350
|
font-family: monospace;
|
|
195
351
|
white-space: pre-wrap;
|
|
@@ -882,6 +1038,9 @@ a._citationLink_1ggvf_9:hover {
|
|
|
882
1038
|
._container_76qrl_7 {
|
|
883
1039
|
padding: 0.5rem;
|
|
884
1040
|
}
|
|
1041
|
+
._container_5gpfz_1 {
|
|
1042
|
+
padding: 1rem;
|
|
1043
|
+
}
|
|
885
1044
|
._progressContainer_1cjjr_1 {
|
|
886
1045
|
width: 100%;
|
|
887
1046
|
display: flex;
|
|
@@ -3946,10 +4105,27 @@ span.ap-marker-container:hover span.ap-marker {
|
|
|
3946
4105
|
border-top-left-radius: 0;
|
|
3947
4106
|
border-top-right-radius: 0;
|
|
3948
4107
|
}
|
|
3949
|
-
.
|
|
3950
|
-
|
|
4108
|
+
._header_189zi_1 {
|
|
4109
|
+
background-color: var(--bs-light-bg-subtle);
|
|
4110
|
+
border-bottom: solid 1px var(--bs-border-color);
|
|
4111
|
+
width: 100%;
|
|
4112
|
+
padding-left: 0.5rem;
|
|
4113
|
+
}
|
|
4114
|
+
._container_1fgdb_1 {
|
|
3951
4115
|
height: 100%;
|
|
4116
|
+
overflow-y: hidden;
|
|
4117
|
+
}
|
|
4118
|
+
|
|
4119
|
+
._scrollable_1fgdb_6 {
|
|
4120
|
+
padding: 0.5rem;
|
|
3952
4121
|
overflow-y: auto;
|
|
4122
|
+
height: 100%;
|
|
4123
|
+
}
|
|
4124
|
+
._container_u4d55_1 {
|
|
4125
|
+
display: grid;
|
|
4126
|
+
grid-template-columns: 1fr 2fr;
|
|
4127
|
+
overflow-y: hidden;
|
|
4128
|
+
height: 100%;
|
|
3953
4129
|
}
|
|
3954
4130
|
._result_f18wg_1 {
|
|
3955
4131
|
display: inline-flex;
|
|
@@ -4016,42 +4192,51 @@ span.ap-marker-container:hover span.ap-marker {
|
|
|
4016
4192
|
pre._value_1uivt_24 {
|
|
4017
4193
|
margin: 0;
|
|
4018
4194
|
}
|
|
4019
|
-
.
|
|
4195
|
+
._sidebar_ruino_1 {
|
|
4196
|
+
border-right: solid 1px var(--bs-border-color);
|
|
4020
4197
|
padding: 1rem;
|
|
4198
|
+
overflow-y: auto;
|
|
4021
4199
|
}
|
|
4022
4200
|
|
|
4023
|
-
.
|
|
4201
|
+
._container_ruino_7 {
|
|
4202
|
+
display: inline-grid;
|
|
4203
|
+
grid-template-columns: 1fr 2fr;
|
|
4204
|
+
align-self: start;
|
|
4205
|
+
row-gap: 0.5rem;
|
|
4206
|
+
}
|
|
4207
|
+
|
|
4208
|
+
._colspan_ruino_14 {
|
|
4024
4209
|
grid-column: span 2;
|
|
4025
4210
|
}
|
|
4026
4211
|
|
|
4027
|
-
.
|
|
4212
|
+
._explanation_ruino_18 {
|
|
4028
4213
|
display: grid;
|
|
4029
4214
|
grid-template-columns: max-content 1fr;
|
|
4030
4215
|
column-gap: 1rem;
|
|
4031
4216
|
row-gap: 0.75rem;
|
|
4032
4217
|
}
|
|
4033
4218
|
|
|
4034
|
-
.
|
|
4219
|
+
._scanValue_ruino_25 {
|
|
4035
4220
|
padding-right: 0.5rem;
|
|
4036
4221
|
}
|
|
4037
4222
|
|
|
4038
|
-
.
|
|
4223
|
+
._values_ruino_29 {
|
|
4039
4224
|
display: grid;
|
|
4040
4225
|
grid-template-columns: max-content auto;
|
|
4041
4226
|
column-gap: 0.5rem;
|
|
4042
4227
|
}
|
|
4043
4228
|
|
|
4044
|
-
.
|
|
4229
|
+
._validation_ruino_35 {
|
|
4045
4230
|
margin-left: 1rem;
|
|
4046
4231
|
display: grid;
|
|
4047
4232
|
grid-template-columns: max-content max-content;
|
|
4048
4233
|
}
|
|
4049
4234
|
|
|
4050
|
-
.
|
|
4235
|
+
._validationLabel_ruino_41 {
|
|
4051
4236
|
padding-right: 0.5rem;
|
|
4052
4237
|
margin-top: 2px;
|
|
4053
4238
|
}
|
|
4054
|
-
.
|
|
4239
|
+
._header_1eu50_1 {
|
|
4055
4240
|
padding-left: 1rem;
|
|
4056
4241
|
padding-right: 1rem;
|
|
4057
4242
|
display: grid;
|
|
@@ -4062,24 +4247,28 @@ pre._value_1uivt_24 {
|
|
|
4062
4247
|
grid-template-rows: max-content max-content;
|
|
4063
4248
|
}
|
|
4064
4249
|
|
|
4065
|
-
.
|
|
4066
|
-
grid-template-columns:
|
|
4250
|
+
._oneCol_1eu50_12 {
|
|
4251
|
+
grid-template-columns: auto;
|
|
4252
|
+
}
|
|
4253
|
+
|
|
4254
|
+
._twoCol_1eu50_16 {
|
|
4255
|
+
grid-template-columns: auto auto;
|
|
4067
4256
|
}
|
|
4068
4257
|
|
|
4069
|
-
.
|
|
4070
|
-
grid-template-columns:
|
|
4258
|
+
._threeCol_1eu50_20 {
|
|
4259
|
+
grid-template-columns: auto auto auto;
|
|
4071
4260
|
}
|
|
4072
4261
|
|
|
4073
|
-
.
|
|
4074
|
-
grid-template-columns:
|
|
4262
|
+
._fourCol_1eu50_24 {
|
|
4263
|
+
grid-template-columns: auto auto auto auto;
|
|
4075
4264
|
}
|
|
4076
4265
|
|
|
4077
|
-
.
|
|
4078
|
-
grid-template-columns:
|
|
4266
|
+
._fiveCol_1eu50_28 {
|
|
4267
|
+
grid-template-columns: auto auto auto auto auto;
|
|
4079
4268
|
}
|
|
4080
4269
|
|
|
4081
|
-
.
|
|
4082
|
-
grid-template-columns:
|
|
4270
|
+
._sixCol_1eu50_32 {
|
|
4271
|
+
grid-template-columns: auto auto auto auto auto auto;
|
|
4083
4272
|
}
|
|
4084
4273
|
._resultNav_oszqi_1 {
|
|
4085
4274
|
display: grid;
|
|
@@ -4097,194 +4286,65 @@ pre._value_1uivt_24 {
|
|
|
4097
4286
|
opacity: 0.5;
|
|
4098
4287
|
pointer-events: none;
|
|
4099
4288
|
}
|
|
4100
|
-
.
|
|
4289
|
+
._root_1ewhq_1 {
|
|
4101
4290
|
height: 100vh;
|
|
4102
4291
|
display: grid;
|
|
4103
4292
|
grid-template-rows: max-content max-content max-content max-content 1fr;
|
|
4104
4293
|
}
|
|
4105
4294
|
|
|
4106
|
-
.
|
|
4295
|
+
._scroller_1ewhq_7 {
|
|
4107
4296
|
height: 100%;
|
|
4108
4297
|
width: 100%;
|
|
4109
4298
|
overflow-y: auto;
|
|
4110
4299
|
}
|
|
4111
4300
|
|
|
4112
|
-
.
|
|
4301
|
+
._tabSet_1ewhq_13 {
|
|
4113
4302
|
max-height: 100%;
|
|
4114
4303
|
border-top: solid 1px var(--bs-border-color);
|
|
4115
|
-
overflow-y:
|
|
4304
|
+
overflow-y: hidden;
|
|
4116
4305
|
}
|
|
4117
4306
|
|
|
4118
|
-
.
|
|
4307
|
+
._tabControl_1ewhq_19 {
|
|
4119
4308
|
margin: 0.2rem;
|
|
4120
4309
|
}
|
|
4121
4310
|
|
|
4122
|
-
.
|
|
4311
|
+
._tabs_1ewhq_23 {
|
|
4123
4312
|
margin-right: 1rem;
|
|
4124
4313
|
}
|
|
4125
|
-
._container_g5onx_1 {
|
|
4126
|
-
overflow-y: auto;
|
|
4127
|
-
}
|
|
4128
|
-
.error-panel {
|
|
4129
|
-
flex-direction: column;
|
|
4130
|
-
min-height: 10rem;
|
|
4131
|
-
margin-top: 4rem;
|
|
4132
|
-
margin-bottom: 4em;
|
|
4133
|
-
width: 100%;
|
|
4134
|
-
}
|
|
4135
|
-
.error-panel-heading {
|
|
4136
|
-
font-size: var(--inspect-font-size-larger);
|
|
4137
|
-
}
|
|
4138
|
-
|
|
4139
|
-
.error-panel-body {
|
|
4140
|
-
display: inline-block;
|
|
4141
|
-
font-size: var(--inspect-font-size-smaller);
|
|
4142
|
-
margin-top: 1rem;
|
|
4143
|
-
border: solid 1px var(--bs-border-color);
|
|
4144
|
-
border-radius: var(--bs-border-radius);
|
|
4145
|
-
padding: 1em;
|
|
4146
|
-
max-width: 80%;
|
|
4147
|
-
}
|
|
4148
|
-
|
|
4149
|
-
.error-panel-stack {
|
|
4150
|
-
font-size: var(--inspect-font-size-smaller);
|
|
4151
|
-
white-space: prewrap;
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
|
-
.centered-flex {
|
|
4155
|
-
display: flex;
|
|
4156
|
-
flex: 0 0 content;
|
|
4157
|
-
align-items: center;
|
|
4158
|
-
justify-content: center;
|
|
4159
|
-
}
|
|
4160
|
-
|
|
4161
|
-
.error-icon {
|
|
4162
|
-
margin-right: 0.5rem;
|
|
4163
|
-
color: var(--bs-red);
|
|
4164
|
-
}
|
|
4165
|
-
._footer_14uod_1 {
|
|
4166
|
-
border-top: solid var(--bs-light-border-subtle) 1px;
|
|
4167
|
-
background: var(--bs-light-bg-subtle);
|
|
4168
|
-
display: grid;
|
|
4169
|
-
grid-template-columns: 0.5fr 1fr 0.5fr;
|
|
4170
|
-
justify-content: space-between;
|
|
4171
|
-
|
|
4172
|
-
padding: 0.2em 1em;
|
|
4173
|
-
}
|
|
4174
|
-
|
|
4175
|
-
._spinnerContainer_14uod_11 {
|
|
4176
|
-
display: grid;
|
|
4177
|
-
grid-template-columns: max-content max-content;
|
|
4178
|
-
column-gap: 0.3em;
|
|
4179
|
-
padding-top: 0.2em;
|
|
4180
|
-
}
|
|
4181
|
-
|
|
4182
|
-
._spinner_14uod_11 {
|
|
4183
|
-
height: 11px;
|
|
4184
|
-
width: 11px;
|
|
4185
|
-
color: var(--bs-secondary);
|
|
4186
|
-
border-width: 1px;
|
|
4187
|
-
}
|
|
4188
|
-
|
|
4189
|
-
._label_14uod_25 {
|
|
4190
|
-
margin-left: 0.1em;
|
|
4191
|
-
margin-top: -3px;
|
|
4192
|
-
}
|
|
4193
4314
|
|
|
4194
|
-
.
|
|
4195
|
-
|
|
4196
|
-
grid-auto-columns: max-content;
|
|
4197
|
-
grid-auto-flow: column;
|
|
4198
|
-
justify-content: end;
|
|
4199
|
-
align-items: center;
|
|
4200
|
-
column-gap: 0.5em;
|
|
4315
|
+
._fullHeight_1ewhq_27 {
|
|
4316
|
+
height: 100%;
|
|
4201
4317
|
}
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
display: grid;
|
|
4205
|
-
grid-auto-columns: max-content;
|
|
4206
|
-
grid-auto-flow: column;
|
|
4207
|
-
justify-content: start;
|
|
4208
|
-
align-items: center;
|
|
4209
|
-
column-gap: 0.5em;
|
|
4318
|
+
._container_g5onx_1 {
|
|
4319
|
+
overflow-y: auto;
|
|
4210
4320
|
}
|
|
4211
|
-
|
|
4212
|
-
|
|
4321
|
+
._root_ke0e7_1 {
|
|
4322
|
+
height: 100vh;
|
|
4213
4323
|
display: grid;
|
|
4214
|
-
grid-
|
|
4215
|
-
grid-auto-flow: column;
|
|
4216
|
-
justify-content: center;
|
|
4217
|
-
align-items: center;
|
|
4218
|
-
column-gap: 0.5em;
|
|
4219
|
-
}
|
|
4220
|
-
._pager_jzegk_1 {
|
|
4221
|
-
--bs-pagination-padding-x: 0.5em;
|
|
4222
|
-
--bs-pagination-padding-y: 0.15em;
|
|
4223
|
-
--bs-pagination-font-size: 0.8rem;
|
|
4224
|
-
--bs-pagination-padding-x: 0.5em;
|
|
4225
|
-
--bs-pagination-padding-y: 0;
|
|
4226
|
-
--bs-pagination-border-radius: var(--bs-border-radius);
|
|
4227
|
-
margin-bottom: 0;
|
|
4228
|
-
}
|
|
4229
|
-
|
|
4230
|
-
._item_jzegk_11:not(.disabled) {
|
|
4231
|
-
cursor: pointer;
|
|
4232
|
-
}
|
|
4233
|
-
|
|
4234
|
-
._item_jzegk_11 {
|
|
4235
|
-
margin-left: 0.2em;
|
|
4236
|
-
margin-right: 0.2em;
|
|
4237
|
-
}
|
|
4238
|
-
|
|
4239
|
-
._item_jzegk_11:first-child,
|
|
4240
|
-
._item_jzegk_11:last-child {
|
|
4241
|
-
--bs-pagination-padding-x: 0.3em;
|
|
4242
|
-
}
|
|
4243
|
-
|
|
4244
|
-
._item_jzegk_11:first-child .ii:before,
|
|
4245
|
-
._item_jzegk_11:last-child .ii:before {
|
|
4246
|
-
margin-top: -2px;
|
|
4247
|
-
font-size: 0.8em;
|
|
4324
|
+
grid-template-rows: max-content max-content max-content max-content 1fr;
|
|
4248
4325
|
}
|
|
4249
|
-
.
|
|
4326
|
+
._gridWrapper_bykj9_1 {
|
|
4250
4327
|
height: 100%;
|
|
4251
|
-
|
|
4328
|
+
width: 100%;
|
|
4252
4329
|
}
|
|
4253
4330
|
|
|
4254
4331
|
/* Hide sort index numbers in multi-column sort */
|
|
4255
|
-
.
|
|
4332
|
+
._gridWrapper_bykj9_1 .ag-header-cell .ag-sort-order {
|
|
4256
4333
|
display: none;
|
|
4257
4334
|
}
|
|
4258
4335
|
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
._green_1jp8e_15 {
|
|
4264
|
-
color: var(--bs-success);
|
|
4265
|
-
}
|
|
4266
|
-
|
|
4267
|
-
._red_1jp8e_19 {
|
|
4268
|
-
color: var(--bs-danger);
|
|
4336
|
+
/* Set line height for grid cells */
|
|
4337
|
+
._gridWrapper_bykj9_1 .ag-cell {
|
|
4338
|
+
line-height: 1.1em;
|
|
4269
4339
|
}
|
|
4270
4340
|
|
|
4271
|
-
|
|
4272
|
-
|
|
4341
|
+
/* Row numbers cell styling */
|
|
4342
|
+
._gridWrapper_bykj9_1 .ag-cell.row-number-cell {
|
|
4343
|
+
cursor: pointer;
|
|
4273
4344
|
}
|
|
4274
4345
|
|
|
4275
|
-
.
|
|
4276
|
-
|
|
4277
|
-
}
|
|
4278
|
-
._container_18ufx_1 {
|
|
4279
|
-
display: grid;
|
|
4280
|
-
grid-template-rows: max-content max-content 1fr max-content;
|
|
4281
|
-
height: 100%;
|
|
4282
|
-
row-gap: 0;
|
|
4283
|
-
}
|
|
4284
|
-
._root_ke0e7_1 {
|
|
4285
|
-
height: 100vh;
|
|
4286
|
-
display: grid;
|
|
4287
|
-
grid-template-rows: max-content max-content max-content max-content 1fr;
|
|
4346
|
+
._gridWrapper_bykj9_1 .ag-cell.row-number-cell:hover {
|
|
4347
|
+
text-decoration: underline;
|
|
4288
4348
|
}
|
|
4289
4349
|
._rootControl_19z32_1 {
|
|
4290
4350
|
background-color: var(--bs-body-bg);
|
|
@@ -4318,6 +4378,48 @@ button._segment_19z32_10 {
|
|
|
4318
4378
|
._container_1q66p_1 {
|
|
4319
4379
|
margin: 0.5em;
|
|
4320
4380
|
}
|
|
4381
|
+
._grid_hbkjn_1 {
|
|
4382
|
+
display: grid;
|
|
4383
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
4384
|
+
column-gap: 2em;
|
|
4385
|
+
row-gap: 0.15em;
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
._row_hbkjn_8 {
|
|
4389
|
+
display: flex;
|
|
4390
|
+
align-items: center;
|
|
4391
|
+
gap: 0.5em;
|
|
4392
|
+
cursor: pointer;
|
|
4393
|
+
border-radius: var(--bs-border-radius);
|
|
4394
|
+
padding: 0.1em 0.4em;
|
|
4395
|
+
margin: 0 -0.4em;
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
._row_hbkjn_8:hover {
|
|
4399
|
+
background-color: var(--bs-secondary-bg);
|
|
4400
|
+
}
|
|
4401
|
+
|
|
4402
|
+
._links_hbkjn_22 {
|
|
4403
|
+
display: flex;
|
|
4404
|
+
padding-bottom: 0.2em;
|
|
4405
|
+
margin-bottom: 0.4em;
|
|
4406
|
+
column-gap: 0.3em;
|
|
4407
|
+
border-bottom: solid 1px var(--bs-border-color);
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4410
|
+
._links_hbkjn_22 a {
|
|
4411
|
+
cursor: pointer;
|
|
4412
|
+
text-decoration: none;
|
|
4413
|
+
color: var(--bs-link-color);
|
|
4414
|
+
}
|
|
4415
|
+
|
|
4416
|
+
._links_hbkjn_22 a:hover {
|
|
4417
|
+
color: var(--bs-link-hover-color);
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
._selected_hbkjn_40 {
|
|
4421
|
+
font-weight: 600;
|
|
4422
|
+
}
|
|
4321
4423
|
._flex_1kye9_1 {
|
|
4322
4424
|
display: flex;
|
|
4323
4425
|
}
|
|
@@ -4336,29 +4438,6 @@ button._segment_19z32_10 {
|
|
|
4336
4438
|
margin-right: 0.3em;
|
|
4337
4439
|
margin-left: 0.2em;
|
|
4338
4440
|
}
|
|
4339
|
-
._gridWrapper_bykj9_1 {
|
|
4340
|
-
height: 100%;
|
|
4341
|
-
width: 100%;
|
|
4342
|
-
}
|
|
4343
|
-
|
|
4344
|
-
/* Hide sort index numbers in multi-column sort */
|
|
4345
|
-
._gridWrapper_bykj9_1 .ag-header-cell .ag-sort-order {
|
|
4346
|
-
display: none;
|
|
4347
|
-
}
|
|
4348
|
-
|
|
4349
|
-
/* Set line height for grid cells */
|
|
4350
|
-
._gridWrapper_bykj9_1 .ag-cell {
|
|
4351
|
-
line-height: 1.1em;
|
|
4352
|
-
}
|
|
4353
|
-
|
|
4354
|
-
/* Row numbers cell styling */
|
|
4355
|
-
._gridWrapper_bykj9_1 .ag-cell.row-number-cell {
|
|
4356
|
-
cursor: pointer;
|
|
4357
|
-
}
|
|
4358
|
-
|
|
4359
|
-
._gridWrapper_bykj9_1 .ag-cell.row-number-cell:hover {
|
|
4360
|
-
text-decoration: underline;
|
|
4361
|
-
}
|
|
4362
4441
|
._header_u9u40_1 {
|
|
4363
4442
|
border-bottom: solid var(--bs-light-border-subtle) 1px;
|
|
4364
4443
|
padding: 0.3rem 1rem;
|
|
@@ -4398,56 +4477,73 @@ button._segment_19z32_10 {
|
|
|
4398
4477
|
color: var(--bs-primary) !important;
|
|
4399
4478
|
margin-right: 0.3rem;
|
|
4400
4479
|
}
|
|
4401
|
-
.
|
|
4402
|
-
display: grid;
|
|
4403
|
-
grid-template-rows: auto auto;
|
|
4404
|
-
row-gap: 0;
|
|
4405
|
-
}
|
|
4406
|
-
._row_diloz_1 {
|
|
4480
|
+
._row_1ukc2_1 {
|
|
4407
4481
|
border-bottom: solid 1px var(--bs-border-color);
|
|
4408
|
-
padding: 0.5rem 1rem;
|
|
4409
|
-
height:
|
|
4482
|
+
padding: 0.5rem 1rem 1rem 1rem;
|
|
4483
|
+
max-height: 200px;
|
|
4410
4484
|
}
|
|
4411
4485
|
|
|
4412
|
-
.
|
|
4413
|
-
height:
|
|
4486
|
+
._row_1ukc2_1._noExplanation_1ukc2_7 {
|
|
4487
|
+
max-height: 100px;
|
|
4414
4488
|
}
|
|
4415
4489
|
|
|
4416
|
-
.
|
|
4490
|
+
._row_1ukc2_1:hover {
|
|
4417
4491
|
cursor: pointer;
|
|
4418
4492
|
}
|
|
4419
4493
|
|
|
4420
|
-
.
|
|
4494
|
+
._row_1ukc2_1._disabled_1ukc2_15 {
|
|
4421
4495
|
opacity: 0.7;
|
|
4422
4496
|
}
|
|
4423
4497
|
|
|
4424
|
-
.
|
|
4498
|
+
._row_1ukc2_1._disabled_1ukc2_15:hover {
|
|
4425
4499
|
cursor: default;
|
|
4426
4500
|
}
|
|
4427
4501
|
|
|
4428
|
-
.
|
|
4502
|
+
._result_1ukc2_23 {
|
|
4503
|
+
display: grid;
|
|
4504
|
+
grid-template-columns: max-content 1fr;
|
|
4505
|
+
grid-template-rows: auto auto;
|
|
4506
|
+
column-gap: 0.5rem;
|
|
4507
|
+
row-gap: 0.5rem;
|
|
4508
|
+
justify-content: space-between;
|
|
4509
|
+
}
|
|
4510
|
+
|
|
4511
|
+
._id_1ukc2_32 {
|
|
4512
|
+
}
|
|
4513
|
+
|
|
4514
|
+
._model_1ukc2_35 {
|
|
4515
|
+
text-align: right;
|
|
4516
|
+
}
|
|
4517
|
+
|
|
4518
|
+
._label_1ukc2_39 {
|
|
4519
|
+
overflow-wrap: break-word;
|
|
4520
|
+
}
|
|
4521
|
+
|
|
4522
|
+
._explanation_1ukc2_43 {
|
|
4429
4523
|
overflow: hidden;
|
|
4430
4524
|
text-overflow: ellipsis;
|
|
4431
|
-
|
|
4525
|
+
|
|
4526
|
+
grid-column: span 2;
|
|
4527
|
+
max-height: calc(160px - 3rem);
|
|
4432
4528
|
}
|
|
4433
4529
|
|
|
4434
|
-
.
|
|
4530
|
+
._row_1ukc2_1._selected_1ukc2_51 {
|
|
4435
4531
|
background-color: rgba(var(--bs-secondary-rgb), 0.07);
|
|
4436
4532
|
}
|
|
4437
4533
|
|
|
4438
|
-
.
|
|
4534
|
+
._link_1ukc2_55 {
|
|
4439
4535
|
color: var(--bs-body-color);
|
|
4440
4536
|
text-decoration: none;
|
|
4441
4537
|
}
|
|
4442
4538
|
|
|
4443
|
-
.
|
|
4539
|
+
._link_1ukc2_55:hover {
|
|
4444
4540
|
color: var(--bs-body-color);
|
|
4445
4541
|
}
|
|
4446
4542
|
|
|
4447
|
-
.
|
|
4543
|
+
._error_1ukc2_64 {
|
|
4448
4544
|
overflow: hidden;
|
|
4449
4545
|
text-overflow: ellipsis;
|
|
4450
|
-
height: calc(
|
|
4546
|
+
max-height: calc(160px - 3rem);
|
|
4451
4547
|
}
|
|
4452
4548
|
._scannerHeaderRow_94id2_1 {
|
|
4453
4549
|
display: grid;
|
|
@@ -4466,23 +4562,31 @@ button._segment_19z32_10 {
|
|
|
4466
4562
|
._scrollContainer_94id2_15 {
|
|
4467
4563
|
overflow-y: auto;
|
|
4468
4564
|
}
|
|
4469
|
-
.
|
|
4565
|
+
._container_1ov9x_1 {
|
|
4470
4566
|
border-right: solid 1px var(--bs-border-color);
|
|
4471
4567
|
}
|
|
4472
4568
|
|
|
4473
|
-
.
|
|
4569
|
+
._entry_1ov9x_5 {
|
|
4474
4570
|
padding: 0.5em;
|
|
4571
|
+
display: grid;
|
|
4572
|
+
grid-template-columns: auto 1fr;
|
|
4573
|
+
column-gap: 0.5rem;
|
|
4475
4574
|
}
|
|
4476
4575
|
|
|
4477
|
-
.
|
|
4576
|
+
._entry_1ov9x_5._selected_1ov9x_12 {
|
|
4478
4577
|
background-color: var(--bs-secondary-bg);
|
|
4479
4578
|
}
|
|
4480
4579
|
|
|
4481
|
-
.
|
|
4580
|
+
._titleBlock_1ov9x_16 {
|
|
4482
4581
|
margin-bottom: 0.1rem;
|
|
4582
|
+
grid-column: 1 / -1;
|
|
4583
|
+
}
|
|
4584
|
+
|
|
4585
|
+
._validations_1ov9x_21 {
|
|
4586
|
+
grid-column: 1 / -1;
|
|
4483
4587
|
}
|
|
4484
4588
|
|
|
4485
|
-
.
|
|
4589
|
+
._subTitle_1ov9x_25 {
|
|
4486
4590
|
margin-top: -0.2rem;
|
|
4487
4591
|
max-height: 2rem;
|
|
4488
4592
|
overflow: hidden;
|
|
@@ -4492,21 +4596,25 @@ button._segment_19z32_10 {
|
|
|
4492
4596
|
word-wrap: break-word;
|
|
4493
4597
|
}
|
|
4494
4598
|
|
|
4495
|
-
.
|
|
4599
|
+
._selected_1ov9x_12 ._title_1ov9x_16 {
|
|
4496
4600
|
font-weight: 600;
|
|
4497
4601
|
}
|
|
4498
4602
|
|
|
4499
|
-
.
|
|
4603
|
+
._entry_1ov9x_5:hover {
|
|
4500
4604
|
color: var(--bs-link-hover-color);
|
|
4501
4605
|
cursor: pointer;
|
|
4502
4606
|
}
|
|
4503
4607
|
|
|
4504
|
-
.
|
|
4608
|
+
._numericResultTable_1ov9x_44 {
|
|
4505
4609
|
display: grid;
|
|
4506
4610
|
grid-template-columns: auto auto;
|
|
4507
4611
|
column-gap: 0.5rem;
|
|
4508
4612
|
row-gap: 0;
|
|
4509
4613
|
}
|
|
4614
|
+
|
|
4615
|
+
._contents_1ov9x_51 {
|
|
4616
|
+
display: contents;
|
|
4617
|
+
}
|
|
4510
4618
|
._container_1db6h_1 {
|
|
4511
4619
|
display: grid;
|
|
4512
4620
|
grid-template-columns: 200px 1fr;
|
|
@@ -4574,7 +4682,7 @@ button._segment_19z32_10 {
|
|
|
4574
4682
|
._tabControl_10t9t_10 {
|
|
4575
4683
|
padding: 0.3em 1em !important;
|
|
4576
4684
|
}
|
|
4577
|
-
.
|
|
4685
|
+
._scanTitleView_1ayz3_1 {
|
|
4578
4686
|
display: grid;
|
|
4579
4687
|
grid-template-columns: max-content max-content;
|
|
4580
4688
|
justify-content: space-between;
|
|
@@ -4583,7 +4691,7 @@ button._segment_19z32_10 {
|
|
|
4583
4691
|
padding: 0.5em;
|
|
4584
4692
|
}
|
|
4585
4693
|
|
|
4586
|
-
.
|
|
4694
|
+
._leftColumn_1ayz3_10 {
|
|
4587
4695
|
display: grid;
|
|
4588
4696
|
grid-template-columns: max-content max-content 1fr;
|
|
4589
4697
|
align-items: baseline;
|
|
@@ -4591,38 +4699,38 @@ button._segment_19z32_10 {
|
|
|
4591
4699
|
column-gap: 0.3rem;
|
|
4592
4700
|
}
|
|
4593
4701
|
|
|
4594
|
-
.
|
|
4702
|
+
._rightColumn_1ayz3_18 {
|
|
4595
4703
|
}
|
|
4596
4704
|
|
|
4597
|
-
.
|
|
4705
|
+
._scanTitleView_1ayz3_1 h1 {
|
|
4598
4706
|
margin: 0;
|
|
4599
4707
|
font-weight: 600;
|
|
4600
4708
|
font-size: 1.3em;
|
|
4601
4709
|
}
|
|
4602
4710
|
|
|
4603
|
-
.
|
|
4711
|
+
._scanTitleView_1ayz3_1 h2 {
|
|
4604
4712
|
margin: 0;
|
|
4605
4713
|
font-weight: 500;
|
|
4606
4714
|
font-size: 1em;
|
|
4607
4715
|
color: var(--bs-secondary-text-color);
|
|
4608
4716
|
}
|
|
4609
4717
|
|
|
4610
|
-
.
|
|
4718
|
+
._scanTitleView_1ayz3_1 ._secondaryRow_1ayz3_34 {
|
|
4611
4719
|
display: grid;
|
|
4612
4720
|
grid-template-columns: max-content max-content;
|
|
4613
4721
|
column-gap: 0.2rem;
|
|
4614
4722
|
}
|
|
4615
4723
|
|
|
4616
|
-
.
|
|
4724
|
+
._subtitle_1ayz3_40 {
|
|
4725
|
+
grid-column: 1 / -1;
|
|
4726
|
+
display: grid;
|
|
4727
|
+
grid-template-columns: max-content max-content max-content max-content max-content;
|
|
4728
|
+
column-gap: 0.1rem;
|
|
4617
4729
|
margin: 0;
|
|
4618
4730
|
font-size: 0.8em;
|
|
4619
4731
|
font-weight: 400;
|
|
4620
4732
|
color: var(--bs-secondary-text-color);
|
|
4621
4733
|
}
|
|
4622
|
-
|
|
4623
|
-
._subtitle_1vka4_47 {
|
|
4624
|
-
grid-column: 1 / -1;
|
|
4625
|
-
}
|
|
4626
4734
|
/**
|
|
4627
4735
|
* prism.js default theme for JavaScript, CSS and HTML
|
|
4628
4736
|
* Based on dabblet (http://dabblet.com)
|