@oliasoft-open-source/react-ui-library 3.11.1-beta-6 → 3.11.1-beta-7
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/global.css +291 -286
- package/dist/index.js +1364 -1140
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/global.css
CHANGED
|
@@ -1418,51 +1418,31 @@ html[data-theme='dark'] {
|
|
|
1418
1418
|
/*
|
|
1419
1419
|
Z-INDEX
|
|
1420
1420
|
*/
|
|
1421
|
-
.
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
._accordion_11e4r_341 ._accordionHeader_11e4r_345 {
|
|
1426
|
-
display: flex;
|
|
1421
|
+
._wrapper_6kkc6_341 {
|
|
1422
|
+
color: inherit;
|
|
1423
|
+
fill: inherit;
|
|
1424
|
+
display: inline-flex;
|
|
1427
1425
|
align-items: center;
|
|
1426
|
+
justify-content: center;
|
|
1428
1427
|
}
|
|
1429
|
-
.
|
|
1430
|
-
|
|
1431
|
-
}
|
|
1432
|
-
._accordion_11e4r_341 ._accordionHeader_11e4r_345._clickable_11e4r_352:hover {
|
|
1433
|
-
cursor: pointer;
|
|
1434
|
-
}
|
|
1435
|
-
._accordion_11e4r_341 ._accordionHeader_11e4r_345._clickable_11e4r_352:hover > * {
|
|
1436
|
-
color: var(--color-text) !important;
|
|
1437
|
-
}
|
|
1438
|
-
._accordion_11e4r_341:not(._bordered_11e4r_358) ._accordionContent_11e4r_358 {
|
|
1439
|
-
margin-top: 15px;
|
|
1440
|
-
}
|
|
1441
|
-
._accordion_11e4r_341._bordered_11e4r_358 ._accordionHeader_11e4r_345,
|
|
1442
|
-
._accordion_11e4r_341._bordered_11e4r_358 ._accordionContent_11e4r_358 {
|
|
1443
|
-
border: 1px solid var(--color-border);
|
|
1444
|
-
line-height: 20px;
|
|
1445
|
-
}
|
|
1446
|
-
._accordion_11e4r_341._bordered_11e4r_358 ._accordionHeader_11e4r_345 {
|
|
1447
|
-
padding: 10px 15px;
|
|
1448
|
-
border-radius: 4px;
|
|
1449
|
-
background-color: var(--color-background);
|
|
1428
|
+
._wrapper_6kkc6_341 ._customSvg_6kkc6_348 {
|
|
1429
|
+
line-height: 0;
|
|
1450
1430
|
}
|
|
1451
|
-
.
|
|
1452
|
-
|
|
1453
|
-
|
|
1431
|
+
._wrapper_6kkc6_341 ._customPng_6kkc6_351 {
|
|
1432
|
+
max-width: 100%;
|
|
1433
|
+
max-height: 100%;
|
|
1434
|
+
object-fit: contain;
|
|
1454
1435
|
}
|
|
1455
|
-
.
|
|
1456
|
-
|
|
1457
|
-
border-radius: 0 0 4px 4px;
|
|
1458
|
-
background-color: var(--color-background-raised);
|
|
1436
|
+
._clickable_6kkc6_356 {
|
|
1437
|
+
cursor: pointer;
|
|
1459
1438
|
}
|
|
1460
|
-
.
|
|
1461
|
-
|
|
1439
|
+
._clickable_6kkc6_356:hover {
|
|
1440
|
+
color: var(--color-text-primary-hover) !important;
|
|
1441
|
+
fill: var(--color-text-primary-hover) !important;
|
|
1462
1442
|
}
|
|
1463
|
-
.
|
|
1464
|
-
|
|
1465
|
-
|
|
1443
|
+
._clickable_6kkc6_356:active {
|
|
1444
|
+
color: var(--color-text-primary-active) !important;
|
|
1445
|
+
fill: var(--color-text-primary-active) !important;
|
|
1466
1446
|
}
|
|
1467
1447
|
/*
|
|
1468
1448
|
This file has shared variables that are re-used in other LESS files/modules
|
|
@@ -1804,89 +1784,51 @@ html[data-theme='dark'] {
|
|
|
1804
1784
|
/*
|
|
1805
1785
|
Z-INDEX
|
|
1806
1786
|
*/
|
|
1807
|
-
.
|
|
1808
|
-
margin: calc((var(--size) - var(--size-xs)) / 2) 0;
|
|
1787
|
+
._accordion_11e4r_341 {
|
|
1809
1788
|
position: relative;
|
|
1789
|
+
color: var(--color-text);
|
|
1790
|
+
}
|
|
1791
|
+
._accordion_11e4r_341 ._accordionHeader_11e4r_345 {
|
|
1810
1792
|
display: flex;
|
|
1811
1793
|
align-items: center;
|
|
1812
|
-
gap: 8px;
|
|
1813
|
-
backface-visibility: hidden;
|
|
1814
|
-
vertical-align: baseline;
|
|
1815
|
-
font-style: normal;
|
|
1816
|
-
min-height: var(--size-xs);
|
|
1817
|
-
font-size: inherit;
|
|
1818
|
-
line-height: var(--size-xs);
|
|
1819
|
-
min-width: var(--size-xs);
|
|
1820
|
-
outline: 0px;
|
|
1821
|
-
}
|
|
1822
|
-
._checkbox_1r0b6_341._noLabel_1r0b6_356 {
|
|
1823
|
-
width: var(--size-xs);
|
|
1824
|
-
}
|
|
1825
|
-
._checkbox_1r0b6_341._small_1r0b6_359 {
|
|
1826
|
-
margin: calc((var(--size-sm) - var(--size-xs)) / 2) 0;
|
|
1827
|
-
font-size: 12px;
|
|
1828
1794
|
}
|
|
1829
|
-
.
|
|
1830
|
-
|
|
1831
|
-
position: absolute;
|
|
1832
|
-
top: 0px;
|
|
1833
|
-
left: 0px;
|
|
1834
|
-
width: var(--size-xs);
|
|
1835
|
-
height: var(--size-xs);
|
|
1836
|
-
opacity: 0 !important;
|
|
1837
|
-
outline: 0px;
|
|
1838
|
-
z-index: -1;
|
|
1795
|
+
._accordion_11e4r_341 ._accordionHeader_11e4r_345 ._heading_11e4r_349 {
|
|
1796
|
+
flex-grow: 1;
|
|
1839
1797
|
}
|
|
1840
|
-
.
|
|
1798
|
+
._accordion_11e4r_341 ._accordionHeader_11e4r_345._clickable_11e4r_352:hover {
|
|
1841
1799
|
cursor: pointer;
|
|
1842
|
-
user-select: none;
|
|
1843
|
-
color: var(--color-text);
|
|
1844
|
-
transition: color 0.1s ease 0s;
|
|
1845
|
-
display: block;
|
|
1846
|
-
padding-left: 1.85714em;
|
|
1847
|
-
font-size: 1em;
|
|
1848
|
-
outline: 0px;
|
|
1849
|
-
}
|
|
1850
|
-
._checkbox_1r0b6_341 label ._checkmark_1r0b6_384 {
|
|
1851
|
-
position: absolute;
|
|
1852
|
-
top: 0px;
|
|
1853
|
-
left: 0px;
|
|
1854
|
-
width: var(--size-xs);
|
|
1855
|
-
height: var(--size-xs);
|
|
1856
|
-
padding: 2px;
|
|
1857
|
-
background: var(--color-background-input);
|
|
1858
|
-
border-radius: 0.214286rem;
|
|
1859
|
-
transition: border 0.1s ease 0s, opacity 0.1s ease 0s, transform 0.1s ease 0s, box-shadow 0.1s ease 0s;
|
|
1860
|
-
border: 1px solid var(--color-border-checkbox);
|
|
1861
|
-
color: transparent;
|
|
1862
1800
|
}
|
|
1863
|
-
.
|
|
1864
|
-
|
|
1801
|
+
._accordion_11e4r_341 ._accordionHeader_11e4r_345._clickable_11e4r_352:hover > * {
|
|
1802
|
+
color: var(--color-text) !important;
|
|
1865
1803
|
}
|
|
1866
|
-
.
|
|
1867
|
-
|
|
1868
|
-
border-color: transparent;
|
|
1869
|
-
color: white;
|
|
1804
|
+
._accordion_11e4r_341:not(._bordered_11e4r_358) ._accordionContent_11e4r_358 {
|
|
1805
|
+
margin-top: 15px;
|
|
1870
1806
|
}
|
|
1871
|
-
.
|
|
1872
|
-
|
|
1873
|
-
|
|
1807
|
+
._accordion_11e4r_341._bordered_11e4r_358 ._accordionHeader_11e4r_345,
|
|
1808
|
+
._accordion_11e4r_341._bordered_11e4r_358 ._accordionContent_11e4r_358 {
|
|
1809
|
+
border: 1px solid var(--color-border);
|
|
1810
|
+
line-height: 20px;
|
|
1874
1811
|
}
|
|
1875
|
-
.
|
|
1876
|
-
|
|
1812
|
+
._accordion_11e4r_341._bordered_11e4r_358 ._accordionHeader_11e4r_345 {
|
|
1813
|
+
padding: 10px 15px;
|
|
1814
|
+
border-radius: 4px;
|
|
1815
|
+
background-color: var(--color-background);
|
|
1877
1816
|
}
|
|
1878
|
-
.
|
|
1879
|
-
|
|
1880
|
-
border-
|
|
1817
|
+
._accordion_11e4r_341._bordered_11e4r_358._expanded_11e4r_371 ._accordionHeader_11e4r_345 {
|
|
1818
|
+
border-bottom-left-radius: 0;
|
|
1819
|
+
border-bottom-right-radius: 0;
|
|
1881
1820
|
}
|
|
1882
|
-
.
|
|
1883
|
-
|
|
1821
|
+
._accordion_11e4r_341._bordered_11e4r_358 ._accordionContent_11e4r_358 {
|
|
1822
|
+
border-top: none;
|
|
1823
|
+
border-radius: 0 0 4px 4px;
|
|
1824
|
+
background-color: var(--color-background-raised);
|
|
1884
1825
|
}
|
|
1885
|
-
.
|
|
1886
|
-
|
|
1826
|
+
._accordion_11e4r_341._bordered_11e4r_358 ._accordionContent_11e4r_358._padding_11e4r_380 {
|
|
1827
|
+
padding: 10px 15px;
|
|
1887
1828
|
}
|
|
1888
|
-
.
|
|
1889
|
-
|
|
1829
|
+
._accordion_11e4r_341._bordered_11e4r_358._squareBottom_11e4r_383 ._accordionHeader_11e4r_345 {
|
|
1830
|
+
border-bottom-left-radius: 0;
|
|
1831
|
+
border-bottom-right-radius: 0;
|
|
1890
1832
|
}
|
|
1891
1833
|
/*
|
|
1892
1834
|
This file has shared variables that are re-used in other LESS files/modules
|
|
@@ -2228,46 +2170,92 @@ html[data-theme='dark'] {
|
|
|
2228
2170
|
/*
|
|
2229
2171
|
Z-INDEX
|
|
2230
2172
|
*/
|
|
2231
|
-
.
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2173
|
+
._checkbox_gaiiv_341 {
|
|
2174
|
+
margin: calc((var(--size) - var(--size-xs)) / 2) 0;
|
|
2175
|
+
position: relative;
|
|
2176
|
+
display: flex;
|
|
2177
|
+
align-items: center;
|
|
2178
|
+
gap: 8px;
|
|
2179
|
+
backface-visibility: hidden;
|
|
2180
|
+
vertical-align: baseline;
|
|
2181
|
+
font-style: normal;
|
|
2182
|
+
min-height: var(--size-xs);
|
|
2183
|
+
font-size: inherit;
|
|
2184
|
+
line-height: var(--size-xs);
|
|
2185
|
+
min-width: var(--size-xs);
|
|
2186
|
+
outline: 0px;
|
|
2237
2187
|
}
|
|
2238
|
-
.
|
|
2239
|
-
|
|
2188
|
+
._checkbox_gaiiv_341._noLabel_gaiiv_356 {
|
|
2189
|
+
width: var(--size-xs);
|
|
2240
2190
|
}
|
|
2241
|
-
.
|
|
2242
|
-
|
|
2243
|
-
|
|
2191
|
+
._checkbox_gaiiv_341._small_gaiiv_359 {
|
|
2192
|
+
margin: calc((var(--size-sm) - var(--size-xs)) / 2) 0;
|
|
2193
|
+
font-size: 12px;
|
|
2244
2194
|
}
|
|
2245
|
-
.
|
|
2246
|
-
|
|
2247
|
-
|
|
2195
|
+
._checkbox_gaiiv_341 input {
|
|
2196
|
+
cursor: pointer;
|
|
2197
|
+
position: absolute;
|
|
2198
|
+
top: 0px;
|
|
2199
|
+
left: 0px;
|
|
2200
|
+
width: var(--size-xs);
|
|
2201
|
+
height: var(--size-xs);
|
|
2202
|
+
opacity: 0 !important;
|
|
2203
|
+
outline: 0px;
|
|
2204
|
+
z-index: -1;
|
|
2248
2205
|
}
|
|
2249
|
-
.
|
|
2250
|
-
|
|
2251
|
-
|
|
2206
|
+
._checkbox_gaiiv_341 label {
|
|
2207
|
+
cursor: pointer;
|
|
2208
|
+
user-select: none;
|
|
2209
|
+
color: var(--color-text);
|
|
2210
|
+
transition: color 0.1s ease 0s;
|
|
2211
|
+
display: block;
|
|
2212
|
+
padding-left: 1.85714em;
|
|
2213
|
+
font-size: 1em;
|
|
2214
|
+
outline: 0px;
|
|
2252
2215
|
}
|
|
2253
|
-
.
|
|
2254
|
-
|
|
2255
|
-
|
|
2216
|
+
._checkbox_gaiiv_341 label ._checkmark_gaiiv_384 {
|
|
2217
|
+
position: absolute;
|
|
2218
|
+
top: 0px;
|
|
2219
|
+
left: 0px;
|
|
2220
|
+
width: var(--size-xs);
|
|
2221
|
+
height: var(--size-xs);
|
|
2222
|
+
font-size: 12px;
|
|
2256
2223
|
display: inline-flex;
|
|
2257
2224
|
align-items: center;
|
|
2225
|
+
justify-content: center;
|
|
2226
|
+
background: var(--color-background-input);
|
|
2227
|
+
border-radius: 0.214286rem;
|
|
2228
|
+
transition: border 0.1s ease 0s, opacity 0.1s ease 0s, transform 0.1s ease 0s, box-shadow 0.1s ease 0s;
|
|
2229
|
+
border: 1px solid var(--color-border-checkbox);
|
|
2230
|
+
color: transparent;
|
|
2258
2231
|
}
|
|
2259
|
-
.
|
|
2260
|
-
color: var(--color-
|
|
2232
|
+
._checkbox_gaiiv_341 label ._checkmark_gaiiv_384:hover {
|
|
2233
|
+
border-color: var(--color-border-hover);
|
|
2261
2234
|
}
|
|
2262
|
-
.
|
|
2263
|
-
|
|
2235
|
+
._checkbox_gaiiv_341 input:checked ~ label ._checkmark_gaiiv_384 {
|
|
2236
|
+
background: var(--color-background-primary);
|
|
2237
|
+
border-color: transparent;
|
|
2238
|
+
color: white;
|
|
2264
2239
|
}
|
|
2265
|
-
.
|
|
2266
|
-
|
|
2267
|
-
|
|
2240
|
+
._checkbox_gaiiv_341._disabled_gaiiv_408 {
|
|
2241
|
+
cursor: default;
|
|
2242
|
+
pointer-events: none;
|
|
2268
2243
|
}
|
|
2269
|
-
.
|
|
2270
|
-
color: var(--color-text-
|
|
2244
|
+
._checkbox_gaiiv_341._disabled_gaiiv_408 label {
|
|
2245
|
+
color: var(--color-text-muted);
|
|
2246
|
+
}
|
|
2247
|
+
._checkbox_gaiiv_341._disabled_gaiiv_408 ._checkmark_gaiiv_384 {
|
|
2248
|
+
background: var(--color-background-disabled) !important;
|
|
2249
|
+
border-color: var(--color-border-checkbox) !important;
|
|
2250
|
+
}
|
|
2251
|
+
._checkbox_gaiiv_341._disabled_gaiiv_408 input:checked ~ label ._checkmark_gaiiv_384 {
|
|
2252
|
+
color: var(--color-text-faint);
|
|
2253
|
+
}
|
|
2254
|
+
._noMargin_gaiiv_422 {
|
|
2255
|
+
margin: 0;
|
|
2256
|
+
}
|
|
2257
|
+
._isInTable_gaiiv_425 {
|
|
2258
|
+
margin: 0;
|
|
2271
2259
|
}
|
|
2272
2260
|
/*
|
|
2273
2261
|
This file has shared variables that are re-used in other LESS files/modules
|
|
@@ -2609,23 +2597,46 @@ html[data-theme='dark'] {
|
|
|
2609
2597
|
/*
|
|
2610
2598
|
Z-INDEX
|
|
2611
2599
|
*/
|
|
2612
|
-
.
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2600
|
+
._tooltip_bsjxl_341 {
|
|
2601
|
+
background: var(--color-text);
|
|
2602
|
+
fill: var(--color-text);
|
|
2603
|
+
z-index: 2003;
|
|
2604
|
+
color: var(--color-background);
|
|
2605
|
+
border-radius: 3px;
|
|
2617
2606
|
}
|
|
2618
|
-
.
|
|
2619
|
-
|
|
2607
|
+
._tooltip_bsjxl_341 * {
|
|
2608
|
+
color: var(--color-background);
|
|
2620
2609
|
}
|
|
2621
|
-
.
|
|
2622
|
-
|
|
2610
|
+
._tooltip_bsjxl_341 > svg,
|
|
2611
|
+
._tooltip_bsjxl_341 > svg > * {
|
|
2612
|
+
fill: inherit !important;
|
|
2623
2613
|
}
|
|
2624
|
-
.
|
|
2625
|
-
|
|
2614
|
+
._tooltip_bsjxl_341._error_bsjxl_355 {
|
|
2615
|
+
background: var(--color-error-500);
|
|
2616
|
+
fill: var(--color-error-500);
|
|
2626
2617
|
}
|
|
2627
|
-
.
|
|
2628
|
-
|
|
2618
|
+
._tooltip_bsjxl_341._warning_bsjxl_359 {
|
|
2619
|
+
background: var(--color-warning-500);
|
|
2620
|
+
fill: var(--color-warning-500);
|
|
2621
|
+
}
|
|
2622
|
+
._helpIcon_1yokl_1 {
|
|
2623
|
+
color: var(--color-text-faint);
|
|
2624
|
+
font-size: 13px;
|
|
2625
|
+
display: inline-flex;
|
|
2626
|
+
align-items: center;
|
|
2627
|
+
}
|
|
2628
|
+
._active_1yokl_7 {
|
|
2629
|
+
color: var(--color-text);
|
|
2630
|
+
}
|
|
2631
|
+
._clickable_1yokl_10 {
|
|
2632
|
+
cursor: pointer;
|
|
2633
|
+
}
|
|
2634
|
+
._clickable_1yokl_10:hover,
|
|
2635
|
+
._clickable_1yokl_10:focus {
|
|
2636
|
+
color: var(--color-text-primary-hover);
|
|
2637
|
+
}
|
|
2638
|
+
._clickable_1yokl_10:active {
|
|
2639
|
+
color: var(--color-text-primary-active);
|
|
2629
2640
|
}
|
|
2630
2641
|
/*
|
|
2631
2642
|
This file has shared variables that are re-used in other LESS files/modules
|
|
@@ -2967,31 +2978,23 @@ html[data-theme='dark'] {
|
|
|
2967
2978
|
/*
|
|
2968
2979
|
Z-INDEX
|
|
2969
2980
|
*/
|
|
2970
|
-
.
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
justify-content: center;
|
|
2976
|
-
}
|
|
2977
|
-
._wrapper_6kkc6_341 ._customSvg_6kkc6_348 {
|
|
2978
|
-
line-height: 0;
|
|
2981
|
+
._bordered_8hv0o_341 {
|
|
2982
|
+
border: 1px solid var(--color-border);
|
|
2983
|
+
border-radius: 0 0 4px 4px;
|
|
2984
|
+
border-top: none;
|
|
2985
|
+
background-color: var(--color-background-raised);
|
|
2979
2986
|
}
|
|
2980
|
-
.
|
|
2981
|
-
|
|
2982
|
-
max-height: 100%;
|
|
2983
|
-
object-fit: contain;
|
|
2987
|
+
._checkboxWrapper_8hv0o_347 {
|
|
2988
|
+
padding: 2px 15px;
|
|
2984
2989
|
}
|
|
2985
|
-
.
|
|
2986
|
-
|
|
2990
|
+
._checkboxWrapper_8hv0o_347:last-child {
|
|
2991
|
+
border-radius: 0 0 inherit inherit;
|
|
2987
2992
|
}
|
|
2988
|
-
.
|
|
2989
|
-
|
|
2990
|
-
fill: var(--color-text-primary-hover) !important;
|
|
2993
|
+
._padding_8hv0o_353 {
|
|
2994
|
+
padding: 10px 15px;
|
|
2991
2995
|
}
|
|
2992
|
-
.
|
|
2993
|
-
|
|
2994
|
-
fill: var(--color-text-primary-active) !important;
|
|
2996
|
+
._contentWrapper_8hv0o_356 {
|
|
2997
|
+
border-radius: inherit;
|
|
2995
2998
|
}
|
|
2996
2999
|
/*
|
|
2997
3000
|
This file has shared variables that are re-used in other LESS files/modules
|
|
@@ -8034,76 +8037,76 @@ html[data-theme='dark'] {
|
|
|
8034
8037
|
/*
|
|
8035
8038
|
Z-INDEX
|
|
8036
8039
|
*/
|
|
8037
|
-
.
|
|
8040
|
+
._inputInTable_iomrv_341 {
|
|
8038
8041
|
background-color: transparent;
|
|
8039
8042
|
border-radius: inherit !important;
|
|
8040
8043
|
height: var(--size);
|
|
8041
8044
|
min-height: 100%;
|
|
8042
8045
|
}
|
|
8043
|
-
.
|
|
8046
|
+
._inputInTable_iomrv_341:not(:hover) {
|
|
8044
8047
|
border-color: transparent;
|
|
8045
8048
|
}
|
|
8046
|
-
.
|
|
8049
|
+
._inputHover_iomrv_350 {
|
|
8047
8050
|
position: relative;
|
|
8048
8051
|
border-color: var(--color-border-hover);
|
|
8049
8052
|
z-index: 2;
|
|
8050
8053
|
}
|
|
8051
|
-
.
|
|
8054
|
+
._inputFocus_iomrv_355 {
|
|
8052
8055
|
position: relative;
|
|
8053
8056
|
outline: none !important;
|
|
8054
8057
|
border-color: var(--color-border-focus) !important;
|
|
8055
8058
|
box-shadow: var(--shadow-focus);
|
|
8056
8059
|
z-index: 3;
|
|
8057
8060
|
}
|
|
8058
|
-
.
|
|
8059
|
-
.
|
|
8061
|
+
._inputError_iomrv_362,
|
|
8062
|
+
._inputWarning_iomrv_363 {
|
|
8060
8063
|
position: relative;
|
|
8061
8064
|
}
|
|
8062
|
-
.
|
|
8065
|
+
._inputError_iomrv_362 {
|
|
8063
8066
|
z-index: 2;
|
|
8064
8067
|
border-color: var(--color-border-error);
|
|
8065
8068
|
color: var(--color-text-error) !important;
|
|
8066
8069
|
background-color: var(--color-background-error);
|
|
8067
8070
|
}
|
|
8068
|
-
.
|
|
8071
|
+
._inputError_iomrv_362:hover {
|
|
8069
8072
|
border-color: var(--color-border-error-hover) !important;
|
|
8070
8073
|
}
|
|
8071
|
-
.
|
|
8074
|
+
._inputError_iomrv_362:focus {
|
|
8072
8075
|
position: relative;
|
|
8073
8076
|
outline: none !important;
|
|
8074
8077
|
border-color: var(--color-border-focus) !important;
|
|
8075
8078
|
box-shadow: var(--shadow-focus);
|
|
8076
8079
|
z-index: 3;
|
|
8077
8080
|
}
|
|
8078
|
-
.
|
|
8081
|
+
._inputWarning_iomrv_363 {
|
|
8079
8082
|
z-index: 1;
|
|
8080
8083
|
border-color: var(--color-border-warning);
|
|
8081
8084
|
color: var(--color-text-warning) !important;
|
|
8082
8085
|
background-color: var(--color-background-warning);
|
|
8083
8086
|
}
|
|
8084
|
-
.
|
|
8087
|
+
._inputWarning_iomrv_363:hover {
|
|
8085
8088
|
border-color: var(--color-border-warning-hover) !important;
|
|
8086
8089
|
}
|
|
8087
|
-
.
|
|
8090
|
+
._inputWarning_iomrv_363:focus {
|
|
8088
8091
|
position: relative;
|
|
8089
8092
|
outline: none !important;
|
|
8090
8093
|
border-color: var(--color-border-focus) !important;
|
|
8091
8094
|
box-shadow: var(--shadow-focus);
|
|
8092
8095
|
z-index: 3;
|
|
8093
8096
|
}
|
|
8094
|
-
.
|
|
8097
|
+
._inputDisabled_iomrv_398 {
|
|
8095
8098
|
pointer-events: none;
|
|
8096
8099
|
background-color: var(--color-background-disabled);
|
|
8097
8100
|
color: var(--color-text-muted);
|
|
8098
8101
|
}
|
|
8099
|
-
.
|
|
8102
|
+
._hideScrollbars_iomrv_403 {
|
|
8100
8103
|
/* Firefox */
|
|
8101
8104
|
scrollbar-width: none;
|
|
8102
8105
|
/* IE 10+ */
|
|
8103
8106
|
-ms-overflow-style: none;
|
|
8104
8107
|
/* Chrome, Safari and Opera */
|
|
8105
8108
|
}
|
|
8106
|
-
.
|
|
8109
|
+
._hideScrollbars_iomrv_403::-webkit-scrollbar {
|
|
8107
8110
|
display: none;
|
|
8108
8111
|
}
|
|
8109
8112
|
:root {
|
|
@@ -8118,37 +8121,37 @@ html[data-theme='dark'] {
|
|
|
8118
8121
|
--color-background-drawer-tab-hover: var(--color-primary-muted-700);
|
|
8119
8122
|
--color-border-drawer-tab: var(--color-border);
|
|
8120
8123
|
}
|
|
8121
|
-
.
|
|
8124
|
+
._inline_iomrv_425 {
|
|
8122
8125
|
position: relative;
|
|
8123
8126
|
}
|
|
8124
|
-
.
|
|
8127
|
+
._inline_iomrv_425._left_iomrv_428 {
|
|
8125
8128
|
order: -1;
|
|
8126
8129
|
}
|
|
8127
|
-
.
|
|
8130
|
+
._inline_iomrv_425._right_iomrv_431 {
|
|
8128
8131
|
order: 9999;
|
|
8129
8132
|
}
|
|
8130
|
-
.
|
|
8133
|
+
._fixed_iomrv_434 {
|
|
8131
8134
|
position: fixed;
|
|
8132
8135
|
top: 0;
|
|
8133
8136
|
bottom: 0;
|
|
8134
8137
|
z-index: 99;
|
|
8135
8138
|
}
|
|
8136
|
-
.
|
|
8139
|
+
._fixed_iomrv_434._left_iomrv_428 {
|
|
8137
8140
|
left: 0;
|
|
8138
8141
|
}
|
|
8139
|
-
.
|
|
8142
|
+
._fixed_iomrv_434._right_iomrv_431 {
|
|
8140
8143
|
right: 0;
|
|
8141
8144
|
}
|
|
8142
|
-
.
|
|
8145
|
+
._left_iomrv_428 ._border_iomrv_446 {
|
|
8143
8146
|
border-right: 1px solid var(--color-border);
|
|
8144
8147
|
}
|
|
8145
|
-
.
|
|
8148
|
+
._right_iomrv_431 ._border_iomrv_446 {
|
|
8146
8149
|
border-left: 1px solid var(--color-border);
|
|
8147
8150
|
}
|
|
8148
|
-
.
|
|
8151
|
+
._shadow_iomrv_452 {
|
|
8149
8152
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
|
8150
8153
|
}
|
|
8151
|
-
.
|
|
8154
|
+
._drawerContent_iomrv_455 {
|
|
8152
8155
|
overflow-x: hidden;
|
|
8153
8156
|
overflow-y: auto;
|
|
8154
8157
|
max-height: 100%;
|
|
@@ -8160,40 +8163,40 @@ html[data-theme='dark'] {
|
|
|
8160
8163
|
-ms-overflow-style: none;
|
|
8161
8164
|
/* Chrome, Safari and Opera */
|
|
8162
8165
|
}
|
|
8163
|
-
.
|
|
8166
|
+
._isResizing_iomrv_467 ._drawerContent_iomrv_455 {
|
|
8164
8167
|
transition: none;
|
|
8165
8168
|
}
|
|
8166
8169
|
@media print {
|
|
8167
|
-
.
|
|
8170
|
+
._drawerContent_iomrv_455 {
|
|
8168
8171
|
background: transparent !important;
|
|
8169
8172
|
}
|
|
8170
8173
|
}
|
|
8171
|
-
.
|
|
8174
|
+
._drawerContent_iomrv_455::-webkit-scrollbar {
|
|
8172
8175
|
display: none;
|
|
8173
8176
|
}
|
|
8174
|
-
.
|
|
8177
|
+
._toggleButton_iomrv_478 {
|
|
8175
8178
|
transition: transform 0.4s;
|
|
8176
8179
|
display: inline-block;
|
|
8177
8180
|
transform: rotate(180deg);
|
|
8178
8181
|
position: absolute;
|
|
8179
8182
|
z-index: 102;
|
|
8180
8183
|
}
|
|
8181
|
-
.
|
|
8184
|
+
._left_iomrv_428 ._toggleButton_iomrv_478 {
|
|
8182
8185
|
right: calc(var(--size) / -2);
|
|
8183
8186
|
}
|
|
8184
|
-
.
|
|
8187
|
+
._right_iomrv_431 ._toggleButton_iomrv_478 {
|
|
8185
8188
|
left: calc(var(--size) / -2);
|
|
8186
8189
|
}
|
|
8187
|
-
.
|
|
8190
|
+
._toggleButton_iomrv_478._top_iomrv_491 {
|
|
8188
8191
|
top: 20px;
|
|
8189
8192
|
}
|
|
8190
|
-
.
|
|
8193
|
+
._toggleButton_iomrv_478._bottom_iomrv_494 {
|
|
8191
8194
|
bottom: 20px;
|
|
8192
8195
|
}
|
|
8193
|
-
.
|
|
8196
|
+
._toggleButton_iomrv_478._toggleButtonOpen_iomrv_497 {
|
|
8194
8197
|
transform: rotate(0deg);
|
|
8195
8198
|
}
|
|
8196
|
-
.
|
|
8199
|
+
._tabs_iomrv_500 {
|
|
8197
8200
|
position: absolute;
|
|
8198
8201
|
top: 0;
|
|
8199
8202
|
bottom: 0;
|
|
@@ -8203,13 +8206,14 @@ html[data-theme='dark'] {
|
|
|
8203
8206
|
border-left: 1px solid var(--color-border);
|
|
8204
8207
|
border-right: 1px solid var(--color-border);
|
|
8205
8208
|
}
|
|
8206
|
-
.
|
|
8209
|
+
._left_iomrv_428 ._tabs_iomrv_500 {
|
|
8207
8210
|
right: 0;
|
|
8208
8211
|
}
|
|
8209
|
-
.
|
|
8212
|
+
._right_iomrv_431 ._tabs_iomrv_500 {
|
|
8210
8213
|
left: 0;
|
|
8211
8214
|
}
|
|
8212
|
-
.
|
|
8215
|
+
._tabs_iomrv_500 ._tab_iomrv_500 {
|
|
8216
|
+
font-size: 18px;
|
|
8213
8217
|
height: 38px;
|
|
8214
8218
|
width: 38px;
|
|
8215
8219
|
display: flex;
|
|
@@ -8220,39 +8224,39 @@ html[data-theme='dark'] {
|
|
|
8220
8224
|
transition: color 0.3s, background-color 0.3s;
|
|
8221
8225
|
border: 1px solid var(--color-border-drawer-tab);
|
|
8222
8226
|
}
|
|
8223
|
-
.
|
|
8227
|
+
._left_iomrv_428 ._tabs_iomrv_500 ._tab_iomrv_500 {
|
|
8224
8228
|
border-top-left-radius: 0;
|
|
8225
8229
|
border-bottom-left-radius: 0;
|
|
8226
8230
|
}
|
|
8227
|
-
.
|
|
8231
|
+
._left_iomrv_428 ._tabs_iomrv_500 ._tab_iomrv_500._active_iomrv_532 {
|
|
8228
8232
|
border-left-color: transparent;
|
|
8229
8233
|
}
|
|
8230
|
-
.
|
|
8234
|
+
._right_iomrv_431 ._tabs_iomrv_500 ._tab_iomrv_500 {
|
|
8231
8235
|
border-top-right-radius: 0;
|
|
8232
8236
|
border-bottom-right-radius: 0;
|
|
8233
8237
|
}
|
|
8234
|
-
.
|
|
8238
|
+
._right_iomrv_431 ._tabs_iomrv_500 ._tab_iomrv_500._active_iomrv_532 {
|
|
8235
8239
|
border-right-color: transparent;
|
|
8236
8240
|
}
|
|
8237
|
-
.
|
|
8241
|
+
._tabs_iomrv_500 ._tab_iomrv_500:not(._active_iomrv_532) {
|
|
8238
8242
|
color: var(--color-text-primary);
|
|
8239
8243
|
background-color: var(--color-background-drawer-tab) !important;
|
|
8240
8244
|
}
|
|
8241
|
-
.
|
|
8245
|
+
._tabs_iomrv_500 ._tab_iomrv_500:not(._active_iomrv_532):hover {
|
|
8242
8246
|
color: var(--color-text);
|
|
8243
8247
|
background-color: var(--color-background-drawer-tab-hover) !important;
|
|
8244
8248
|
}
|
|
8245
|
-
.
|
|
8249
|
+
._tabs_iomrv_500 ._tab_iomrv_500._active_iomrv_532 {
|
|
8246
8250
|
color: var(--color-text);
|
|
8247
8251
|
border-color: var(--color-border);
|
|
8248
8252
|
}
|
|
8249
|
-
.
|
|
8253
|
+
._left_iomrv_428 ._tabsContent_iomrv_554 {
|
|
8250
8254
|
padding-right: 36px;
|
|
8251
8255
|
}
|
|
8252
|
-
.
|
|
8256
|
+
._right_iomrv_431 ._tabsContent_iomrv_554 {
|
|
8253
8257
|
padding-left: 36px;
|
|
8254
8258
|
}
|
|
8255
|
-
.
|
|
8259
|
+
._resizeHandle_iomrv_560 {
|
|
8256
8260
|
position: absolute;
|
|
8257
8261
|
top: 0;
|
|
8258
8262
|
bottom: 0;
|
|
@@ -8265,18 +8269,18 @@ html[data-theme='dark'] {
|
|
|
8265
8269
|
font-size: 12px;
|
|
8266
8270
|
transition: all 0.2s;
|
|
8267
8271
|
}
|
|
8268
|
-
.
|
|
8272
|
+
._resizeHandle_iomrv_560:hover {
|
|
8269
8273
|
background: rgba(235, 100, 41, 0.15);
|
|
8270
8274
|
color: var(--color-text-primary);
|
|
8271
8275
|
}
|
|
8272
|
-
.
|
|
8276
|
+
._resizeHandle_iomrv_560:active {
|
|
8273
8277
|
background: var(--color-text-primary);
|
|
8274
8278
|
color: white;
|
|
8275
8279
|
}
|
|
8276
|
-
.
|
|
8280
|
+
._left_iomrv_428 ._resizeHandle_iomrv_560 {
|
|
8277
8281
|
right: 0;
|
|
8278
8282
|
}
|
|
8279
|
-
.
|
|
8283
|
+
._right_iomrv_431 ._resizeHandle_iomrv_560 {
|
|
8280
8284
|
left: 0;
|
|
8281
8285
|
}
|
|
8282
8286
|
/*
|
|
@@ -11284,119 +11288,119 @@ html[data-theme='dark'] {
|
|
|
11284
11288
|
/*
|
|
11285
11289
|
Z-INDEX
|
|
11286
11290
|
*/
|
|
11287
|
-
.
|
|
11291
|
+
._inputInTable_1udco_341 {
|
|
11288
11292
|
background-color: transparent;
|
|
11289
11293
|
border-radius: inherit !important;
|
|
11290
11294
|
height: var(--size);
|
|
11291
11295
|
min-height: 100%;
|
|
11292
11296
|
}
|
|
11293
|
-
.
|
|
11297
|
+
._inputInTable_1udco_341:not(:hover) {
|
|
11294
11298
|
border-color: transparent;
|
|
11295
11299
|
}
|
|
11296
|
-
.
|
|
11300
|
+
._inputHover_1udco_350 {
|
|
11297
11301
|
position: relative;
|
|
11298
11302
|
border-color: var(--color-border-hover);
|
|
11299
11303
|
z-index: 2;
|
|
11300
11304
|
}
|
|
11301
|
-
.
|
|
11305
|
+
._inputFocus_1udco_355 {
|
|
11302
11306
|
position: relative;
|
|
11303
11307
|
outline: none !important;
|
|
11304
11308
|
border-color: var(--color-border-focus) !important;
|
|
11305
11309
|
box-shadow: var(--shadow-focus);
|
|
11306
11310
|
z-index: 3;
|
|
11307
11311
|
}
|
|
11308
|
-
.
|
|
11309
|
-
.
|
|
11312
|
+
._inputError_1udco_362,
|
|
11313
|
+
._inputWarning_1udco_363 {
|
|
11310
11314
|
position: relative;
|
|
11311
11315
|
}
|
|
11312
|
-
.
|
|
11316
|
+
._inputError_1udco_362 {
|
|
11313
11317
|
z-index: 2;
|
|
11314
11318
|
border-color: var(--color-border-error);
|
|
11315
11319
|
color: var(--color-text-error) !important;
|
|
11316
11320
|
background-color: var(--color-background-error);
|
|
11317
11321
|
}
|
|
11318
|
-
.
|
|
11322
|
+
._inputError_1udco_362:hover {
|
|
11319
11323
|
border-color: var(--color-border-error-hover) !important;
|
|
11320
11324
|
}
|
|
11321
|
-
.
|
|
11325
|
+
._inputError_1udco_362:focus {
|
|
11322
11326
|
position: relative;
|
|
11323
11327
|
outline: none !important;
|
|
11324
11328
|
border-color: var(--color-border-focus) !important;
|
|
11325
11329
|
box-shadow: var(--shadow-focus);
|
|
11326
11330
|
z-index: 3;
|
|
11327
11331
|
}
|
|
11328
|
-
.
|
|
11332
|
+
._inputWarning_1udco_363 {
|
|
11329
11333
|
z-index: 1;
|
|
11330
11334
|
border-color: var(--color-border-warning);
|
|
11331
11335
|
color: var(--color-text-warning) !important;
|
|
11332
11336
|
background-color: var(--color-background-warning);
|
|
11333
11337
|
}
|
|
11334
|
-
.
|
|
11338
|
+
._inputWarning_1udco_363:hover {
|
|
11335
11339
|
border-color: var(--color-border-warning-hover) !important;
|
|
11336
11340
|
}
|
|
11337
|
-
.
|
|
11341
|
+
._inputWarning_1udco_363:focus {
|
|
11338
11342
|
position: relative;
|
|
11339
11343
|
outline: none !important;
|
|
11340
11344
|
border-color: var(--color-border-focus) !important;
|
|
11341
11345
|
box-shadow: var(--shadow-focus);
|
|
11342
11346
|
z-index: 3;
|
|
11343
11347
|
}
|
|
11344
|
-
.
|
|
11348
|
+
._inputDisabled_1udco_398 {
|
|
11345
11349
|
pointer-events: none;
|
|
11346
11350
|
background-color: var(--color-background-disabled);
|
|
11347
11351
|
color: var(--color-text-muted);
|
|
11348
11352
|
}
|
|
11349
|
-
.
|
|
11353
|
+
._hideScrollbars_1udco_403 {
|
|
11350
11354
|
/* Firefox */
|
|
11351
11355
|
scrollbar-width: none;
|
|
11352
11356
|
/* IE 10+ */
|
|
11353
11357
|
-ms-overflow-style: none;
|
|
11354
11358
|
/* Chrome, Safari and Opera */
|
|
11355
11359
|
}
|
|
11356
|
-
.
|
|
11360
|
+
._hideScrollbars_1udco_403::-webkit-scrollbar {
|
|
11357
11361
|
display: none;
|
|
11358
11362
|
}
|
|
11359
|
-
.
|
|
11360
|
-
.
|
|
11363
|
+
._header_1udco_413 ._headerTitle_1udco_413,
|
|
11364
|
+
._heading_1udco_414 ._itemHeader_1udco_414 {
|
|
11361
11365
|
transition: opacity 0.3s;
|
|
11362
11366
|
}
|
|
11363
|
-
.
|
|
11364
|
-
.
|
|
11367
|
+
._narrow_1udco_417 ._header_1udco_413 ._headerTitle_1udco_413,
|
|
11368
|
+
._narrow_1udco_417 ._heading_1udco_414 ._itemHeader_1udco_414 {
|
|
11365
11369
|
opacity: 0;
|
|
11366
11370
|
}
|
|
11367
|
-
.
|
|
11371
|
+
._stickyHeader_1udco_421 {
|
|
11368
11372
|
position: sticky;
|
|
11369
11373
|
top: 0;
|
|
11370
11374
|
background-color: var(--color-background);
|
|
11371
11375
|
z-index: 10;
|
|
11372
11376
|
}
|
|
11373
|
-
.
|
|
11377
|
+
._itemHeader_1udco_414 {
|
|
11374
11378
|
padding: 12px 20px;
|
|
11375
11379
|
display: flex;
|
|
11376
11380
|
align-items: flex-start;
|
|
11377
11381
|
}
|
|
11378
|
-
.
|
|
11382
|
+
._itemHeader_1udco_414 ._title_1udco_432 {
|
|
11379
11383
|
margin: 0;
|
|
11380
11384
|
padding: 0;
|
|
11381
11385
|
flex-grow: 1;
|
|
11382
11386
|
min-width: 0;
|
|
11383
11387
|
}
|
|
11384
|
-
.
|
|
11388
|
+
._itemHeader_1udco_414 ._name_1udco_438 {
|
|
11385
11389
|
font-weight: 400;
|
|
11386
11390
|
}
|
|
11387
|
-
.
|
|
11391
|
+
._itemHeader_1udco_414 ._iconTooltipMargin_1udco_441 {
|
|
11388
11392
|
margin-left: 10px;
|
|
11389
11393
|
}
|
|
11390
|
-
.
|
|
11394
|
+
._itemHeader_1udco_414 ._bold_1udco_444 {
|
|
11391
11395
|
font-weight: 900;
|
|
11392
11396
|
}
|
|
11393
|
-
.
|
|
11397
|
+
._header_1udco_413 {
|
|
11394
11398
|
padding: 16px 20px;
|
|
11395
11399
|
display: flex;
|
|
11396
11400
|
align-items: center;
|
|
11397
11401
|
border-bottom: 1px solid var(--color-border);
|
|
11398
11402
|
}
|
|
11399
|
-
.
|
|
11403
|
+
._toggleNarrow_1udco_453 {
|
|
11400
11404
|
margin-right: 16px;
|
|
11401
11405
|
margin-left: -5px;
|
|
11402
11406
|
color: #c8c8c8;
|
|
@@ -11405,16 +11409,16 @@ html[data-theme='dark'] {
|
|
|
11405
11409
|
width: 22px;
|
|
11406
11410
|
justify-content: center;
|
|
11407
11411
|
}
|
|
11408
|
-
.
|
|
11412
|
+
._toggleNarrow_1udco_453:hover {
|
|
11409
11413
|
color: var(--color-text-primary-hover);
|
|
11410
11414
|
}
|
|
11411
|
-
.
|
|
11415
|
+
._toggleNarrow_1udco_453:active {
|
|
11412
11416
|
color: var(--color-text-primary-active);
|
|
11413
11417
|
}
|
|
11414
|
-
.
|
|
11418
|
+
._narrow_1udco_417 ._toggleNarrow_1udco_453 {
|
|
11415
11419
|
transform: scaleX(-1);
|
|
11416
11420
|
}
|
|
11417
|
-
.
|
|
11421
|
+
._drag_1udco_471 {
|
|
11418
11422
|
color: var(--color-text-faint);
|
|
11419
11423
|
display: flex;
|
|
11420
11424
|
align-items: center;
|
|
@@ -11425,31 +11429,31 @@ html[data-theme='dark'] {
|
|
|
11425
11429
|
height: 19px;
|
|
11426
11430
|
width: 19px;
|
|
11427
11431
|
}
|
|
11428
|
-
.
|
|
11432
|
+
._drag_1udco_471 path {
|
|
11429
11433
|
stroke: var(--color-text-faint);
|
|
11430
11434
|
}
|
|
11431
|
-
.
|
|
11435
|
+
._drag_1udco_471:hover path {
|
|
11432
11436
|
stroke: var(--color-text-primary-hover);
|
|
11433
11437
|
}
|
|
11434
|
-
.
|
|
11438
|
+
._drag_1udco_471:active path {
|
|
11435
11439
|
stroke: var(--color-text-primary-active);
|
|
11436
11440
|
}
|
|
11437
|
-
.
|
|
11441
|
+
._list_1udco_491 {
|
|
11438
11442
|
flex-shrink: 0;
|
|
11439
11443
|
background: var(--color-background);
|
|
11440
11444
|
}
|
|
11441
|
-
.
|
|
11442
|
-
.
|
|
11445
|
+
._list_1udco_491._bordered_1udco_495:first-child,
|
|
11446
|
+
._list_1udco_491._bordered_1udco_495:first-child > :first-child {
|
|
11443
11447
|
border-top-left-radius: inherit;
|
|
11444
11448
|
border-top-right-radius: inherit;
|
|
11445
11449
|
}
|
|
11446
|
-
.
|
|
11447
|
-
.
|
|
11450
|
+
._list_1udco_491._bordered_1udco_495:last-child,
|
|
11451
|
+
._list_1udco_491._bordered_1udco_495:last-child > :last-child {
|
|
11448
11452
|
border-bottom-left-radius: inherit;
|
|
11449
11453
|
border-bottom-right-radius: inherit;
|
|
11450
11454
|
border-bottom: 0;
|
|
11451
11455
|
}
|
|
11452
|
-
.
|
|
11456
|
+
._item_1udco_414 {
|
|
11453
11457
|
color: inherit;
|
|
11454
11458
|
display: block;
|
|
11455
11459
|
transition: background-color 0.2s;
|
|
@@ -11460,7 +11464,7 @@ html[data-theme='dark'] {
|
|
|
11460
11464
|
overflow-wrap: break-word;
|
|
11461
11465
|
hyphens: auto;
|
|
11462
11466
|
}
|
|
11463
|
-
.
|
|
11467
|
+
._item_1udco_414:not(._heading_1udco_414):after {
|
|
11464
11468
|
content: '';
|
|
11465
11469
|
position: absolute;
|
|
11466
11470
|
left: 0;
|
|
@@ -11471,97 +11475,98 @@ html[data-theme='dark'] {
|
|
|
11471
11475
|
border-bottom-left-radius: inherit;
|
|
11472
11476
|
transition: background 0.3s;
|
|
11473
11477
|
}
|
|
11474
|
-
.
|
|
11478
|
+
._item_1udco_414._action_1udco_528 {
|
|
11475
11479
|
cursor: pointer;
|
|
11476
11480
|
}
|
|
11477
|
-
.
|
|
11481
|
+
._item_1udco_414._action_1udco_528:not(._active_1udco_531):hover {
|
|
11478
11482
|
background: var(--color-background-listitem-hover);
|
|
11479
11483
|
}
|
|
11480
|
-
.
|
|
11484
|
+
._item_1udco_414._action_1udco_528:not(._active_1udco_531):hover:after {
|
|
11481
11485
|
background: rgba(0, 0, 0, 0.1);
|
|
11482
11486
|
}
|
|
11483
|
-
.
|
|
11487
|
+
._item_1udco_414._active_1udco_531 {
|
|
11484
11488
|
cursor: default;
|
|
11485
11489
|
position: relative;
|
|
11486
11490
|
z-index: 1;
|
|
11487
11491
|
background: var(--color-background-listitem-active);
|
|
11488
11492
|
}
|
|
11489
|
-
.
|
|
11493
|
+
._item_1udco_414._active_1udco_531:after {
|
|
11490
11494
|
background: var(--color-background-primary) !important;
|
|
11491
11495
|
}
|
|
11492
|
-
.
|
|
11496
|
+
._item_1udco_414._disabled_1udco_546 {
|
|
11493
11497
|
color: var(--color-text-faint);
|
|
11494
11498
|
pointer-events: none;
|
|
11495
11499
|
}
|
|
11496
|
-
.
|
|
11500
|
+
._item_1udco_414._heading_1udco_414 {
|
|
11497
11501
|
color: var(--color-text-muted);
|
|
11498
11502
|
background-color: transparent;
|
|
11499
11503
|
}
|
|
11500
|
-
.
|
|
11504
|
+
._item_1udco_414._heading_1udco_414._action_1udco_528:hover {
|
|
11501
11505
|
color: var(--color-text-primary-hover);
|
|
11502
11506
|
}
|
|
11503
|
-
.
|
|
11507
|
+
._item_1udco_414 ._label_1udco_557 {
|
|
11504
11508
|
margin-right: 15px;
|
|
11505
11509
|
margin-left: -5px;
|
|
11506
11510
|
margin-top: -2px;
|
|
11507
11511
|
margin-bottom: -2px;
|
|
11508
11512
|
flex-shrink: 0;
|
|
11509
11513
|
}
|
|
11510
|
-
.
|
|
11511
|
-
.
|
|
11514
|
+
._item_1udco_414 ._details_1udco_564,
|
|
11515
|
+
._item_1udco_414 ._metadata_1udco_565 {
|
|
11512
11516
|
display: block;
|
|
11513
11517
|
width: 100%;
|
|
11514
11518
|
font-weight: normal;
|
|
11515
11519
|
margin-top: 3px;
|
|
11516
11520
|
}
|
|
11517
|
-
.
|
|
11521
|
+
._item_1udco_414 ._metadata_1udco_565 {
|
|
11518
11522
|
color: var(--color-text-muted);
|
|
11519
11523
|
}
|
|
11520
|
-
.
|
|
11524
|
+
._item_1udco_414 ._itemContent_1udco_574 {
|
|
11521
11525
|
padding: 0 20px 12px;
|
|
11522
11526
|
cursor: auto;
|
|
11523
11527
|
}
|
|
11524
|
-
.
|
|
11528
|
+
._item_1udco_414 ._itemContent_1udco_574:empty {
|
|
11525
11529
|
padding: inherit;
|
|
11526
11530
|
}
|
|
11527
|
-
.
|
|
11531
|
+
._indentIcon_1udco_581 {
|
|
11532
|
+
color: var(--color-text-faint);
|
|
11528
11533
|
width: 20px;
|
|
11529
11534
|
flex-shrink: 0;
|
|
11530
11535
|
}
|
|
11531
|
-
.
|
|
11536
|
+
._expandIcon_1udco_586 {
|
|
11532
11537
|
width: 20px;
|
|
11533
11538
|
flex-shrink: 0;
|
|
11534
11539
|
position: relative;
|
|
11535
11540
|
margin-top: 1px;
|
|
11536
11541
|
}
|
|
11537
|
-
.
|
|
11542
|
+
._expandIcon_1udco_586._expanded_1udco_592 svg {
|
|
11538
11543
|
transform: rotate(90deg);
|
|
11539
11544
|
}
|
|
11540
|
-
.
|
|
11545
|
+
._right_1udco_595 {
|
|
11541
11546
|
margin-left: auto;
|
|
11542
11547
|
display: flex;
|
|
11543
11548
|
align-items: center;
|
|
11544
11549
|
margin-top: -2px;
|
|
11545
11550
|
margin-bottom: -2px;
|
|
11546
11551
|
}
|
|
11547
|
-
.
|
|
11552
|
+
._actions_1udco_602 {
|
|
11548
11553
|
margin-left: 8px;
|
|
11549
11554
|
display: flex;
|
|
11550
11555
|
align-items: center;
|
|
11551
11556
|
}
|
|
11552
|
-
.
|
|
11557
|
+
._scrollableList_1udco_607 {
|
|
11553
11558
|
height: 100%;
|
|
11554
11559
|
overflow-y: auto;
|
|
11555
11560
|
scroll-behavior: smooth;
|
|
11556
11561
|
}
|
|
11557
|
-
.
|
|
11562
|
+
._hideScrollbar_1udco_403 {
|
|
11558
11563
|
/* Firefox */
|
|
11559
11564
|
scrollbar-width: none;
|
|
11560
11565
|
/* IE 10+ */
|
|
11561
11566
|
-ms-overflow-style: none;
|
|
11562
11567
|
/* Chrome, Safari and Opera */
|
|
11563
11568
|
}
|
|
11564
|
-
.
|
|
11569
|
+
._hideScrollbar_1udco_403::-webkit-scrollbar {
|
|
11565
11570
|
display: none;
|
|
11566
11571
|
}
|
|
11567
11572
|
/*
|