@oliasoft-open-source/react-ui-library 4.0.0-beta-5 → 4.0.0-beta-6
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 +576 -556
- package/dist/index.js +252 -251
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -1208,76 +1208,77 @@ a {
|
|
|
1208
1208
|
transform-origin: 100% 0%;
|
|
1209
1209
|
z-index: 3;
|
|
1210
1210
|
}
|
|
1211
|
-
.
|
|
1211
|
+
._inputInTable_1ufmj_1 {
|
|
1212
1212
|
background-color: transparent;
|
|
1213
1213
|
border-radius: inherit !important;
|
|
1214
1214
|
height: var(--size);
|
|
1215
1215
|
min-height: 100%;
|
|
1216
1216
|
}
|
|
1217
|
-
.
|
|
1217
|
+
._inputInTable_1ufmj_1:not(:hover) {
|
|
1218
1218
|
border-color: transparent;
|
|
1219
1219
|
}
|
|
1220
|
-
.
|
|
1220
|
+
._inputHover_1ufmj_10 {
|
|
1221
1221
|
position: relative;
|
|
1222
1222
|
border-color: var(--color-border-hover);
|
|
1223
1223
|
z-index: 2;
|
|
1224
1224
|
}
|
|
1225
|
-
.
|
|
1225
|
+
._inputFocus_1ufmj_15 {
|
|
1226
1226
|
position: relative;
|
|
1227
1227
|
outline: none !important;
|
|
1228
1228
|
border-color: var(--color-border-focus) !important;
|
|
1229
1229
|
box-shadow: var(--shadow-focus);
|
|
1230
1230
|
z-index: 3;
|
|
1231
1231
|
}
|
|
1232
|
-
.
|
|
1233
|
-
.
|
|
1232
|
+
._inputError_1ufmj_22,
|
|
1233
|
+
._inputWarning_1ufmj_23 {
|
|
1234
1234
|
position: relative;
|
|
1235
1235
|
}
|
|
1236
|
-
.
|
|
1236
|
+
._inputError_1ufmj_22 {
|
|
1237
1237
|
z-index: 2;
|
|
1238
1238
|
border-color: var(--color-border-error);
|
|
1239
1239
|
color: var(--color-text-error) !important;
|
|
1240
1240
|
background-color: var(--color-background-error);
|
|
1241
1241
|
}
|
|
1242
|
-
.
|
|
1242
|
+
._inputError_1ufmj_22:hover {
|
|
1243
1243
|
border-color: var(--color-border-error-hover) !important;
|
|
1244
1244
|
}
|
|
1245
|
-
.
|
|
1245
|
+
._inputError_1ufmj_22:focus {
|
|
1246
1246
|
position: relative;
|
|
1247
1247
|
outline: none !important;
|
|
1248
1248
|
border-color: var(--color-border-focus) !important;
|
|
1249
1249
|
box-shadow: var(--shadow-focus);
|
|
1250
1250
|
z-index: 3;
|
|
1251
1251
|
}
|
|
1252
|
-
.
|
|
1252
|
+
._inputWarning_1ufmj_23 {
|
|
1253
1253
|
z-index: 1;
|
|
1254
1254
|
border-color: var(--color-border-warning);
|
|
1255
1255
|
color: var(--color-text-warning) !important;
|
|
1256
1256
|
background-color: var(--color-background-warning);
|
|
1257
1257
|
}
|
|
1258
|
-
.
|
|
1258
|
+
._inputWarning_1ufmj_23:hover {
|
|
1259
1259
|
border-color: var(--color-border-warning-hover) !important;
|
|
1260
1260
|
}
|
|
1261
|
-
.
|
|
1261
|
+
._inputWarning_1ufmj_23:focus {
|
|
1262
1262
|
position: relative;
|
|
1263
1263
|
outline: none !important;
|
|
1264
1264
|
border-color: var(--color-border-focus) !important;
|
|
1265
1265
|
box-shadow: var(--shadow-focus);
|
|
1266
1266
|
z-index: 3;
|
|
1267
1267
|
}
|
|
1268
|
-
.
|
|
1268
|
+
._inputDisabled_1ufmj_58 {
|
|
1269
1269
|
pointer-events: none;
|
|
1270
1270
|
background-color: var(--color-background-disabled);
|
|
1271
1271
|
color: var(--color-text-muted);
|
|
1272
|
+
box-shadow: none;
|
|
1272
1273
|
}
|
|
1273
|
-
.
|
|
1274
|
+
._hideScrollbars_1ufmj_64 {
|
|
1274
1275
|
/* Firefox */
|
|
1275
1276
|
scrollbar-width: none;
|
|
1276
1277
|
/* IE 10+ */
|
|
1277
1278
|
-ms-overflow-style: none;
|
|
1278
1279
|
/* Chrome, Safari and Opera */
|
|
1279
1280
|
}
|
|
1280
|
-
.
|
|
1281
|
+
._hideScrollbars_1ufmj_64::-webkit-scrollbar {
|
|
1281
1282
|
display: none;
|
|
1282
1283
|
}
|
|
1283
1284
|
:root {
|
|
@@ -1303,7 +1304,7 @@ html[data-theme='dark'] {
|
|
|
1303
1304
|
--color-border-button: var(--color-border);
|
|
1304
1305
|
--color-border-button-hover: var(--color-border);
|
|
1305
1306
|
}
|
|
1306
|
-
.
|
|
1307
|
+
._button_1ufmj_97 {
|
|
1307
1308
|
cursor: pointer;
|
|
1308
1309
|
display: inline-flex;
|
|
1309
1310
|
align-items: center;
|
|
@@ -1329,79 +1330,79 @@ html[data-theme='dark'] {
|
|
|
1329
1330
|
min-height: var(--size);
|
|
1330
1331
|
box-shadow: var(--shadow-button);
|
|
1331
1332
|
}
|
|
1332
|
-
.
|
|
1333
|
+
._button_1ufmj_97:hover {
|
|
1333
1334
|
background: var(--color-background-button-default-hover);
|
|
1334
1335
|
border-color: var(--color-border-button-hover);
|
|
1335
1336
|
}
|
|
1336
|
-
.
|
|
1337
|
+
._button_1ufmj_97:focus {
|
|
1337
1338
|
box-shadow: var(--shadow-focus) !important;
|
|
1338
1339
|
}
|
|
1339
|
-
.
|
|
1340
|
+
._button_1ufmj_97:active {
|
|
1340
1341
|
background: var(--color-background-button-default-active);
|
|
1341
1342
|
box-shadow: none;
|
|
1342
1343
|
}
|
|
1343
|
-
.
|
|
1344
|
+
._button_1ufmj_97._active_1ufmj_134:not(._green_1ufmj_134):not(._red_1ufmj_134):not(._orange_1ufmj_134) {
|
|
1344
1345
|
border-color: var(--color-background-button-primary);
|
|
1345
1346
|
color: var(--color-text-primary);
|
|
1346
1347
|
position: relative;
|
|
1347
1348
|
z-index: 2;
|
|
1348
1349
|
}
|
|
1349
|
-
.
|
|
1350
|
-
.
|
|
1351
|
-
.
|
|
1350
|
+
._button_1ufmj_97:hover,
|
|
1351
|
+
._button_1ufmj_97:focus,
|
|
1352
|
+
._button_1ufmj_97:active {
|
|
1352
1353
|
position: relative;
|
|
1353
1354
|
z-index: 1;
|
|
1354
1355
|
}
|
|
1355
|
-
.
|
|
1356
|
+
._button_1ufmj_97 ._icon_1ufmj_146 {
|
|
1356
1357
|
margin: -2px;
|
|
1357
1358
|
margin-right: 8px;
|
|
1358
1359
|
font-size: 1.25em;
|
|
1359
1360
|
}
|
|
1360
|
-
.
|
|
1361
|
+
._iconOnly_1ufmj_151 {
|
|
1361
1362
|
width: var(--size);
|
|
1362
1363
|
display: inline-flex;
|
|
1363
1364
|
align-items: center;
|
|
1364
1365
|
justify-content: center;
|
|
1365
1366
|
}
|
|
1366
|
-
.
|
|
1367
|
+
._iconOnly_1ufmj_151 ._icon_1ufmj_146 {
|
|
1367
1368
|
margin: 0;
|
|
1368
1369
|
line-height: 0;
|
|
1369
1370
|
}
|
|
1370
|
-
.
|
|
1371
|
+
._basic_1ufmj_161 {
|
|
1371
1372
|
color: var(--color-text-primary);
|
|
1372
1373
|
background: transparent;
|
|
1373
1374
|
box-shadow: none !important;
|
|
1374
1375
|
border: none !important;
|
|
1375
1376
|
}
|
|
1376
|
-
.
|
|
1377
|
+
._basic_1ufmj_161._muted_1ufmj_167 {
|
|
1377
1378
|
color: var(--color-text-muted);
|
|
1378
1379
|
}
|
|
1379
|
-
.
|
|
1380
|
+
._basic_1ufmj_161:hover {
|
|
1380
1381
|
color: var(--color-text-primary-hover);
|
|
1381
1382
|
background: rgba(0, 0, 0, 0.05);
|
|
1382
1383
|
}
|
|
1383
|
-
.
|
|
1384
|
-
.
|
|
1384
|
+
._basic_1ufmj_161:active,
|
|
1385
|
+
._basic_1ufmj_161._active_1ufmj_134 {
|
|
1385
1386
|
color: var(--color-text-primary-active);
|
|
1386
1387
|
background: rgba(0, 0, 0, 0.1);
|
|
1387
1388
|
}
|
|
1388
|
-
.
|
|
1389
|
+
._disabled_1ufmj_179 {
|
|
1389
1390
|
cursor: default;
|
|
1390
1391
|
pointer-events: none !important;
|
|
1391
1392
|
color: var(--color-text-faint) !important;
|
|
1392
1393
|
box-shadow: none !important;
|
|
1393
1394
|
}
|
|
1394
|
-
.
|
|
1395
|
+
._disabled_1ufmj_179:not(._active_1ufmj_134):not(._basic_1ufmj_161) {
|
|
1395
1396
|
background: var(--color-background-disabled) !important;
|
|
1396
1397
|
border: 1px solid var(--color-border) !important;
|
|
1397
1398
|
}
|
|
1398
|
-
.
|
|
1399
|
+
._small_1ufmj_189 {
|
|
1399
1400
|
font-size: var(--font-size-sm);
|
|
1400
1401
|
min-height: var(--size-sm);
|
|
1401
1402
|
padding: var(--padding-input-sm);
|
|
1402
1403
|
}
|
|
1403
|
-
.
|
|
1404
|
-
.
|
|
1404
|
+
._pill_1ufmj_194,
|
|
1405
|
+
._round_1ufmj_195 {
|
|
1405
1406
|
text-transform: uppercase;
|
|
1406
1407
|
letter-spacing: 0.1em;
|
|
1407
1408
|
font-weight: bold;
|
|
@@ -1409,144 +1410,144 @@ html[data-theme='dark'] {
|
|
|
1409
1410
|
display: inline-flex;
|
|
1410
1411
|
align-items: center;
|
|
1411
1412
|
}
|
|
1412
|
-
.
|
|
1413
|
+
._round_1ufmj_195 {
|
|
1413
1414
|
padding: 0;
|
|
1414
1415
|
width: var(--size);
|
|
1415
1416
|
line-height: 1;
|
|
1416
1417
|
}
|
|
1417
|
-
.
|
|
1418
|
+
._round_1ufmj_195._small_1ufmj_189 {
|
|
1418
1419
|
width: var(--size-sm);
|
|
1419
1420
|
}
|
|
1420
|
-
.
|
|
1421
|
+
._orange_1ufmj_134:not(._basic_1ufmj_161) {
|
|
1421
1422
|
background-color: var(--color-background-button-primary);
|
|
1422
1423
|
}
|
|
1423
|
-
.
|
|
1424
|
+
._orange_1ufmj_134:not(._basic_1ufmj_161):hover {
|
|
1424
1425
|
background-color: var(--color-background-button-primary-hover);
|
|
1425
1426
|
}
|
|
1426
|
-
.
|
|
1427
|
-
.
|
|
1427
|
+
._orange_1ufmj_134:not(._basic_1ufmj_161):active,
|
|
1428
|
+
._orange_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
|
|
1428
1429
|
background-color: var(--color-background-button-primary-active);
|
|
1429
1430
|
}
|
|
1430
|
-
.
|
|
1431
|
+
._red_1ufmj_134:not(._basic_1ufmj_161) {
|
|
1431
1432
|
background-color: var(--color-background-button-error);
|
|
1432
1433
|
}
|
|
1433
|
-
.
|
|
1434
|
+
._red_1ufmj_134:not(._basic_1ufmj_161):hover {
|
|
1434
1435
|
background-color: var(--color-background-button-error-hover);
|
|
1435
1436
|
}
|
|
1436
|
-
.
|
|
1437
|
-
.
|
|
1437
|
+
._red_1ufmj_134:not(._basic_1ufmj_161):active,
|
|
1438
|
+
._red_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
|
|
1438
1439
|
background-color: var(--color-background-button-error-active);
|
|
1439
1440
|
}
|
|
1440
|
-
.
|
|
1441
|
+
._red_1ufmj_134._basic_1ufmj_161 {
|
|
1441
1442
|
color: var(--color-text-error);
|
|
1442
1443
|
}
|
|
1443
|
-
.
|
|
1444
|
+
._green_1ufmj_134:not(._basic_1ufmj_161) {
|
|
1444
1445
|
background-color: var(--color-background-button-success);
|
|
1445
1446
|
}
|
|
1446
|
-
.
|
|
1447
|
+
._green_1ufmj_134:not(._basic_1ufmj_161):hover {
|
|
1447
1448
|
background-color: var(--color-background-button-success-hover);
|
|
1448
1449
|
}
|
|
1449
|
-
.
|
|
1450
|
-
.
|
|
1450
|
+
._green_1ufmj_134:not(._basic_1ufmj_161):active,
|
|
1451
|
+
._green_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
|
|
1451
1452
|
background-color: var(--color-background-button-success-active);
|
|
1452
1453
|
}
|
|
1453
|
-
.
|
|
1454
|
+
._green_1ufmj_134._basic_1ufmj_161 {
|
|
1454
1455
|
color: var(--color-text-success);
|
|
1455
1456
|
}
|
|
1456
|
-
.
|
|
1457
|
-
.
|
|
1458
|
-
.
|
|
1457
|
+
._orange_1ufmj_134:not(._basic_1ufmj_161),
|
|
1458
|
+
._red_1ufmj_134:not(._basic_1ufmj_161),
|
|
1459
|
+
._green_1ufmj_134:not(._basic_1ufmj_161) {
|
|
1459
1460
|
color: #fff;
|
|
1460
1461
|
}
|
|
1461
|
-
.
|
|
1462
|
-
.
|
|
1463
|
-
.
|
|
1462
|
+
._orange_1ufmj_134:not(._basic_1ufmj_161):hover,
|
|
1463
|
+
._red_1ufmj_134:not(._basic_1ufmj_161):hover,
|
|
1464
|
+
._green_1ufmj_134:not(._basic_1ufmj_161):hover {
|
|
1464
1465
|
color: #fff;
|
|
1465
1466
|
}
|
|
1466
|
-
.
|
|
1467
|
-
.
|
|
1468
|
-
.
|
|
1469
|
-
.
|
|
1470
|
-
.
|
|
1471
|
-
.
|
|
1467
|
+
._orange_1ufmj_134:not(._basic_1ufmj_161):active,
|
|
1468
|
+
._red_1ufmj_134:not(._basic_1ufmj_161):active,
|
|
1469
|
+
._green_1ufmj_134:not(._basic_1ufmj_161):active,
|
|
1470
|
+
._orange_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134,
|
|
1471
|
+
._red_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134,
|
|
1472
|
+
._green_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
|
|
1472
1473
|
color: #fff;
|
|
1473
1474
|
}
|
|
1474
|
-
.
|
|
1475
|
+
._error_1ufmj_265 {
|
|
1475
1476
|
position: relative;
|
|
1476
1477
|
z-index: 2;
|
|
1477
1478
|
border-color: var(--color-border-error);
|
|
1478
1479
|
color: var(--color-text-error) !important;
|
|
1479
1480
|
background-color: var(--color-background-error);
|
|
1480
1481
|
}
|
|
1481
|
-
.
|
|
1482
|
+
._error_1ufmj_265:hover {
|
|
1482
1483
|
border-color: var(--color-border-error-hover) !important;
|
|
1483
1484
|
}
|
|
1484
|
-
.
|
|
1485
|
+
._error_1ufmj_265:focus {
|
|
1485
1486
|
position: relative;
|
|
1486
1487
|
outline: none !important;
|
|
1487
1488
|
border-color: var(--color-border-focus) !important;
|
|
1488
1489
|
box-shadow: var(--shadow-focus);
|
|
1489
1490
|
z-index: 3;
|
|
1490
1491
|
}
|
|
1491
|
-
.
|
|
1492
|
+
._warning_1ufmj_282 {
|
|
1492
1493
|
position: relative;
|
|
1493
1494
|
z-index: 1;
|
|
1494
1495
|
border-color: var(--color-border-warning);
|
|
1495
1496
|
color: var(--color-text-warning) !important;
|
|
1496
1497
|
background-color: var(--color-background-warning);
|
|
1497
1498
|
}
|
|
1498
|
-
.
|
|
1499
|
+
._warning_1ufmj_282:hover {
|
|
1499
1500
|
border-color: var(--color-border-warning-hover) !important;
|
|
1500
1501
|
}
|
|
1501
|
-
.
|
|
1502
|
+
._warning_1ufmj_282:focus {
|
|
1502
1503
|
position: relative;
|
|
1503
1504
|
outline: none !important;
|
|
1504
1505
|
border-color: var(--color-border-focus) !important;
|
|
1505
1506
|
box-shadow: var(--shadow-focus);
|
|
1506
1507
|
z-index: 3;
|
|
1507
1508
|
}
|
|
1508
|
-
.
|
|
1509
|
+
._inverted_1ufmj_299 {
|
|
1509
1510
|
background-color: transparent;
|
|
1510
1511
|
border-color: var(--color-text);
|
|
1511
1512
|
box-shadow: none;
|
|
1512
1513
|
}
|
|
1513
|
-
.
|
|
1514
|
-
.
|
|
1514
|
+
._inverted_1ufmj_299:hover,
|
|
1515
|
+
._inverted_1ufmj_299:active {
|
|
1515
1516
|
box-shadow: none;
|
|
1516
1517
|
}
|
|
1517
|
-
.
|
|
1518
|
+
._inverted_1ufmj_299._orange_1ufmj_134 {
|
|
1518
1519
|
color: var(--color-background-button-primary);
|
|
1519
1520
|
border-color: var(--color-background-button-primary);
|
|
1520
1521
|
}
|
|
1521
|
-
.
|
|
1522
|
+
._inverted_1ufmj_299._red_1ufmj_134 {
|
|
1522
1523
|
color: var(--color-background-button-error);
|
|
1523
1524
|
border-color: var(--color-background-button-error);
|
|
1524
1525
|
}
|
|
1525
|
-
.
|
|
1526
|
+
._inverted_1ufmj_299._green_1ufmj_134 {
|
|
1526
1527
|
color: var(--color-background-button-success);
|
|
1527
1528
|
border-color: var(--color-background-button-success);
|
|
1528
1529
|
}
|
|
1529
|
-
.
|
|
1530
|
-
.
|
|
1531
|
-
.
|
|
1532
|
-
.
|
|
1533
|
-
.
|
|
1534
|
-
.
|
|
1530
|
+
._inverted_1ufmj_299._orange_1ufmj_134:hover,
|
|
1531
|
+
._inverted_1ufmj_299._red_1ufmj_134:hover,
|
|
1532
|
+
._inverted_1ufmj_299._green_1ufmj_134:hover,
|
|
1533
|
+
._inverted_1ufmj_299._orange_1ufmj_134:active,
|
|
1534
|
+
._inverted_1ufmj_299._red_1ufmj_134:active,
|
|
1535
|
+
._inverted_1ufmj_299._green_1ufmj_134:active {
|
|
1535
1536
|
color: white;
|
|
1536
1537
|
box-shadow: none;
|
|
1537
1538
|
}
|
|
1538
|
-
.
|
|
1539
|
-
.
|
|
1540
|
-
.
|
|
1539
|
+
._groupOrderFirst_1ufmj_329,
|
|
1540
|
+
._groupOrderMiddle_1ufmj_330,
|
|
1541
|
+
._groupOrderLast_1ufmj_331 {
|
|
1541
1542
|
margin-right: 0;
|
|
1542
1543
|
}
|
|
1543
|
-
.
|
|
1544
|
-
.
|
|
1544
|
+
._groupOrderFirst_1ufmj_329,
|
|
1545
|
+
._groupOrderMiddle_1ufmj_330 {
|
|
1545
1546
|
border-top-right-radius: 0 !important;
|
|
1546
1547
|
border-bottom-right-radius: 0 !important;
|
|
1547
1548
|
}
|
|
1548
|
-
.
|
|
1549
|
-
.
|
|
1549
|
+
._groupOrderLast_1ufmj_331,
|
|
1550
|
+
._groupOrderMiddle_1ufmj_330 {
|
|
1550
1551
|
border-top-left-radius: 0 !important;
|
|
1551
1552
|
border-bottom-left-radius: 0 !important;
|
|
1552
1553
|
}
|
|
@@ -1889,76 +1890,77 @@ html[data-theme='dark'] {
|
|
|
1889
1890
|
._footer_15xxd_47 button:not(:last-child) {
|
|
1890
1891
|
margin-right: var(--spacing);
|
|
1891
1892
|
}
|
|
1892
|
-
.
|
|
1893
|
+
._inputInTable_1m30t_1 {
|
|
1893
1894
|
background-color: transparent;
|
|
1894
1895
|
border-radius: inherit !important;
|
|
1895
1896
|
height: var(--size);
|
|
1896
1897
|
min-height: 100%;
|
|
1897
1898
|
}
|
|
1898
|
-
.
|
|
1899
|
+
._inputInTable_1m30t_1:not(:hover) {
|
|
1899
1900
|
border-color: transparent;
|
|
1900
1901
|
}
|
|
1901
|
-
.
|
|
1902
|
+
._inputHover_1m30t_10 {
|
|
1902
1903
|
position: relative;
|
|
1903
1904
|
border-color: var(--color-border-hover);
|
|
1904
1905
|
z-index: 2;
|
|
1905
1906
|
}
|
|
1906
|
-
.
|
|
1907
|
+
._inputFocus_1m30t_15 {
|
|
1907
1908
|
position: relative;
|
|
1908
1909
|
outline: none !important;
|
|
1909
1910
|
border-color: var(--color-border-focus) !important;
|
|
1910
1911
|
box-shadow: var(--shadow-focus);
|
|
1911
1912
|
z-index: 3;
|
|
1912
1913
|
}
|
|
1913
|
-
.
|
|
1914
|
-
.
|
|
1914
|
+
._inputError_1m30t_22,
|
|
1915
|
+
._inputWarning_1m30t_23 {
|
|
1915
1916
|
position: relative;
|
|
1916
1917
|
}
|
|
1917
|
-
.
|
|
1918
|
+
._inputError_1m30t_22 {
|
|
1918
1919
|
z-index: 2;
|
|
1919
1920
|
border-color: var(--color-border-error);
|
|
1920
1921
|
color: var(--color-text-error) !important;
|
|
1921
1922
|
background-color: var(--color-background-error);
|
|
1922
1923
|
}
|
|
1923
|
-
.
|
|
1924
|
+
._inputError_1m30t_22:hover {
|
|
1924
1925
|
border-color: var(--color-border-error-hover) !important;
|
|
1925
1926
|
}
|
|
1926
|
-
.
|
|
1927
|
+
._inputError_1m30t_22:focus {
|
|
1927
1928
|
position: relative;
|
|
1928
1929
|
outline: none !important;
|
|
1929
1930
|
border-color: var(--color-border-focus) !important;
|
|
1930
1931
|
box-shadow: var(--shadow-focus);
|
|
1931
1932
|
z-index: 3;
|
|
1932
1933
|
}
|
|
1933
|
-
.
|
|
1934
|
+
._inputWarning_1m30t_23 {
|
|
1934
1935
|
z-index: 1;
|
|
1935
1936
|
border-color: var(--color-border-warning);
|
|
1936
1937
|
color: var(--color-text-warning) !important;
|
|
1937
1938
|
background-color: var(--color-background-warning);
|
|
1938
1939
|
}
|
|
1939
|
-
.
|
|
1940
|
+
._inputWarning_1m30t_23:hover {
|
|
1940
1941
|
border-color: var(--color-border-warning-hover) !important;
|
|
1941
1942
|
}
|
|
1942
|
-
.
|
|
1943
|
+
._inputWarning_1m30t_23:focus {
|
|
1943
1944
|
position: relative;
|
|
1944
1945
|
outline: none !important;
|
|
1945
1946
|
border-color: var(--color-border-focus) !important;
|
|
1946
1947
|
box-shadow: var(--shadow-focus);
|
|
1947
1948
|
z-index: 3;
|
|
1948
1949
|
}
|
|
1949
|
-
.
|
|
1950
|
+
._inputDisabled_1m30t_58 {
|
|
1950
1951
|
pointer-events: none;
|
|
1951
1952
|
background-color: var(--color-background-disabled);
|
|
1952
1953
|
color: var(--color-text-muted);
|
|
1954
|
+
box-shadow: none;
|
|
1953
1955
|
}
|
|
1954
|
-
.
|
|
1956
|
+
._hideScrollbars_1m30t_64 {
|
|
1955
1957
|
/* Firefox */
|
|
1956
1958
|
scrollbar-width: none;
|
|
1957
1959
|
/* IE 10+ */
|
|
1958
1960
|
-ms-overflow-style: none;
|
|
1959
1961
|
/* Chrome, Safari and Opera */
|
|
1960
1962
|
}
|
|
1961
|
-
.
|
|
1963
|
+
._hideScrollbars_1m30t_64::-webkit-scrollbar {
|
|
1962
1964
|
display: none;
|
|
1963
1965
|
}
|
|
1964
1966
|
:root {
|
|
@@ -1975,37 +1977,37 @@ html[data-theme='dark'] {
|
|
|
1975
1977
|
--color-border-drawer-tab: var(--color-primary-750);
|
|
1976
1978
|
--color-background-drawer-handle-hover: rgba(255, 255, 255, 0.1);
|
|
1977
1979
|
}
|
|
1978
|
-
.
|
|
1980
|
+
._inline_1m30t_88 {
|
|
1979
1981
|
position: relative;
|
|
1980
1982
|
}
|
|
1981
|
-
.
|
|
1983
|
+
._inline_1m30t_88._left_1m30t_91 {
|
|
1982
1984
|
order: -1;
|
|
1983
1985
|
}
|
|
1984
|
-
.
|
|
1986
|
+
._inline_1m30t_88._right_1m30t_94 {
|
|
1985
1987
|
order: 9999;
|
|
1986
1988
|
}
|
|
1987
|
-
.
|
|
1989
|
+
._fixed_1m30t_97 {
|
|
1988
1990
|
position: fixed;
|
|
1989
1991
|
top: 0;
|
|
1990
1992
|
bottom: 0;
|
|
1991
1993
|
z-index: var(--zindex-drawer);
|
|
1992
1994
|
}
|
|
1993
|
-
.
|
|
1995
|
+
._fixed_1m30t_97._left_1m30t_91 {
|
|
1994
1996
|
left: 0;
|
|
1995
1997
|
}
|
|
1996
|
-
.
|
|
1998
|
+
._fixed_1m30t_97._right_1m30t_94 {
|
|
1997
1999
|
right: 0;
|
|
1998
2000
|
}
|
|
1999
|
-
.
|
|
2001
|
+
._left_1m30t_91 ._border_1m30t_109 {
|
|
2000
2002
|
border-right: 1px solid var(--color-border);
|
|
2001
2003
|
}
|
|
2002
|
-
.
|
|
2004
|
+
._right_1m30t_94 ._border_1m30t_109 {
|
|
2003
2005
|
border-left: 1px solid var(--color-border);
|
|
2004
2006
|
}
|
|
2005
|
-
.
|
|
2007
|
+
._shadow_1m30t_115 {
|
|
2006
2008
|
box-shadow: var(--shadow-layer);
|
|
2007
2009
|
}
|
|
2008
|
-
.
|
|
2010
|
+
._drawerContent_1m30t_118 {
|
|
2009
2011
|
overflow-x: hidden;
|
|
2010
2012
|
overflow-y: auto;
|
|
2011
2013
|
max-height: 100%;
|
|
@@ -2017,40 +2019,40 @@ html[data-theme='dark'] {
|
|
|
2017
2019
|
-ms-overflow-style: none;
|
|
2018
2020
|
/* Chrome, Safari and Opera */
|
|
2019
2021
|
}
|
|
2020
|
-
.
|
|
2022
|
+
._isResizing_1m30t_130 ._drawerContent_1m30t_118 {
|
|
2021
2023
|
transition: none;
|
|
2022
2024
|
}
|
|
2023
2025
|
@media print {
|
|
2024
|
-
.
|
|
2026
|
+
._drawerContent_1m30t_118 {
|
|
2025
2027
|
background: transparent !important;
|
|
2026
2028
|
}
|
|
2027
2029
|
}
|
|
2028
|
-
.
|
|
2030
|
+
._drawerContent_1m30t_118::-webkit-scrollbar {
|
|
2029
2031
|
display: none;
|
|
2030
2032
|
}
|
|
2031
|
-
.
|
|
2033
|
+
._toggleButton_1m30t_141 {
|
|
2032
2034
|
transition: transform 0.4s;
|
|
2033
2035
|
display: inline-block;
|
|
2034
2036
|
transform: rotate(180deg);
|
|
2035
2037
|
position: absolute;
|
|
2036
2038
|
z-index: calc(var(--zindex-drawer) + 3);
|
|
2037
2039
|
}
|
|
2038
|
-
.
|
|
2040
|
+
._left_1m30t_91 ._toggleButton_1m30t_141 {
|
|
2039
2041
|
right: calc(var(--size) / -2);
|
|
2040
2042
|
}
|
|
2041
|
-
.
|
|
2043
|
+
._right_1m30t_94 ._toggleButton_1m30t_141 {
|
|
2042
2044
|
left: calc(var(--size) / -2);
|
|
2043
2045
|
}
|
|
2044
|
-
.
|
|
2046
|
+
._toggleButton_1m30t_141._top_1m30t_154 {
|
|
2045
2047
|
top: var(--padding-y);
|
|
2046
2048
|
}
|
|
2047
|
-
.
|
|
2049
|
+
._toggleButton_1m30t_141._bottom_1m30t_157 {
|
|
2048
2050
|
bottom: var(--padding-y);
|
|
2049
2051
|
}
|
|
2050
|
-
.
|
|
2052
|
+
._toggleButton_1m30t_141._toggleButtonOpen_1m30t_160 {
|
|
2051
2053
|
transform: rotate(0deg);
|
|
2052
2054
|
}
|
|
2053
|
-
.
|
|
2055
|
+
._tabs_1m30t_163 {
|
|
2054
2056
|
position: absolute;
|
|
2055
2057
|
top: 0;
|
|
2056
2058
|
bottom: 0;
|
|
@@ -2061,13 +2063,13 @@ html[data-theme='dark'] {
|
|
|
2061
2063
|
border-right: 1px solid var(--color-border);
|
|
2062
2064
|
font-size: var(--size-sm);
|
|
2063
2065
|
}
|
|
2064
|
-
.
|
|
2066
|
+
._left_1m30t_91 ._tabs_1m30t_163 {
|
|
2065
2067
|
right: 0;
|
|
2066
2068
|
}
|
|
2067
|
-
.
|
|
2069
|
+
._right_1m30t_94 ._tabs_1m30t_163 {
|
|
2068
2070
|
left: 0;
|
|
2069
2071
|
}
|
|
2070
|
-
.
|
|
2072
|
+
._tabs_1m30t_163 ._tab_1m30t_163 {
|
|
2071
2073
|
height: 38px;
|
|
2072
2074
|
width: 38px;
|
|
2073
2075
|
display: flex;
|
|
@@ -2078,39 +2080,39 @@ html[data-theme='dark'] {
|
|
|
2078
2080
|
transition: color 0.3s, background-color 0.3s;
|
|
2079
2081
|
border: 1px solid var(--color-border-drawer-tab);
|
|
2080
2082
|
}
|
|
2081
|
-
.
|
|
2083
|
+
._left_1m30t_91 ._tabs_1m30t_163 ._tab_1m30t_163 {
|
|
2082
2084
|
border-top-left-radius: 0;
|
|
2083
2085
|
border-bottom-left-radius: 0;
|
|
2084
2086
|
}
|
|
2085
|
-
.
|
|
2087
|
+
._left_1m30t_91 ._tabs_1m30t_163 ._tab_1m30t_163._active_1m30t_195 {
|
|
2086
2088
|
border-left-color: transparent;
|
|
2087
2089
|
}
|
|
2088
|
-
.
|
|
2090
|
+
._right_1m30t_94 ._tabs_1m30t_163 ._tab_1m30t_163 {
|
|
2089
2091
|
border-top-right-radius: 0;
|
|
2090
2092
|
border-bottom-right-radius: 0;
|
|
2091
2093
|
}
|
|
2092
|
-
.
|
|
2094
|
+
._right_1m30t_94 ._tabs_1m30t_163 ._tab_1m30t_163._active_1m30t_195 {
|
|
2093
2095
|
border-right-color: transparent;
|
|
2094
2096
|
}
|
|
2095
|
-
.
|
|
2097
|
+
._tabs_1m30t_163 ._tab_1m30t_163:not(._active_1m30t_195) {
|
|
2096
2098
|
color: var(--color-text-primary);
|
|
2097
2099
|
background-color: var(--color-background-drawer-tab) !important;
|
|
2098
2100
|
}
|
|
2099
|
-
.
|
|
2101
|
+
._tabs_1m30t_163 ._tab_1m30t_163:not(._active_1m30t_195):hover {
|
|
2100
2102
|
color: var(--color-text);
|
|
2101
2103
|
background-color: var(--color-background-drawer-tab-hover) !important;
|
|
2102
2104
|
}
|
|
2103
|
-
.
|
|
2105
|
+
._tabs_1m30t_163 ._tab_1m30t_163._active_1m30t_195 {
|
|
2104
2106
|
color: var(--color-text);
|
|
2105
2107
|
border-color: var(--color-border);
|
|
2106
2108
|
}
|
|
2107
|
-
.
|
|
2109
|
+
._left_1m30t_91 ._tabsContent_1m30t_217 {
|
|
2108
2110
|
padding-right: 36px;
|
|
2109
2111
|
}
|
|
2110
|
-
.
|
|
2112
|
+
._right_1m30t_94 ._tabsContent_1m30t_217 {
|
|
2111
2113
|
padding-left: 36px;
|
|
2112
2114
|
}
|
|
2113
|
-
.
|
|
2115
|
+
._resizeHandle_1m30t_223 {
|
|
2114
2116
|
position: absolute;
|
|
2115
2117
|
top: 0;
|
|
2116
2118
|
bottom: 0;
|
|
@@ -2123,18 +2125,18 @@ html[data-theme='dark'] {
|
|
|
2123
2125
|
font-size: var(--font-size-sm);
|
|
2124
2126
|
transition: all 0.2s;
|
|
2125
2127
|
}
|
|
2126
|
-
.
|
|
2128
|
+
._resizeHandle_1m30t_223:hover {
|
|
2127
2129
|
background: var(--color-background-drawer-handle-hover);
|
|
2128
2130
|
color: var(--color-text-primary);
|
|
2129
2131
|
}
|
|
2130
|
-
.
|
|
2132
|
+
._resizeHandle_1m30t_223:active {
|
|
2131
2133
|
background: var(--color-text-primary);
|
|
2132
2134
|
color: white;
|
|
2133
2135
|
}
|
|
2134
|
-
.
|
|
2136
|
+
._left_1m30t_91 ._resizeHandle_1m30t_223 {
|
|
2135
2137
|
right: 0;
|
|
2136
2138
|
}
|
|
2137
|
-
.
|
|
2139
|
+
._right_1m30t_94 ._resizeHandle_1m30t_223 {
|
|
2138
2140
|
left: 0;
|
|
2139
2141
|
}
|
|
2140
2142
|
._empty_cs57m_1 {
|
|
@@ -2158,79 +2160,80 @@ html[data-theme='dark'] {
|
|
|
2158
2160
|
._inputGroup_biuoa_1 > *:not(:last-child) {
|
|
2159
2161
|
margin-right: -1px;
|
|
2160
2162
|
}
|
|
2161
|
-
.
|
|
2163
|
+
._inputInTable_1ioaf_1 {
|
|
2162
2164
|
background-color: transparent;
|
|
2163
2165
|
border-radius: inherit !important;
|
|
2164
2166
|
height: var(--size);
|
|
2165
2167
|
min-height: 100%;
|
|
2166
2168
|
}
|
|
2167
|
-
.
|
|
2169
|
+
._inputInTable_1ioaf_1:not(:hover) {
|
|
2168
2170
|
border-color: transparent;
|
|
2169
2171
|
}
|
|
2170
|
-
.
|
|
2172
|
+
._inputHover_1ioaf_10 {
|
|
2171
2173
|
position: relative;
|
|
2172
2174
|
border-color: var(--color-border-hover);
|
|
2173
2175
|
z-index: 2;
|
|
2174
2176
|
}
|
|
2175
|
-
.
|
|
2177
|
+
._inputFocus_1ioaf_15 {
|
|
2176
2178
|
position: relative;
|
|
2177
2179
|
outline: none !important;
|
|
2178
2180
|
border-color: var(--color-border-focus) !important;
|
|
2179
2181
|
box-shadow: var(--shadow-focus);
|
|
2180
2182
|
z-index: 3;
|
|
2181
2183
|
}
|
|
2182
|
-
.
|
|
2183
|
-
.
|
|
2184
|
+
._inputError_1ioaf_22,
|
|
2185
|
+
._inputWarning_1ioaf_23 {
|
|
2184
2186
|
position: relative;
|
|
2185
2187
|
}
|
|
2186
|
-
.
|
|
2188
|
+
._inputError_1ioaf_22 {
|
|
2187
2189
|
z-index: 2;
|
|
2188
2190
|
border-color: var(--color-border-error);
|
|
2189
2191
|
color: var(--color-text-error) !important;
|
|
2190
2192
|
background-color: var(--color-background-error);
|
|
2191
2193
|
}
|
|
2192
|
-
.
|
|
2194
|
+
._inputError_1ioaf_22:hover {
|
|
2193
2195
|
border-color: var(--color-border-error-hover) !important;
|
|
2194
2196
|
}
|
|
2195
|
-
.
|
|
2197
|
+
._inputError_1ioaf_22:focus {
|
|
2196
2198
|
position: relative;
|
|
2197
2199
|
outline: none !important;
|
|
2198
2200
|
border-color: var(--color-border-focus) !important;
|
|
2199
2201
|
box-shadow: var(--shadow-focus);
|
|
2200
2202
|
z-index: 3;
|
|
2201
2203
|
}
|
|
2202
|
-
.
|
|
2204
|
+
._inputWarning_1ioaf_23 {
|
|
2203
2205
|
z-index: 1;
|
|
2204
2206
|
border-color: var(--color-border-warning);
|
|
2205
2207
|
color: var(--color-text-warning) !important;
|
|
2206
2208
|
background-color: var(--color-background-warning);
|
|
2207
2209
|
}
|
|
2208
|
-
.
|
|
2210
|
+
._inputWarning_1ioaf_23:hover {
|
|
2209
2211
|
border-color: var(--color-border-warning-hover) !important;
|
|
2210
2212
|
}
|
|
2211
|
-
.
|
|
2213
|
+
._inputWarning_1ioaf_23:focus {
|
|
2212
2214
|
position: relative;
|
|
2213
2215
|
outline: none !important;
|
|
2214
2216
|
border-color: var(--color-border-focus) !important;
|
|
2215
2217
|
box-shadow: var(--shadow-focus);
|
|
2216
2218
|
z-index: 3;
|
|
2217
2219
|
}
|
|
2218
|
-
.
|
|
2220
|
+
._inputDisabled_1ioaf_58 {
|
|
2219
2221
|
pointer-events: none;
|
|
2220
2222
|
background-color: var(--color-background-disabled);
|
|
2221
2223
|
color: var(--color-text-muted);
|
|
2224
|
+
box-shadow: none;
|
|
2222
2225
|
}
|
|
2223
|
-
.
|
|
2226
|
+
._hideScrollbars_1ioaf_64 {
|
|
2224
2227
|
/* Firefox */
|
|
2225
2228
|
scrollbar-width: none;
|
|
2226
2229
|
/* IE 10+ */
|
|
2227
2230
|
-ms-overflow-style: none;
|
|
2228
2231
|
/* Chrome, Safari and Opera */
|
|
2229
2232
|
}
|
|
2230
|
-
.
|
|
2233
|
+
._hideScrollbars_1ioaf_64::-webkit-scrollbar {
|
|
2231
2234
|
display: none;
|
|
2232
2235
|
}
|
|
2233
|
-
.
|
|
2236
|
+
._input_1ioaf_1 {
|
|
2234
2237
|
margin: 0;
|
|
2235
2238
|
outline: 0;
|
|
2236
2239
|
text-align: left;
|
|
@@ -2248,90 +2251,91 @@ html[data-theme='dark'] {
|
|
|
2248
2251
|
font-style: normal;
|
|
2249
2252
|
position: relative;
|
|
2250
2253
|
}
|
|
2251
|
-
.
|
|
2254
|
+
._input_1ioaf_1::placeholder {
|
|
2252
2255
|
color: var(--color-text-placeholder);
|
|
2253
2256
|
}
|
|
2254
|
-
.
|
|
2257
|
+
._input_1ioaf_1._isInTable_1ioaf_95 {
|
|
2255
2258
|
background-color: transparent;
|
|
2256
2259
|
border-radius: inherit !important;
|
|
2257
2260
|
height: var(--size);
|
|
2258
2261
|
min-height: 100%;
|
|
2259
2262
|
}
|
|
2260
|
-
.
|
|
2263
|
+
._input_1ioaf_1._isInTable_1ioaf_95:not(:hover) {
|
|
2261
2264
|
border-color: transparent;
|
|
2262
2265
|
}
|
|
2263
|
-
.
|
|
2266
|
+
._input_1ioaf_1:hover {
|
|
2264
2267
|
position: relative;
|
|
2265
2268
|
border-color: var(--color-border-hover);
|
|
2266
2269
|
z-index: 2;
|
|
2267
2270
|
}
|
|
2268
|
-
.
|
|
2271
|
+
._input_1ioaf_1:focus {
|
|
2269
2272
|
position: relative;
|
|
2270
2273
|
outline: none !important;
|
|
2271
2274
|
border-color: var(--color-border-focus) !important;
|
|
2272
2275
|
box-shadow: var(--shadow-focus);
|
|
2273
2276
|
z-index: 3;
|
|
2274
2277
|
}
|
|
2275
|
-
.
|
|
2278
|
+
._input_1ioaf_1._small_1ioaf_116 {
|
|
2276
2279
|
font-size: var(--font-size-sm);
|
|
2277
2280
|
height: var(--size-sm);
|
|
2278
2281
|
padding: var(--padding-input-sm);
|
|
2279
2282
|
line-height: var(--size-sm);
|
|
2280
2283
|
}
|
|
2281
|
-
.
|
|
2284
|
+
._input_1ioaf_1._error_1ioaf_122 {
|
|
2282
2285
|
position: relative;
|
|
2283
2286
|
z-index: 2;
|
|
2284
2287
|
border-color: var(--color-border-error);
|
|
2285
2288
|
color: var(--color-text-error) !important;
|
|
2286
2289
|
background-color: var(--color-background-error);
|
|
2287
2290
|
}
|
|
2288
|
-
.
|
|
2291
|
+
._input_1ioaf_1._error_1ioaf_122:hover {
|
|
2289
2292
|
border-color: var(--color-border-error-hover) !important;
|
|
2290
2293
|
}
|
|
2291
|
-
.
|
|
2294
|
+
._input_1ioaf_1._error_1ioaf_122:focus {
|
|
2292
2295
|
position: relative;
|
|
2293
2296
|
outline: none !important;
|
|
2294
2297
|
border-color: var(--color-border-focus) !important;
|
|
2295
2298
|
box-shadow: var(--shadow-focus);
|
|
2296
2299
|
z-index: 3;
|
|
2297
2300
|
}
|
|
2298
|
-
.
|
|
2301
|
+
._input_1ioaf_1._warning_1ioaf_139 {
|
|
2299
2302
|
position: relative;
|
|
2300
2303
|
z-index: 1;
|
|
2301
2304
|
border-color: var(--color-border-warning);
|
|
2302
2305
|
color: var(--color-text-warning) !important;
|
|
2303
2306
|
background-color: var(--color-background-warning);
|
|
2304
2307
|
}
|
|
2305
|
-
.
|
|
2308
|
+
._input_1ioaf_1._warning_1ioaf_139:hover {
|
|
2306
2309
|
border-color: var(--color-border-warning-hover) !important;
|
|
2307
2310
|
}
|
|
2308
|
-
.
|
|
2311
|
+
._input_1ioaf_1._warning_1ioaf_139:focus {
|
|
2309
2312
|
position: relative;
|
|
2310
2313
|
outline: none !important;
|
|
2311
2314
|
border-color: var(--color-border-focus) !important;
|
|
2312
2315
|
box-shadow: var(--shadow-focus);
|
|
2313
2316
|
z-index: 3;
|
|
2314
2317
|
}
|
|
2315
|
-
.
|
|
2318
|
+
._input_1ioaf_1[disabled] {
|
|
2316
2319
|
pointer-events: none;
|
|
2317
2320
|
background-color: var(--color-background-disabled);
|
|
2318
2321
|
color: var(--color-text-muted);
|
|
2322
|
+
box-shadow: none;
|
|
2319
2323
|
}
|
|
2320
|
-
.
|
|
2324
|
+
._input_1ioaf_1._right_1ioaf_162 {
|
|
2321
2325
|
text-align: right;
|
|
2322
2326
|
}
|
|
2323
|
-
.
|
|
2324
|
-
.
|
|
2325
|
-
.
|
|
2327
|
+
._groupOrderFirst_1ioaf_165,
|
|
2328
|
+
._groupOrderMiddle_1ioaf_166,
|
|
2329
|
+
._groupOrderLast_1ioaf_167 {
|
|
2326
2330
|
flex: 1;
|
|
2327
2331
|
}
|
|
2328
|
-
.
|
|
2329
|
-
.
|
|
2332
|
+
._groupOrderFirst_1ioaf_165 ._input_1ioaf_1,
|
|
2333
|
+
._groupOrderMiddle_1ioaf_166 ._input_1ioaf_1 {
|
|
2330
2334
|
border-top-right-radius: 0 !important;
|
|
2331
2335
|
border-bottom-right-radius: 0 !important;
|
|
2332
2336
|
}
|
|
2333
|
-
.
|
|
2334
|
-
.
|
|
2337
|
+
._groupOrderLast_1ioaf_167 ._input_1ioaf_1,
|
|
2338
|
+
._groupOrderMiddle_1ioaf_166 ._input_1ioaf_1 {
|
|
2335
2339
|
border-top-left-radius: 0 !important;
|
|
2336
2340
|
border-bottom-left-radius: 0 !important;
|
|
2337
2341
|
}
|
|
@@ -2422,119 +2426,120 @@ html[data-theme='dark'] {
|
|
|
2422
2426
|
border-top-left-radius: 0 !important;
|
|
2423
2427
|
border-bottom-left-radius: 0 !important;
|
|
2424
2428
|
}
|
|
2425
|
-
.
|
|
2429
|
+
._inputInTable_1woim_1 {
|
|
2426
2430
|
background-color: transparent;
|
|
2427
2431
|
border-radius: inherit !important;
|
|
2428
2432
|
height: var(--size);
|
|
2429
2433
|
min-height: 100%;
|
|
2430
2434
|
}
|
|
2431
|
-
.
|
|
2435
|
+
._inputInTable_1woim_1:not(:hover) {
|
|
2432
2436
|
border-color: transparent;
|
|
2433
2437
|
}
|
|
2434
|
-
.
|
|
2438
|
+
._inputHover_1woim_10 {
|
|
2435
2439
|
position: relative;
|
|
2436
2440
|
border-color: var(--color-border-hover);
|
|
2437
2441
|
z-index: 2;
|
|
2438
2442
|
}
|
|
2439
|
-
.
|
|
2443
|
+
._inputFocus_1woim_15 {
|
|
2440
2444
|
position: relative;
|
|
2441
2445
|
outline: none !important;
|
|
2442
2446
|
border-color: var(--color-border-focus) !important;
|
|
2443
2447
|
box-shadow: var(--shadow-focus);
|
|
2444
2448
|
z-index: 3;
|
|
2445
2449
|
}
|
|
2446
|
-
.
|
|
2447
|
-
.
|
|
2450
|
+
._inputError_1woim_22,
|
|
2451
|
+
._inputWarning_1woim_23 {
|
|
2448
2452
|
position: relative;
|
|
2449
2453
|
}
|
|
2450
|
-
.
|
|
2454
|
+
._inputError_1woim_22 {
|
|
2451
2455
|
z-index: 2;
|
|
2452
2456
|
border-color: var(--color-border-error);
|
|
2453
2457
|
color: var(--color-text-error) !important;
|
|
2454
2458
|
background-color: var(--color-background-error);
|
|
2455
2459
|
}
|
|
2456
|
-
.
|
|
2460
|
+
._inputError_1woim_22:hover {
|
|
2457
2461
|
border-color: var(--color-border-error-hover) !important;
|
|
2458
2462
|
}
|
|
2459
|
-
.
|
|
2463
|
+
._inputError_1woim_22:focus {
|
|
2460
2464
|
position: relative;
|
|
2461
2465
|
outline: none !important;
|
|
2462
2466
|
border-color: var(--color-border-focus) !important;
|
|
2463
2467
|
box-shadow: var(--shadow-focus);
|
|
2464
2468
|
z-index: 3;
|
|
2465
2469
|
}
|
|
2466
|
-
.
|
|
2470
|
+
._inputWarning_1woim_23 {
|
|
2467
2471
|
z-index: 1;
|
|
2468
2472
|
border-color: var(--color-border-warning);
|
|
2469
2473
|
color: var(--color-text-warning) !important;
|
|
2470
2474
|
background-color: var(--color-background-warning);
|
|
2471
2475
|
}
|
|
2472
|
-
.
|
|
2476
|
+
._inputWarning_1woim_23:hover {
|
|
2473
2477
|
border-color: var(--color-border-warning-hover) !important;
|
|
2474
2478
|
}
|
|
2475
|
-
.
|
|
2479
|
+
._inputWarning_1woim_23:focus {
|
|
2476
2480
|
position: relative;
|
|
2477
2481
|
outline: none !important;
|
|
2478
2482
|
border-color: var(--color-border-focus) !important;
|
|
2479
2483
|
box-shadow: var(--shadow-focus);
|
|
2480
2484
|
z-index: 3;
|
|
2481
2485
|
}
|
|
2482
|
-
.
|
|
2486
|
+
._inputDisabled_1woim_58 {
|
|
2483
2487
|
pointer-events: none;
|
|
2484
2488
|
background-color: var(--color-background-disabled);
|
|
2485
2489
|
color: var(--color-text-muted);
|
|
2490
|
+
box-shadow: none;
|
|
2486
2491
|
}
|
|
2487
|
-
.
|
|
2492
|
+
._hideScrollbars_1woim_64 {
|
|
2488
2493
|
/* Firefox */
|
|
2489
2494
|
scrollbar-width: none;
|
|
2490
2495
|
/* IE 10+ */
|
|
2491
2496
|
-ms-overflow-style: none;
|
|
2492
2497
|
/* Chrome, Safari and Opera */
|
|
2493
2498
|
}
|
|
2494
|
-
.
|
|
2499
|
+
._hideScrollbars_1woim_64::-webkit-scrollbar {
|
|
2495
2500
|
display: none;
|
|
2496
2501
|
}
|
|
2497
|
-
.
|
|
2498
|
-
.
|
|
2502
|
+
._header_1woim_74 ._headerTitle_1woim_74,
|
|
2503
|
+
._heading_1woim_75 ._itemHeader_1woim_75 {
|
|
2499
2504
|
transition: opacity 0.3s;
|
|
2500
2505
|
}
|
|
2501
|
-
.
|
|
2502
|
-
.
|
|
2506
|
+
._narrow_1woim_78 ._header_1woim_74 ._headerTitle_1woim_74,
|
|
2507
|
+
._narrow_1woim_78 ._heading_1woim_75 ._itemHeader_1woim_75 {
|
|
2503
2508
|
opacity: 0;
|
|
2504
2509
|
}
|
|
2505
|
-
.
|
|
2510
|
+
._stickyHeader_1woim_82 {
|
|
2506
2511
|
position: sticky;
|
|
2507
2512
|
top: 0;
|
|
2508
2513
|
background-color: var(--color-background);
|
|
2509
2514
|
z-index: 10;
|
|
2510
2515
|
}
|
|
2511
|
-
.
|
|
2516
|
+
._itemHeader_1woim_75 {
|
|
2512
2517
|
padding: var(--spacing-sm) var(--padding-x);
|
|
2513
2518
|
display: flex;
|
|
2514
2519
|
align-items: flex-start;
|
|
2515
2520
|
}
|
|
2516
|
-
.
|
|
2521
|
+
._itemHeader_1woim_75 ._title_1woim_93 {
|
|
2517
2522
|
margin: 0;
|
|
2518
2523
|
padding: 0;
|
|
2519
2524
|
flex-grow: 1;
|
|
2520
2525
|
min-width: 0;
|
|
2521
2526
|
}
|
|
2522
|
-
.
|
|
2527
|
+
._itemHeader_1woim_75 ._name_1woim_99 {
|
|
2523
2528
|
font-weight: 400;
|
|
2524
2529
|
}
|
|
2525
|
-
.
|
|
2530
|
+
._itemHeader_1woim_75 ._iconTooltipMargin_1woim_102 {
|
|
2526
2531
|
margin-left: 10px;
|
|
2527
2532
|
}
|
|
2528
|
-
.
|
|
2533
|
+
._itemHeader_1woim_75 ._bold_1woim_105 {
|
|
2529
2534
|
font-weight: bold;
|
|
2530
2535
|
}
|
|
2531
|
-
.
|
|
2536
|
+
._header_1woim_74 {
|
|
2532
2537
|
padding: var(--padding);
|
|
2533
2538
|
display: flex;
|
|
2534
2539
|
align-items: center;
|
|
2535
2540
|
border-bottom: 1px solid var(--color-border);
|
|
2536
2541
|
}
|
|
2537
|
-
.
|
|
2542
|
+
._toggleNarrow_1woim_114 {
|
|
2538
2543
|
margin-right: 16px;
|
|
2539
2544
|
margin-left: -5px;
|
|
2540
2545
|
color: #c8c8c8;
|
|
@@ -2543,16 +2548,16 @@ html[data-theme='dark'] {
|
|
|
2543
2548
|
width: 22px;
|
|
2544
2549
|
justify-content: center;
|
|
2545
2550
|
}
|
|
2546
|
-
.
|
|
2551
|
+
._toggleNarrow_1woim_114:hover {
|
|
2547
2552
|
color: var(--color-text-primary-hover);
|
|
2548
2553
|
}
|
|
2549
|
-
.
|
|
2554
|
+
._toggleNarrow_1woim_114:active {
|
|
2550
2555
|
color: var(--color-text-primary-active);
|
|
2551
2556
|
}
|
|
2552
|
-
.
|
|
2557
|
+
._narrow_1woim_78 ._toggleNarrow_1woim_114 {
|
|
2553
2558
|
transform: scaleX(-1);
|
|
2554
2559
|
}
|
|
2555
|
-
.
|
|
2560
|
+
._drag_1woim_132 {
|
|
2556
2561
|
color: var(--color-text-faint);
|
|
2557
2562
|
display: flex;
|
|
2558
2563
|
align-items: center;
|
|
@@ -2563,31 +2568,31 @@ html[data-theme='dark'] {
|
|
|
2563
2568
|
height: 19px;
|
|
2564
2569
|
width: 19px;
|
|
2565
2570
|
}
|
|
2566
|
-
.
|
|
2571
|
+
._drag_1woim_132 path {
|
|
2567
2572
|
stroke: var(--color-text-faint);
|
|
2568
2573
|
}
|
|
2569
|
-
.
|
|
2574
|
+
._drag_1woim_132:hover path {
|
|
2570
2575
|
stroke: var(--color-text-primary-hover);
|
|
2571
2576
|
}
|
|
2572
|
-
.
|
|
2577
|
+
._drag_1woim_132:active path {
|
|
2573
2578
|
stroke: var(--color-text-primary-active);
|
|
2574
2579
|
}
|
|
2575
|
-
.
|
|
2580
|
+
._list_1woim_152 {
|
|
2576
2581
|
flex-shrink: 0;
|
|
2577
2582
|
background: var(--color-background);
|
|
2578
2583
|
}
|
|
2579
|
-
.
|
|
2580
|
-
.
|
|
2584
|
+
._list_1woim_152._bordered_1woim_156:first-child,
|
|
2585
|
+
._list_1woim_152._bordered_1woim_156:first-child > :first-child {
|
|
2581
2586
|
border-top-left-radius: inherit;
|
|
2582
2587
|
border-top-right-radius: inherit;
|
|
2583
2588
|
}
|
|
2584
|
-
.
|
|
2585
|
-
.
|
|
2589
|
+
._list_1woim_152._bordered_1woim_156:last-child,
|
|
2590
|
+
._list_1woim_152._bordered_1woim_156:last-child > :last-child {
|
|
2586
2591
|
border-bottom-left-radius: inherit;
|
|
2587
2592
|
border-bottom-right-radius: inherit;
|
|
2588
2593
|
border-bottom: 0;
|
|
2589
2594
|
}
|
|
2590
|
-
.
|
|
2595
|
+
._item_1woim_75 {
|
|
2591
2596
|
color: inherit;
|
|
2592
2597
|
display: block;
|
|
2593
2598
|
transition: background-color 0.2s;
|
|
@@ -2598,7 +2603,7 @@ html[data-theme='dark'] {
|
|
|
2598
2603
|
overflow-wrap: break-word;
|
|
2599
2604
|
hyphens: auto;
|
|
2600
2605
|
}
|
|
2601
|
-
.
|
|
2606
|
+
._item_1woim_75:not(._heading_1woim_75):after {
|
|
2602
2607
|
content: '';
|
|
2603
2608
|
position: absolute;
|
|
2604
2609
|
left: 0;
|
|
@@ -2609,73 +2614,73 @@ html[data-theme='dark'] {
|
|
|
2609
2614
|
border-bottom-left-radius: inherit;
|
|
2610
2615
|
transition: background 0.3s;
|
|
2611
2616
|
}
|
|
2612
|
-
.
|
|
2617
|
+
._item_1woim_75._action_1woim_189 {
|
|
2613
2618
|
cursor: pointer;
|
|
2614
2619
|
}
|
|
2615
|
-
.
|
|
2620
|
+
._item_1woim_75._action_1woim_189:not(._active_1woim_192):hover {
|
|
2616
2621
|
background: var(--color-background-listitem-hover);
|
|
2617
2622
|
}
|
|
2618
|
-
.
|
|
2623
|
+
._item_1woim_75._action_1woim_189:not(._active_1woim_192):hover:after {
|
|
2619
2624
|
background: rgba(0, 0, 0, 0.1);
|
|
2620
2625
|
}
|
|
2621
|
-
.
|
|
2626
|
+
._item_1woim_75._active_1woim_192 {
|
|
2622
2627
|
cursor: default;
|
|
2623
2628
|
position: relative;
|
|
2624
2629
|
z-index: 1;
|
|
2625
2630
|
background: var(--color-background-listitem-active);
|
|
2626
2631
|
}
|
|
2627
|
-
.
|
|
2632
|
+
._item_1woim_75._active_1woim_192:after {
|
|
2628
2633
|
background: var(--color-background-primary) !important;
|
|
2629
2634
|
}
|
|
2630
|
-
.
|
|
2635
|
+
._item_1woim_75._disabled_1woim_207 {
|
|
2631
2636
|
color: var(--color-text-faint);
|
|
2632
2637
|
pointer-events: none;
|
|
2633
2638
|
}
|
|
2634
|
-
.
|
|
2639
|
+
._item_1woim_75._heading_1woim_75 {
|
|
2635
2640
|
color: var(--color-text-muted);
|
|
2636
2641
|
background-color: transparent;
|
|
2637
2642
|
}
|
|
2638
|
-
.
|
|
2643
|
+
._item_1woim_75._heading_1woim_75._action_1woim_189:hover {
|
|
2639
2644
|
color: var(--color-text-primary-hover);
|
|
2640
2645
|
}
|
|
2641
|
-
.
|
|
2646
|
+
._item_1woim_75 ._label_1woim_218 {
|
|
2642
2647
|
margin-right: 15px;
|
|
2643
2648
|
margin-left: -5px;
|
|
2644
2649
|
margin-top: -2px;
|
|
2645
2650
|
margin-bottom: -2px;
|
|
2646
2651
|
flex-shrink: 0;
|
|
2647
2652
|
}
|
|
2648
|
-
.
|
|
2649
|
-
.
|
|
2653
|
+
._item_1woim_75 ._details_1woim_225,
|
|
2654
|
+
._item_1woim_75 ._metadata_1woim_226 {
|
|
2650
2655
|
display: block;
|
|
2651
2656
|
width: 100%;
|
|
2652
2657
|
font-weight: normal;
|
|
2653
2658
|
margin-top: 3px;
|
|
2654
2659
|
}
|
|
2655
|
-
.
|
|
2660
|
+
._item_1woim_75 ._metadata_1woim_226 {
|
|
2656
2661
|
color: var(--color-text-muted);
|
|
2657
2662
|
}
|
|
2658
|
-
.
|
|
2663
|
+
._item_1woim_75 ._itemContent_1woim_235 {
|
|
2659
2664
|
padding: 0 var(--padding-x) var(--spacing-sm);
|
|
2660
2665
|
cursor: auto;
|
|
2661
2666
|
}
|
|
2662
|
-
.
|
|
2667
|
+
._item_1woim_75 ._itemContent_1woim_235:empty {
|
|
2663
2668
|
padding: inherit;
|
|
2664
2669
|
}
|
|
2665
|
-
.
|
|
2670
|
+
._indentIcon_1woim_242 {
|
|
2666
2671
|
width: 20px;
|
|
2667
2672
|
flex-shrink: 0;
|
|
2668
2673
|
}
|
|
2669
|
-
.
|
|
2674
|
+
._expandIcon_1woim_246 {
|
|
2670
2675
|
width: 20px;
|
|
2671
2676
|
flex-shrink: 0;
|
|
2672
2677
|
position: relative;
|
|
2673
2678
|
margin-top: 1px;
|
|
2674
2679
|
}
|
|
2675
|
-
.
|
|
2680
|
+
._expandIcon_1woim_246._expanded_1woim_252 svg {
|
|
2676
2681
|
transform: rotate(90deg);
|
|
2677
2682
|
}
|
|
2678
|
-
.
|
|
2683
|
+
._right_1woim_255 {
|
|
2679
2684
|
margin-left: auto;
|
|
2680
2685
|
display: flex;
|
|
2681
2686
|
align-items: center;
|
|
@@ -2683,24 +2688,24 @@ html[data-theme='dark'] {
|
|
|
2683
2688
|
margin-bottom: -2px;
|
|
2684
2689
|
margin-right: -8px;
|
|
2685
2690
|
}
|
|
2686
|
-
.
|
|
2691
|
+
._actions_1woim_263 {
|
|
2687
2692
|
margin-left: 8px;
|
|
2688
2693
|
display: flex;
|
|
2689
2694
|
align-items: center;
|
|
2690
2695
|
}
|
|
2691
|
-
.
|
|
2696
|
+
._scrollableList_1woim_268 {
|
|
2692
2697
|
height: 100%;
|
|
2693
2698
|
overflow-y: auto;
|
|
2694
2699
|
scroll-behavior: smooth;
|
|
2695
2700
|
}
|
|
2696
|
-
.
|
|
2701
|
+
._hideScrollbar_1woim_64 {
|
|
2697
2702
|
/* Firefox */
|
|
2698
2703
|
scrollbar-width: none;
|
|
2699
2704
|
/* IE 10+ */
|
|
2700
2705
|
-ms-overflow-style: none;
|
|
2701
2706
|
/* Chrome, Safari and Opera */
|
|
2702
2707
|
}
|
|
2703
|
-
.
|
|
2708
|
+
._hideScrollbar_1woim_64::-webkit-scrollbar {
|
|
2704
2709
|
display: none;
|
|
2705
2710
|
}
|
|
2706
2711
|
._loader_16v7q_1 {
|
|
@@ -2758,76 +2763,77 @@ html[data-theme='dark'] {
|
|
|
2758
2763
|
._details_16v7q_53 {
|
|
2759
2764
|
margin-top: 8px;
|
|
2760
2765
|
}
|
|
2761
|
-
.
|
|
2766
|
+
._inputInTable_17xnf_1 {
|
|
2762
2767
|
background-color: transparent;
|
|
2763
2768
|
border-radius: inherit !important;
|
|
2764
2769
|
height: var(--size);
|
|
2765
2770
|
min-height: 100%;
|
|
2766
2771
|
}
|
|
2767
|
-
.
|
|
2772
|
+
._inputInTable_17xnf_1:not(:hover) {
|
|
2768
2773
|
border-color: transparent;
|
|
2769
2774
|
}
|
|
2770
|
-
.
|
|
2775
|
+
._inputHover_17xnf_10 {
|
|
2771
2776
|
position: relative;
|
|
2772
2777
|
border-color: var(--color-border-hover);
|
|
2773
2778
|
z-index: 2;
|
|
2774
2779
|
}
|
|
2775
|
-
.
|
|
2780
|
+
._inputFocus_17xnf_15 {
|
|
2776
2781
|
position: relative;
|
|
2777
2782
|
outline: none !important;
|
|
2778
2783
|
border-color: var(--color-border-focus) !important;
|
|
2779
2784
|
box-shadow: var(--shadow-focus);
|
|
2780
2785
|
z-index: 3;
|
|
2781
2786
|
}
|
|
2782
|
-
.
|
|
2783
|
-
.
|
|
2787
|
+
._inputError_17xnf_22,
|
|
2788
|
+
._inputWarning_17xnf_23 {
|
|
2784
2789
|
position: relative;
|
|
2785
2790
|
}
|
|
2786
|
-
.
|
|
2791
|
+
._inputError_17xnf_22 {
|
|
2787
2792
|
z-index: 2;
|
|
2788
2793
|
border-color: var(--color-border-error);
|
|
2789
2794
|
color: var(--color-text-error) !important;
|
|
2790
2795
|
background-color: var(--color-background-error);
|
|
2791
2796
|
}
|
|
2792
|
-
.
|
|
2797
|
+
._inputError_17xnf_22:hover {
|
|
2793
2798
|
border-color: var(--color-border-error-hover) !important;
|
|
2794
2799
|
}
|
|
2795
|
-
.
|
|
2800
|
+
._inputError_17xnf_22:focus {
|
|
2796
2801
|
position: relative;
|
|
2797
2802
|
outline: none !important;
|
|
2798
2803
|
border-color: var(--color-border-focus) !important;
|
|
2799
2804
|
box-shadow: var(--shadow-focus);
|
|
2800
2805
|
z-index: 3;
|
|
2801
2806
|
}
|
|
2802
|
-
.
|
|
2807
|
+
._inputWarning_17xnf_23 {
|
|
2803
2808
|
z-index: 1;
|
|
2804
2809
|
border-color: var(--color-border-warning);
|
|
2805
2810
|
color: var(--color-text-warning) !important;
|
|
2806
2811
|
background-color: var(--color-background-warning);
|
|
2807
2812
|
}
|
|
2808
|
-
.
|
|
2813
|
+
._inputWarning_17xnf_23:hover {
|
|
2809
2814
|
border-color: var(--color-border-warning-hover) !important;
|
|
2810
2815
|
}
|
|
2811
|
-
.
|
|
2816
|
+
._inputWarning_17xnf_23:focus {
|
|
2812
2817
|
position: relative;
|
|
2813
2818
|
outline: none !important;
|
|
2814
2819
|
border-color: var(--color-border-focus) !important;
|
|
2815
2820
|
box-shadow: var(--shadow-focus);
|
|
2816
2821
|
z-index: 3;
|
|
2817
2822
|
}
|
|
2818
|
-
.
|
|
2823
|
+
._inputDisabled_17xnf_58 {
|
|
2819
2824
|
pointer-events: none;
|
|
2820
2825
|
background-color: var(--color-background-disabled);
|
|
2821
2826
|
color: var(--color-text-muted);
|
|
2827
|
+
box-shadow: none;
|
|
2822
2828
|
}
|
|
2823
|
-
.
|
|
2829
|
+
._hideScrollbars_17xnf_64 {
|
|
2824
2830
|
/* Firefox */
|
|
2825
2831
|
scrollbar-width: none;
|
|
2826
2832
|
/* IE 10+ */
|
|
2827
2833
|
-ms-overflow-style: none;
|
|
2828
2834
|
/* Chrome, Safari and Opera */
|
|
2829
2835
|
}
|
|
2830
|
-
.
|
|
2836
|
+
._hideScrollbars_17xnf_64::-webkit-scrollbar {
|
|
2831
2837
|
display: none;
|
|
2832
2838
|
}
|
|
2833
2839
|
:root {
|
|
@@ -2836,7 +2842,7 @@ html[data-theme='dark'] {
|
|
|
2836
2842
|
html[data-theme='dark'] {
|
|
2837
2843
|
--color-border-message: transparent;
|
|
2838
2844
|
}
|
|
2839
|
-
.
|
|
2845
|
+
._container_17xnf_80 {
|
|
2840
2846
|
padding: var(--padding-card);
|
|
2841
2847
|
border-radius: var(--border-radius);
|
|
2842
2848
|
display: inline-flex;
|
|
@@ -2851,40 +2857,40 @@ html[data-theme='dark'] {
|
|
|
2851
2857
|
-ms-overflow-style: none;
|
|
2852
2858
|
/* Chrome, Safari and Opera */
|
|
2853
2859
|
}
|
|
2854
|
-
.
|
|
2860
|
+
._container_17xnf_80::-webkit-scrollbar {
|
|
2855
2861
|
display: none;
|
|
2856
2862
|
}
|
|
2857
|
-
.
|
|
2863
|
+
._container_17xnf_80._block_17xnf_98 {
|
|
2858
2864
|
display: flex;
|
|
2859
2865
|
}
|
|
2860
|
-
.
|
|
2866
|
+
._container_17xnf_80._info_17xnf_101 {
|
|
2861
2867
|
color: var(--color-text-info);
|
|
2862
2868
|
background-color: var(--color-background-info);
|
|
2863
2869
|
}
|
|
2864
|
-
.
|
|
2870
|
+
._container_17xnf_80._success_17xnf_105 {
|
|
2865
2871
|
color: var(--color-text-success);
|
|
2866
2872
|
background-color: var(--color-background-success);
|
|
2867
2873
|
}
|
|
2868
|
-
.
|
|
2874
|
+
._container_17xnf_80._warning_17xnf_109 {
|
|
2869
2875
|
color: var(--color-text-warning);
|
|
2870
2876
|
background-color: var(--color-background-warning);
|
|
2871
2877
|
}
|
|
2872
|
-
.
|
|
2878
|
+
._container_17xnf_80._error_17xnf_113 {
|
|
2873
2879
|
color: var(--color-text-error);
|
|
2874
2880
|
background-color: var(--color-background-error);
|
|
2875
2881
|
}
|
|
2876
|
-
.
|
|
2882
|
+
._content_17xnf_117 {
|
|
2877
2883
|
flex: 1;
|
|
2878
2884
|
min-width: 0;
|
|
2879
2885
|
}
|
|
2880
|
-
.
|
|
2886
|
+
._heading_17xnf_121 {
|
|
2881
2887
|
font-weight: bold;
|
|
2882
2888
|
letter-spacing: 0.1em;
|
|
2883
2889
|
text-transform: uppercase;
|
|
2884
2890
|
font-size: var(--font-size-sm);
|
|
2885
2891
|
line-height: var(--line-height);
|
|
2886
2892
|
}
|
|
2887
|
-
.
|
|
2893
|
+
._icon_17xnf_128 {
|
|
2888
2894
|
display: flex;
|
|
2889
2895
|
justify-content: center;
|
|
2890
2896
|
align-items: center;
|
|
@@ -2892,34 +2898,34 @@ html[data-theme='dark'] {
|
|
|
2892
2898
|
margin-right: 12px;
|
|
2893
2899
|
margin-top: -2px;
|
|
2894
2900
|
}
|
|
2895
|
-
.
|
|
2901
|
+
._dismiss_17xnf_136 {
|
|
2896
2902
|
margin-left: 12px;
|
|
2897
2903
|
color: var(--color-text);
|
|
2898
2904
|
}
|
|
2899
|
-
.
|
|
2905
|
+
._dismiss_17xnf_136._absolute_17xnf_140 {
|
|
2900
2906
|
position: absolute;
|
|
2901
2907
|
top: 10px;
|
|
2902
2908
|
right: 14px;
|
|
2903
2909
|
}
|
|
2904
|
-
.
|
|
2910
|
+
._dismiss_17xnf_136 {
|
|
2905
2911
|
margin-top: -2px;
|
|
2906
2912
|
margin-right: -6px;
|
|
2907
2913
|
}
|
|
2908
|
-
.
|
|
2914
|
+
._legendToggle_17xnf_149 {
|
|
2909
2915
|
opacity: 0.6;
|
|
2910
2916
|
}
|
|
2911
|
-
.
|
|
2917
|
+
._legendToggle_17xnf_149:hover {
|
|
2912
2918
|
opacity: 0.8;
|
|
2913
2919
|
cursor: pointer;
|
|
2914
2920
|
}
|
|
2915
|
-
.
|
|
2921
|
+
._legendToggle_17xnf_149:active {
|
|
2916
2922
|
opacity: 1;
|
|
2917
2923
|
}
|
|
2918
|
-
.
|
|
2924
|
+
._detailsText_17xnf_159 {
|
|
2919
2925
|
margin-top: var(--spacing);
|
|
2920
2926
|
word-break: break-word;
|
|
2921
2927
|
}
|
|
2922
|
-
.
|
|
2928
|
+
._footer_17xnf_163 {
|
|
2923
2929
|
display: flex;
|
|
2924
2930
|
flex-wrap: wrap;
|
|
2925
2931
|
gap: 8px;
|
|
@@ -3027,79 +3033,80 @@ html[data-theme='dark'] {
|
|
|
3027
3033
|
._page_beskc_1._scroll_beskc_23 {
|
|
3028
3034
|
overflow: auto;
|
|
3029
3035
|
}
|
|
3030
|
-
.
|
|
3036
|
+
._inputInTable_rp8n6_1 {
|
|
3031
3037
|
background-color: transparent;
|
|
3032
3038
|
border-radius: inherit !important;
|
|
3033
3039
|
height: var(--size);
|
|
3034
3040
|
min-height: 100%;
|
|
3035
3041
|
}
|
|
3036
|
-
.
|
|
3042
|
+
._inputInTable_rp8n6_1:not(:hover) {
|
|
3037
3043
|
border-color: transparent;
|
|
3038
3044
|
}
|
|
3039
|
-
.
|
|
3045
|
+
._inputHover_rp8n6_10 {
|
|
3040
3046
|
position: relative;
|
|
3041
3047
|
border-color: var(--color-border-hover);
|
|
3042
3048
|
z-index: 2;
|
|
3043
3049
|
}
|
|
3044
|
-
.
|
|
3050
|
+
._inputFocus_rp8n6_15 {
|
|
3045
3051
|
position: relative;
|
|
3046
3052
|
outline: none !important;
|
|
3047
3053
|
border-color: var(--color-border-focus) !important;
|
|
3048
3054
|
box-shadow: var(--shadow-focus);
|
|
3049
3055
|
z-index: 3;
|
|
3050
3056
|
}
|
|
3051
|
-
.
|
|
3052
|
-
.
|
|
3057
|
+
._inputError_rp8n6_22,
|
|
3058
|
+
._inputWarning_rp8n6_23 {
|
|
3053
3059
|
position: relative;
|
|
3054
3060
|
}
|
|
3055
|
-
.
|
|
3061
|
+
._inputError_rp8n6_22 {
|
|
3056
3062
|
z-index: 2;
|
|
3057
3063
|
border-color: var(--color-border-error);
|
|
3058
3064
|
color: var(--color-text-error) !important;
|
|
3059
3065
|
background-color: var(--color-background-error);
|
|
3060
3066
|
}
|
|
3061
|
-
.
|
|
3067
|
+
._inputError_rp8n6_22:hover {
|
|
3062
3068
|
border-color: var(--color-border-error-hover) !important;
|
|
3063
3069
|
}
|
|
3064
|
-
.
|
|
3070
|
+
._inputError_rp8n6_22:focus {
|
|
3065
3071
|
position: relative;
|
|
3066
3072
|
outline: none !important;
|
|
3067
3073
|
border-color: var(--color-border-focus) !important;
|
|
3068
3074
|
box-shadow: var(--shadow-focus);
|
|
3069
3075
|
z-index: 3;
|
|
3070
3076
|
}
|
|
3071
|
-
.
|
|
3077
|
+
._inputWarning_rp8n6_23 {
|
|
3072
3078
|
z-index: 1;
|
|
3073
3079
|
border-color: var(--color-border-warning);
|
|
3074
3080
|
color: var(--color-text-warning) !important;
|
|
3075
3081
|
background-color: var(--color-background-warning);
|
|
3076
3082
|
}
|
|
3077
|
-
.
|
|
3083
|
+
._inputWarning_rp8n6_23:hover {
|
|
3078
3084
|
border-color: var(--color-border-warning-hover) !important;
|
|
3079
3085
|
}
|
|
3080
|
-
.
|
|
3086
|
+
._inputWarning_rp8n6_23:focus {
|
|
3081
3087
|
position: relative;
|
|
3082
3088
|
outline: none !important;
|
|
3083
3089
|
border-color: var(--color-border-focus) !important;
|
|
3084
3090
|
box-shadow: var(--shadow-focus);
|
|
3085
3091
|
z-index: 3;
|
|
3086
3092
|
}
|
|
3087
|
-
.
|
|
3093
|
+
._inputDisabled_rp8n6_58 {
|
|
3088
3094
|
pointer-events: none;
|
|
3089
3095
|
background-color: var(--color-background-disabled);
|
|
3090
3096
|
color: var(--color-text-muted);
|
|
3097
|
+
box-shadow: none;
|
|
3091
3098
|
}
|
|
3092
|
-
.
|
|
3099
|
+
._hideScrollbars_rp8n6_64 {
|
|
3093
3100
|
/* Firefox */
|
|
3094
3101
|
scrollbar-width: none;
|
|
3095
3102
|
/* IE 10+ */
|
|
3096
3103
|
-ms-overflow-style: none;
|
|
3097
3104
|
/* Chrome, Safari and Opera */
|
|
3098
3105
|
}
|
|
3099
|
-
.
|
|
3106
|
+
._hideScrollbars_rp8n6_64::-webkit-scrollbar {
|
|
3100
3107
|
display: none;
|
|
3101
3108
|
}
|
|
3102
|
-
.
|
|
3109
|
+
._select_rp8n6_74 {
|
|
3103
3110
|
appearance: none !important;
|
|
3104
3111
|
-webkit-appearance: none !important;
|
|
3105
3112
|
-moz-appearance: none !important;
|
|
@@ -3109,88 +3116,91 @@ html[data-theme='dark'] {
|
|
|
3109
3116
|
padding-right: calc(var(--size-xs) + (2 * var(--spacing-xs)));
|
|
3110
3117
|
color: var(--color-text);
|
|
3111
3118
|
vertical-align: middle;
|
|
3112
|
-
background: var(--color-background-input) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='
|
|
3119
|
+
background: var(--color-background-input) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='rgb(63, 63, 51)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E") no-repeat right var(--spacing-xs) center;
|
|
3113
3120
|
background-size: calc(var(--size) / 2);
|
|
3114
3121
|
border: 1px solid var(--color-border);
|
|
3115
3122
|
border-radius: var(--border-radius);
|
|
3116
3123
|
height: var(--size);
|
|
3117
3124
|
box-shadow: var(--shadow-button);
|
|
3118
3125
|
}
|
|
3119
|
-
.
|
|
3126
|
+
[data-theme='dark'] ._select_rp8n6_74 {
|
|
3127
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='rgb(215, 215, 206)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
|
|
3128
|
+
}
|
|
3129
|
+
._select_rp8n6_74 option {
|
|
3120
3130
|
background: var(--color-background-input);
|
|
3121
3131
|
color: var(--color-text);
|
|
3122
3132
|
}
|
|
3123
|
-
.
|
|
3133
|
+
._select_rp8n6_74 option:focus {
|
|
3124
3134
|
background-color: var(--color-background-listitem-active);
|
|
3125
3135
|
}
|
|
3126
|
-
.
|
|
3136
|
+
._select_rp8n6_74:-moz-focusring {
|
|
3127
3137
|
color: transparent !important;
|
|
3128
3138
|
text-shadow: 0 0 0 #000 !important;
|
|
3129
3139
|
}
|
|
3130
|
-
.
|
|
3140
|
+
._select_rp8n6_74:hover {
|
|
3131
3141
|
position: relative;
|
|
3132
3142
|
border-color: var(--color-border-hover);
|
|
3133
3143
|
z-index: 2;
|
|
3134
3144
|
cursor: pointer;
|
|
3135
3145
|
}
|
|
3136
|
-
.
|
|
3146
|
+
._select_rp8n6_74:focus {
|
|
3137
3147
|
position: relative;
|
|
3138
3148
|
outline: none !important;
|
|
3139
3149
|
border-color: var(--color-border-focus) !important;
|
|
3140
3150
|
box-shadow: var(--shadow-focus);
|
|
3141
3151
|
z-index: 3;
|
|
3142
3152
|
}
|
|
3143
|
-
.
|
|
3153
|
+
._select_rp8n6_74._isInTable_rp8n6_118 {
|
|
3144
3154
|
background-color: transparent;
|
|
3145
3155
|
border-radius: inherit !important;
|
|
3146
3156
|
height: var(--size);
|
|
3147
3157
|
min-height: 100%;
|
|
3148
3158
|
}
|
|
3149
|
-
.
|
|
3159
|
+
._select_rp8n6_74._isInTable_rp8n6_118:not(:hover) {
|
|
3150
3160
|
border-color: transparent;
|
|
3151
3161
|
}
|
|
3152
|
-
.
|
|
3162
|
+
._select_rp8n6_74._unSelected_rp8n6_127 {
|
|
3153
3163
|
color: var(--color-text-placeholder) !important;
|
|
3154
3164
|
}
|
|
3155
|
-
.
|
|
3165
|
+
._select_rp8n6_74._unSelected_rp8n6_127:-moz-focusring {
|
|
3156
3166
|
color: transparent !important;
|
|
3157
3167
|
text-shadow: 0 0 0 #000 !important;
|
|
3158
3168
|
}
|
|
3159
|
-
.
|
|
3169
|
+
._select_rp8n6_74._error_rp8n6_134 {
|
|
3160
3170
|
position: relative;
|
|
3161
3171
|
z-index: 2;
|
|
3162
3172
|
border-color: var(--color-border-error);
|
|
3163
3173
|
color: var(--color-text-error) !important;
|
|
3164
3174
|
background-color: var(--color-background-error);
|
|
3165
3175
|
}
|
|
3166
|
-
.
|
|
3176
|
+
._select_rp8n6_74._error_rp8n6_134:hover {
|
|
3167
3177
|
border-color: var(--color-border-error-hover) !important;
|
|
3168
3178
|
}
|
|
3169
|
-
.
|
|
3179
|
+
._select_rp8n6_74._error_rp8n6_134:focus {
|
|
3170
3180
|
position: relative;
|
|
3171
3181
|
outline: none !important;
|
|
3172
3182
|
border-color: var(--color-border-focus) !important;
|
|
3173
3183
|
box-shadow: var(--shadow-focus);
|
|
3174
3184
|
z-index: 3;
|
|
3175
3185
|
}
|
|
3176
|
-
.
|
|
3186
|
+
._select_rp8n6_74._warning_rp8n6_151 {
|
|
3177
3187
|
position: relative;
|
|
3178
3188
|
z-index: 1;
|
|
3179
3189
|
border-color: var(--color-border-warning);
|
|
3180
3190
|
color: var(--color-text-warning) !important;
|
|
3181
3191
|
background-color: var(--color-background-warning);
|
|
3182
3192
|
}
|
|
3183
|
-
.
|
|
3193
|
+
._select_rp8n6_74._warning_rp8n6_151:hover {
|
|
3184
3194
|
border-color: var(--color-border-warning-hover) !important;
|
|
3185
3195
|
}
|
|
3186
|
-
.
|
|
3196
|
+
._select_rp8n6_74._warning_rp8n6_151:focus {
|
|
3187
3197
|
position: relative;
|
|
3188
3198
|
outline: none !important;
|
|
3189
3199
|
border-color: var(--color-border-focus) !important;
|
|
3190
3200
|
box-shadow: var(--shadow-focus);
|
|
3191
3201
|
z-index: 3;
|
|
3192
3202
|
}
|
|
3193
|
-
.
|
|
3203
|
+
._select_rp8n6_74._small_rp8n6_168 {
|
|
3194
3204
|
font-size: var(--font-size-sm);
|
|
3195
3205
|
height: var(--size-sm);
|
|
3196
3206
|
padding: var(--padding-input-sm);
|
|
@@ -3198,24 +3208,25 @@ html[data-theme='dark'] {
|
|
|
3198
3208
|
background-position: right var(--spacing-2xs) center;
|
|
3199
3209
|
padding-right: 28px;
|
|
3200
3210
|
}
|
|
3201
|
-
.
|
|
3211
|
+
._select_rp8n6_74._right_rp8n6_176 {
|
|
3202
3212
|
text-align: right;
|
|
3203
3213
|
text-align-last: right;
|
|
3204
3214
|
}
|
|
3205
|
-
.
|
|
3215
|
+
._select_rp8n6_74[disabled] {
|
|
3206
3216
|
opacity: 1;
|
|
3207
3217
|
pointer-events: none;
|
|
3208
3218
|
background-color: var(--color-background-disabled);
|
|
3209
3219
|
color: var(--color-text-muted);
|
|
3220
|
+
box-shadow: none;
|
|
3210
3221
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
|
|
3211
3222
|
}
|
|
3212
|
-
.
|
|
3213
|
-
.
|
|
3223
|
+
._groupOrderFirst_rp8n6_188,
|
|
3224
|
+
._groupOrderMiddle_rp8n6_189 {
|
|
3214
3225
|
border-top-right-radius: 0 !important;
|
|
3215
3226
|
border-bottom-right-radius: 0 !important;
|
|
3216
3227
|
}
|
|
3217
|
-
.
|
|
3218
|
-
.
|
|
3228
|
+
._groupOrderLast_rp8n6_193,
|
|
3229
|
+
._groupOrderMiddle_rp8n6_189 {
|
|
3219
3230
|
border-top-left-radius: 0 !important;
|
|
3220
3231
|
border-bottom-left-radius: 0 !important;
|
|
3221
3232
|
}
|
|
@@ -3331,83 +3342,84 @@ html[data-theme='dark'] {
|
|
|
3331
3342
|
display: inline;
|
|
3332
3343
|
white-space: nowrap;
|
|
3333
3344
|
}
|
|
3334
|
-
.
|
|
3345
|
+
._inputInTable_knwss_1 {
|
|
3335
3346
|
background-color: transparent;
|
|
3336
3347
|
border-radius: inherit !important;
|
|
3337
3348
|
height: var(--size);
|
|
3338
3349
|
min-height: 100%;
|
|
3339
3350
|
}
|
|
3340
|
-
.
|
|
3351
|
+
._inputInTable_knwss_1:not(:hover) {
|
|
3341
3352
|
border-color: transparent;
|
|
3342
3353
|
}
|
|
3343
|
-
.
|
|
3354
|
+
._inputHover_knwss_10 {
|
|
3344
3355
|
position: relative;
|
|
3345
3356
|
border-color: var(--color-border-hover);
|
|
3346
3357
|
z-index: 2;
|
|
3347
3358
|
}
|
|
3348
|
-
.
|
|
3359
|
+
._inputFocus_knwss_15 {
|
|
3349
3360
|
position: relative;
|
|
3350
3361
|
outline: none !important;
|
|
3351
3362
|
border-color: var(--color-border-focus) !important;
|
|
3352
3363
|
box-shadow: var(--shadow-focus);
|
|
3353
3364
|
z-index: 3;
|
|
3354
3365
|
}
|
|
3355
|
-
.
|
|
3356
|
-
.
|
|
3366
|
+
._inputError_knwss_22,
|
|
3367
|
+
._inputWarning_knwss_23 {
|
|
3357
3368
|
position: relative;
|
|
3358
3369
|
}
|
|
3359
|
-
.
|
|
3370
|
+
._inputError_knwss_22 {
|
|
3360
3371
|
z-index: 2;
|
|
3361
3372
|
border-color: var(--color-border-error);
|
|
3362
3373
|
color: var(--color-text-error) !important;
|
|
3363
3374
|
background-color: var(--color-background-error);
|
|
3364
3375
|
}
|
|
3365
|
-
.
|
|
3376
|
+
._inputError_knwss_22:hover {
|
|
3366
3377
|
border-color: var(--color-border-error-hover) !important;
|
|
3367
3378
|
}
|
|
3368
|
-
.
|
|
3379
|
+
._inputError_knwss_22:focus {
|
|
3369
3380
|
position: relative;
|
|
3370
3381
|
outline: none !important;
|
|
3371
3382
|
border-color: var(--color-border-focus) !important;
|
|
3372
3383
|
box-shadow: var(--shadow-focus);
|
|
3373
3384
|
z-index: 3;
|
|
3374
3385
|
}
|
|
3375
|
-
.
|
|
3386
|
+
._inputWarning_knwss_23 {
|
|
3376
3387
|
z-index: 1;
|
|
3377
3388
|
border-color: var(--color-border-warning);
|
|
3378
3389
|
color: var(--color-text-warning) !important;
|
|
3379
3390
|
background-color: var(--color-background-warning);
|
|
3380
3391
|
}
|
|
3381
|
-
.
|
|
3392
|
+
._inputWarning_knwss_23:hover {
|
|
3382
3393
|
border-color: var(--color-border-warning-hover) !important;
|
|
3383
3394
|
}
|
|
3384
|
-
.
|
|
3395
|
+
._inputWarning_knwss_23:focus {
|
|
3385
3396
|
position: relative;
|
|
3386
3397
|
outline: none !important;
|
|
3387
3398
|
border-color: var(--color-border-focus) !important;
|
|
3388
3399
|
box-shadow: var(--shadow-focus);
|
|
3389
3400
|
z-index: 3;
|
|
3390
3401
|
}
|
|
3391
|
-
.
|
|
3402
|
+
._inputDisabled_knwss_58 {
|
|
3392
3403
|
pointer-events: none;
|
|
3393
3404
|
background-color: var(--color-background-disabled);
|
|
3394
3405
|
color: var(--color-text-muted);
|
|
3406
|
+
box-shadow: none;
|
|
3395
3407
|
}
|
|
3396
|
-
.
|
|
3408
|
+
._hideScrollbars_knwss_64 {
|
|
3397
3409
|
/* Firefox */
|
|
3398
3410
|
scrollbar-width: none;
|
|
3399
3411
|
/* IE 10+ */
|
|
3400
3412
|
-ms-overflow-style: none;
|
|
3401
3413
|
/* Chrome, Safari and Opera */
|
|
3402
3414
|
}
|
|
3403
|
-
.
|
|
3415
|
+
._hideScrollbars_knwss_64::-webkit-scrollbar {
|
|
3404
3416
|
display: none;
|
|
3405
3417
|
}
|
|
3406
3418
|
:root {
|
|
3407
3419
|
--size-select-icon: calc(var(--size) / 2);
|
|
3408
3420
|
--size-select-icon-sm: calc(var(--size-sm) / 2);
|
|
3409
3421
|
}
|
|
3410
|
-
.
|
|
3422
|
+
._trigger_knwss_78 {
|
|
3411
3423
|
font-weight: normal;
|
|
3412
3424
|
display: flex;
|
|
3413
3425
|
align-items: center;
|
|
@@ -3419,84 +3431,85 @@ html[data-theme='dark'] {
|
|
|
3419
3431
|
padding-left: var(--padding-input-x);
|
|
3420
3432
|
box-shadow: var(--shadow-button);
|
|
3421
3433
|
}
|
|
3422
|
-
.
|
|
3434
|
+
._trigger_knwss_78 input {
|
|
3423
3435
|
border: none !important;
|
|
3424
3436
|
background: transparent !important;
|
|
3425
3437
|
}
|
|
3426
|
-
.
|
|
3438
|
+
._trigger_knwss_78._isInTable_knwss_94 {
|
|
3427
3439
|
background-color: transparent;
|
|
3428
3440
|
border-radius: inherit !important;
|
|
3429
3441
|
height: var(--size);
|
|
3430
3442
|
min-height: 100%;
|
|
3431
3443
|
}
|
|
3432
|
-
.
|
|
3444
|
+
._trigger_knwss_78._isInTable_knwss_94:not(:hover) {
|
|
3433
3445
|
border-color: transparent;
|
|
3434
3446
|
}
|
|
3435
|
-
.
|
|
3447
|
+
._trigger_knwss_78._isInTable_knwss_94 ._input_knwss_1 {
|
|
3436
3448
|
background: transparent !important;
|
|
3437
3449
|
}
|
|
3438
|
-
.
|
|
3450
|
+
._trigger_knwss_78:hover {
|
|
3439
3451
|
position: relative;
|
|
3440
3452
|
border-color: var(--color-border-hover);
|
|
3441
3453
|
z-index: 2;
|
|
3442
3454
|
cursor: pointer;
|
|
3443
3455
|
}
|
|
3444
|
-
.
|
|
3445
|
-
.
|
|
3456
|
+
._trigger_knwss_78._isOpen_knwss_112,
|
|
3457
|
+
._trigger_knwss_78:focus {
|
|
3446
3458
|
position: relative;
|
|
3447
3459
|
outline: none !important;
|
|
3448
3460
|
border-color: var(--color-border-focus) !important;
|
|
3449
3461
|
box-shadow: var(--shadow-focus);
|
|
3450
3462
|
z-index: 3;
|
|
3451
3463
|
}
|
|
3452
|
-
.
|
|
3464
|
+
._trigger_knwss_78._error_knwss_120 {
|
|
3453
3465
|
position: relative;
|
|
3454
3466
|
z-index: 2;
|
|
3455
3467
|
border-color: var(--color-border-error);
|
|
3456
3468
|
color: var(--color-text-error) !important;
|
|
3457
3469
|
background-color: var(--color-background-error);
|
|
3458
3470
|
}
|
|
3459
|
-
.
|
|
3471
|
+
._trigger_knwss_78._error_knwss_120:hover {
|
|
3460
3472
|
border-color: var(--color-border-error-hover) !important;
|
|
3461
3473
|
}
|
|
3462
|
-
.
|
|
3474
|
+
._trigger_knwss_78._error_knwss_120:focus {
|
|
3463
3475
|
position: relative;
|
|
3464
3476
|
outline: none !important;
|
|
3465
3477
|
border-color: var(--color-border-focus) !important;
|
|
3466
3478
|
box-shadow: var(--shadow-focus);
|
|
3467
3479
|
z-index: 3;
|
|
3468
3480
|
}
|
|
3469
|
-
.
|
|
3481
|
+
._trigger_knwss_78._warning_knwss_137 {
|
|
3470
3482
|
position: relative;
|
|
3471
3483
|
z-index: 1;
|
|
3472
3484
|
border-color: var(--color-border-warning);
|
|
3473
3485
|
color: var(--color-text-warning) !important;
|
|
3474
3486
|
background-color: var(--color-background-warning);
|
|
3475
3487
|
}
|
|
3476
|
-
.
|
|
3488
|
+
._trigger_knwss_78._warning_knwss_137:hover {
|
|
3477
3489
|
border-color: var(--color-border-warning-hover) !important;
|
|
3478
3490
|
}
|
|
3479
|
-
.
|
|
3491
|
+
._trigger_knwss_78._warning_knwss_137:focus {
|
|
3480
3492
|
position: relative;
|
|
3481
3493
|
outline: none !important;
|
|
3482
3494
|
border-color: var(--color-border-focus) !important;
|
|
3483
3495
|
box-shadow: var(--shadow-focus);
|
|
3484
3496
|
z-index: 3;
|
|
3485
3497
|
}
|
|
3486
|
-
.
|
|
3498
|
+
._trigger_knwss_78._disabled_knwss_154 {
|
|
3487
3499
|
pointer-events: none;
|
|
3488
3500
|
background-color: var(--color-background-disabled);
|
|
3489
3501
|
color: var(--color-text-muted);
|
|
3502
|
+
box-shadow: none;
|
|
3490
3503
|
}
|
|
3491
|
-
.
|
|
3504
|
+
._icons_knwss_160 {
|
|
3492
3505
|
display: flex;
|
|
3493
3506
|
flex-wrap: nowrap;
|
|
3494
3507
|
flex-shrink: 0;
|
|
3495
3508
|
position: relative;
|
|
3496
3509
|
z-index: 2;
|
|
3497
3510
|
}
|
|
3498
|
-
.
|
|
3499
|
-
.
|
|
3511
|
+
._icons_knwss_160 ._clearAll_knwss_167,
|
|
3512
|
+
._icons_knwss_160 ._iconOpen_knwss_168 {
|
|
3500
3513
|
font-size: var(--size-select-icon);
|
|
3501
3514
|
width: var(--size);
|
|
3502
3515
|
height: var(--size);
|
|
@@ -3505,16 +3518,16 @@ html[data-theme='dark'] {
|
|
|
3505
3518
|
align-items: center;
|
|
3506
3519
|
color: var(--color-text);
|
|
3507
3520
|
}
|
|
3508
|
-
.
|
|
3509
|
-
.
|
|
3521
|
+
._small_knwss_177 ._icons_knwss_160 ._clearAll_knwss_167,
|
|
3522
|
+
._small_knwss_177 ._icons_knwss_160 ._iconOpen_knwss_168 {
|
|
3510
3523
|
font-size: var(--size-select-icon-sm);
|
|
3511
3524
|
width: var(--size-sm);
|
|
3512
3525
|
height: var(--size-sm);
|
|
3513
3526
|
}
|
|
3514
|
-
.
|
|
3527
|
+
._icons_knwss_160 ._clearAll_knwss_167:hover {
|
|
3515
3528
|
color: var(--color-text-primary);
|
|
3516
3529
|
}
|
|
3517
|
-
.
|
|
3530
|
+
._triggerInputContainer_knwss_186 {
|
|
3518
3531
|
display: flex;
|
|
3519
3532
|
align-items: center;
|
|
3520
3533
|
position: relative;
|
|
@@ -3523,31 +3536,31 @@ html[data-theme='dark'] {
|
|
|
3523
3536
|
min-width: 0;
|
|
3524
3537
|
margin-right: 4px;
|
|
3525
3538
|
}
|
|
3526
|
-
.
|
|
3539
|
+
._right_knwss_195 ._triggerInputContainer_knwss_186 {
|
|
3527
3540
|
justify-content: flex-end;
|
|
3528
3541
|
text-align: right;
|
|
3529
3542
|
}
|
|
3530
|
-
.
|
|
3543
|
+
._right_knwss_195 ._triggerInputContainer_knwss_186 input {
|
|
3531
3544
|
padding-right: 0;
|
|
3532
3545
|
padding-left: 0;
|
|
3533
3546
|
text-align: right;
|
|
3534
3547
|
width: 0;
|
|
3535
3548
|
}
|
|
3536
|
-
.
|
|
3549
|
+
._right_knwss_195 ._triggerInputContainer_knwss_186 input:focus {
|
|
3537
3550
|
width: auto;
|
|
3538
3551
|
}
|
|
3539
|
-
.
|
|
3552
|
+
._multiOptions_knwss_208 {
|
|
3540
3553
|
display: flex;
|
|
3541
3554
|
overflow: hidden;
|
|
3542
3555
|
margin-left: -8px;
|
|
3543
3556
|
}
|
|
3544
|
-
.
|
|
3557
|
+
._small_knwss_177 ._multiOptions_knwss_208 {
|
|
3545
3558
|
margin-left: -5px;
|
|
3546
3559
|
}
|
|
3547
|
-
.
|
|
3560
|
+
._multiOptions_knwss_208:empty {
|
|
3548
3561
|
display: none !important;
|
|
3549
3562
|
}
|
|
3550
|
-
.
|
|
3563
|
+
._multiOptions_knwss_208 ._multiOption_knwss_208 {
|
|
3551
3564
|
user-select: none;
|
|
3552
3565
|
pointer-events: none;
|
|
3553
3566
|
display: inline-flex;
|
|
@@ -3564,14 +3577,14 @@ html[data-theme='dark'] {
|
|
|
3564
3577
|
flex-shrink: 0;
|
|
3565
3578
|
margin-right: 2px;
|
|
3566
3579
|
}
|
|
3567
|
-
.
|
|
3580
|
+
._small_knwss_177 ._multiOptions_knwss_208 ._multiOption_knwss_208 {
|
|
3568
3581
|
height: var(--size-xs);
|
|
3569
3582
|
padding: 0 3px;
|
|
3570
3583
|
}
|
|
3571
|
-
.
|
|
3584
|
+
._multiOptions_knwss_208 ._multiOption_knwss_208 ._label_knwss_240 {
|
|
3572
3585
|
white-space: nowrap;
|
|
3573
3586
|
}
|
|
3574
|
-
.
|
|
3587
|
+
._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243 {
|
|
3575
3588
|
flex-shrink: 0;
|
|
3576
3589
|
display: flex;
|
|
3577
3590
|
align-items: center;
|
|
@@ -3581,13 +3594,13 @@ html[data-theme='dark'] {
|
|
|
3581
3594
|
opacity: 0.25;
|
|
3582
3595
|
aspect-ratio: 1;
|
|
3583
3596
|
}
|
|
3584
|
-
.
|
|
3585
|
-
.
|
|
3597
|
+
._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243:hover,
|
|
3598
|
+
._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243._focus_knwss_254 {
|
|
3586
3599
|
opacity: 1;
|
|
3587
3600
|
outline: 0;
|
|
3588
3601
|
}
|
|
3589
|
-
.
|
|
3590
|
-
.
|
|
3602
|
+
._selectedSingleValue_knwss_258,
|
|
3603
|
+
._placeHolder_knwss_259 {
|
|
3591
3604
|
line-height: calc(var(--size) - 2px);
|
|
3592
3605
|
right: 0;
|
|
3593
3606
|
left: 0;
|
|
@@ -3597,10 +3610,10 @@ html[data-theme='dark'] {
|
|
|
3597
3610
|
display: block;
|
|
3598
3611
|
position: absolute;
|
|
3599
3612
|
}
|
|
3600
|
-
.
|
|
3613
|
+
._placeHolder_knwss_259 {
|
|
3601
3614
|
color: var(--color-text-placeholder);
|
|
3602
3615
|
}
|
|
3603
|
-
.
|
|
3616
|
+
._input_knwss_1 {
|
|
3604
3617
|
font-family: var(--font-family);
|
|
3605
3618
|
background-color: transparent;
|
|
3606
3619
|
border: none;
|
|
@@ -3608,43 +3621,43 @@ html[data-theme='dark'] {
|
|
|
3608
3621
|
padding: 0;
|
|
3609
3622
|
width: 0;
|
|
3610
3623
|
}
|
|
3611
|
-
.
|
|
3624
|
+
._input_knwss_1._error_knwss_120 {
|
|
3612
3625
|
color: var(--color-text-error) !important;
|
|
3613
3626
|
}
|
|
3614
|
-
.
|
|
3627
|
+
._input_knwss_1:focus {
|
|
3615
3628
|
outline: none;
|
|
3616
3629
|
width: auto;
|
|
3617
3630
|
}
|
|
3618
|
-
.
|
|
3631
|
+
._small_knwss_177 {
|
|
3619
3632
|
height: var(--size-sm);
|
|
3620
3633
|
font-size: var(--font-size-sm);
|
|
3621
3634
|
padding-left: var(--padding-input-sm-x);
|
|
3622
3635
|
}
|
|
3623
|
-
.
|
|
3624
|
-
.
|
|
3625
|
-
.
|
|
3636
|
+
._small_knwss_177 ._selectedSingleValue_knwss_258,
|
|
3637
|
+
._small_knwss_177 ._placeHolder_knwss_259,
|
|
3638
|
+
._small_knwss_177 ._input_knwss_1 {
|
|
3626
3639
|
height: calc(var(--size-sm) - 2px);
|
|
3627
3640
|
line-height: calc(var(--size-sm) - 2px);
|
|
3628
3641
|
}
|
|
3629
|
-
.
|
|
3630
|
-
.
|
|
3642
|
+
._groupOrderFirst_knwss_298,
|
|
3643
|
+
._groupOrderMiddle_knwss_299 {
|
|
3631
3644
|
border-top-right-radius: 0 !important;
|
|
3632
3645
|
border-bottom-right-radius: 0 !important;
|
|
3633
3646
|
}
|
|
3634
|
-
.
|
|
3635
|
-
.
|
|
3647
|
+
._groupOrderLast_knwss_303,
|
|
3648
|
+
._groupOrderMiddle_knwss_299 {
|
|
3636
3649
|
border-top-left-radius: 0 !important;
|
|
3637
3650
|
border-bottom-left-radius: 0 !important;
|
|
3638
3651
|
}
|
|
3639
|
-
.
|
|
3652
|
+
._detailedLabel_knwss_308 {
|
|
3640
3653
|
width: 100%;
|
|
3641
3654
|
}
|
|
3642
|
-
.
|
|
3655
|
+
._detailedLabel_knwss_308 :first-child {
|
|
3643
3656
|
float: left;
|
|
3644
3657
|
position: absolute;
|
|
3645
3658
|
padding-right: 5px;
|
|
3646
3659
|
}
|
|
3647
|
-
.
|
|
3660
|
+
._detailedLabel_knwss_308 :last-child {
|
|
3648
3661
|
float: right;
|
|
3649
3662
|
}
|
|
3650
3663
|
._paginationContainer_1tmz4_1 {
|
|
@@ -8363,79 +8376,80 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8363
8376
|
padding: 8px 0;
|
|
8364
8377
|
align-items: flex-end;
|
|
8365
8378
|
}
|
|
8366
|
-
.
|
|
8379
|
+
._inputInTable_qsvki_1 {
|
|
8367
8380
|
background-color: transparent;
|
|
8368
8381
|
border-radius: inherit !important;
|
|
8369
8382
|
height: var(--size);
|
|
8370
8383
|
min-height: 100%;
|
|
8371
8384
|
}
|
|
8372
|
-
.
|
|
8385
|
+
._inputInTable_qsvki_1:not(:hover) {
|
|
8373
8386
|
border-color: transparent;
|
|
8374
8387
|
}
|
|
8375
|
-
.
|
|
8388
|
+
._inputHover_qsvki_10 {
|
|
8376
8389
|
position: relative;
|
|
8377
8390
|
border-color: var(--color-border-hover);
|
|
8378
8391
|
z-index: 2;
|
|
8379
8392
|
}
|
|
8380
|
-
.
|
|
8393
|
+
._inputFocus_qsvki_15 {
|
|
8381
8394
|
position: relative;
|
|
8382
8395
|
outline: none !important;
|
|
8383
8396
|
border-color: var(--color-border-focus) !important;
|
|
8384
8397
|
box-shadow: var(--shadow-focus);
|
|
8385
8398
|
z-index: 3;
|
|
8386
8399
|
}
|
|
8387
|
-
.
|
|
8388
|
-
.
|
|
8400
|
+
._inputError_qsvki_22,
|
|
8401
|
+
._inputWarning_qsvki_23 {
|
|
8389
8402
|
position: relative;
|
|
8390
8403
|
}
|
|
8391
|
-
.
|
|
8404
|
+
._inputError_qsvki_22 {
|
|
8392
8405
|
z-index: 2;
|
|
8393
8406
|
border-color: var(--color-border-error);
|
|
8394
8407
|
color: var(--color-text-error) !important;
|
|
8395
8408
|
background-color: var(--color-background-error);
|
|
8396
8409
|
}
|
|
8397
|
-
.
|
|
8410
|
+
._inputError_qsvki_22:hover {
|
|
8398
8411
|
border-color: var(--color-border-error-hover) !important;
|
|
8399
8412
|
}
|
|
8400
|
-
.
|
|
8413
|
+
._inputError_qsvki_22:focus {
|
|
8401
8414
|
position: relative;
|
|
8402
8415
|
outline: none !important;
|
|
8403
8416
|
border-color: var(--color-border-focus) !important;
|
|
8404
8417
|
box-shadow: var(--shadow-focus);
|
|
8405
8418
|
z-index: 3;
|
|
8406
8419
|
}
|
|
8407
|
-
.
|
|
8420
|
+
._inputWarning_qsvki_23 {
|
|
8408
8421
|
z-index: 1;
|
|
8409
8422
|
border-color: var(--color-border-warning);
|
|
8410
8423
|
color: var(--color-text-warning) !important;
|
|
8411
8424
|
background-color: var(--color-background-warning);
|
|
8412
8425
|
}
|
|
8413
|
-
.
|
|
8426
|
+
._inputWarning_qsvki_23:hover {
|
|
8414
8427
|
border-color: var(--color-border-warning-hover) !important;
|
|
8415
8428
|
}
|
|
8416
|
-
.
|
|
8429
|
+
._inputWarning_qsvki_23:focus {
|
|
8417
8430
|
position: relative;
|
|
8418
8431
|
outline: none !important;
|
|
8419
8432
|
border-color: var(--color-border-focus) !important;
|
|
8420
8433
|
box-shadow: var(--shadow-focus);
|
|
8421
8434
|
z-index: 3;
|
|
8422
8435
|
}
|
|
8423
|
-
.
|
|
8436
|
+
._inputDisabled_qsvki_58 {
|
|
8424
8437
|
pointer-events: none;
|
|
8425
8438
|
background-color: var(--color-background-disabled);
|
|
8426
8439
|
color: var(--color-text-muted);
|
|
8440
|
+
box-shadow: none;
|
|
8427
8441
|
}
|
|
8428
|
-
.
|
|
8442
|
+
._hideScrollbars_qsvki_64 {
|
|
8429
8443
|
/* Firefox */
|
|
8430
8444
|
scrollbar-width: none;
|
|
8431
8445
|
/* IE 10+ */
|
|
8432
8446
|
-ms-overflow-style: none;
|
|
8433
8447
|
/* Chrome, Safari and Opera */
|
|
8434
8448
|
}
|
|
8435
|
-
.
|
|
8449
|
+
._hideScrollbars_qsvki_64::-webkit-scrollbar {
|
|
8436
8450
|
display: none;
|
|
8437
8451
|
}
|
|
8438
|
-
.
|
|
8452
|
+
._richTextInput_qsvki_74 [role='textbox'] {
|
|
8439
8453
|
padding: var(--padding-input);
|
|
8440
8454
|
background: var(--color-background-input);
|
|
8441
8455
|
border: 1px solid var(--color-border);
|
|
@@ -8444,24 +8458,25 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8444
8458
|
transition: border-color 0.1s ease;
|
|
8445
8459
|
white-space: pre-wrap;
|
|
8446
8460
|
}
|
|
8447
|
-
.
|
|
8461
|
+
._richTextInput_qsvki_74 [role='textbox']:hover {
|
|
8448
8462
|
position: relative;
|
|
8449
8463
|
border-color: var(--color-border-hover);
|
|
8450
8464
|
z-index: 2;
|
|
8451
8465
|
}
|
|
8452
|
-
.
|
|
8466
|
+
._richTextInput_qsvki_74 [role='textbox']:focus {
|
|
8453
8467
|
position: relative;
|
|
8454
8468
|
outline: none !important;
|
|
8455
8469
|
border-color: var(--color-border-focus) !important;
|
|
8456
8470
|
box-shadow: var(--shadow-focus);
|
|
8457
8471
|
z-index: 3;
|
|
8458
8472
|
}
|
|
8459
|
-
.
|
|
8473
|
+
._richTextInput_qsvki_74 [role='textbox'][aria-readonly='true'] {
|
|
8460
8474
|
pointer-events: none;
|
|
8461
8475
|
background-color: var(--color-background-disabled);
|
|
8462
8476
|
color: var(--color-text-muted);
|
|
8477
|
+
box-shadow: none;
|
|
8463
8478
|
}
|
|
8464
|
-
.
|
|
8479
|
+
._richTextInput_qsvki_74 [data-placeholder]::before {
|
|
8465
8480
|
color: var(--color-text-faint);
|
|
8466
8481
|
font-style: normal;
|
|
8467
8482
|
}
|
|
@@ -8470,117 +8485,118 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8470
8485
|
min-height: 0;
|
|
8471
8486
|
flex-shrink: 0;
|
|
8472
8487
|
}
|
|
8473
|
-
.
|
|
8488
|
+
._inputInTable_j3ulf_1 {
|
|
8474
8489
|
background-color: transparent;
|
|
8475
8490
|
border-radius: inherit !important;
|
|
8476
8491
|
height: var(--size);
|
|
8477
8492
|
min-height: 100%;
|
|
8478
8493
|
}
|
|
8479
|
-
.
|
|
8494
|
+
._inputInTable_j3ulf_1:not(:hover) {
|
|
8480
8495
|
border-color: transparent;
|
|
8481
8496
|
}
|
|
8482
|
-
.
|
|
8497
|
+
._inputHover_j3ulf_10 {
|
|
8483
8498
|
position: relative;
|
|
8484
8499
|
border-color: var(--color-border-hover);
|
|
8485
8500
|
z-index: 2;
|
|
8486
8501
|
}
|
|
8487
|
-
.
|
|
8502
|
+
._inputFocus_j3ulf_15 {
|
|
8488
8503
|
position: relative;
|
|
8489
8504
|
outline: none !important;
|
|
8490
8505
|
border-color: var(--color-border-focus) !important;
|
|
8491
8506
|
box-shadow: var(--shadow-focus);
|
|
8492
8507
|
z-index: 3;
|
|
8493
8508
|
}
|
|
8494
|
-
.
|
|
8495
|
-
.
|
|
8509
|
+
._inputError_j3ulf_22,
|
|
8510
|
+
._inputWarning_j3ulf_23 {
|
|
8496
8511
|
position: relative;
|
|
8497
8512
|
}
|
|
8498
|
-
.
|
|
8513
|
+
._inputError_j3ulf_22 {
|
|
8499
8514
|
z-index: 2;
|
|
8500
8515
|
border-color: var(--color-border-error);
|
|
8501
8516
|
color: var(--color-text-error) !important;
|
|
8502
8517
|
background-color: var(--color-background-error);
|
|
8503
8518
|
}
|
|
8504
|
-
.
|
|
8519
|
+
._inputError_j3ulf_22:hover {
|
|
8505
8520
|
border-color: var(--color-border-error-hover) !important;
|
|
8506
8521
|
}
|
|
8507
|
-
.
|
|
8522
|
+
._inputError_j3ulf_22:focus {
|
|
8508
8523
|
position: relative;
|
|
8509
8524
|
outline: none !important;
|
|
8510
8525
|
border-color: var(--color-border-focus) !important;
|
|
8511
8526
|
box-shadow: var(--shadow-focus);
|
|
8512
8527
|
z-index: 3;
|
|
8513
8528
|
}
|
|
8514
|
-
.
|
|
8529
|
+
._inputWarning_j3ulf_23 {
|
|
8515
8530
|
z-index: 1;
|
|
8516
8531
|
border-color: var(--color-border-warning);
|
|
8517
8532
|
color: var(--color-text-warning) !important;
|
|
8518
8533
|
background-color: var(--color-background-warning);
|
|
8519
8534
|
}
|
|
8520
|
-
.
|
|
8535
|
+
._inputWarning_j3ulf_23:hover {
|
|
8521
8536
|
border-color: var(--color-border-warning-hover) !important;
|
|
8522
8537
|
}
|
|
8523
|
-
.
|
|
8538
|
+
._inputWarning_j3ulf_23:focus {
|
|
8524
8539
|
position: relative;
|
|
8525
8540
|
outline: none !important;
|
|
8526
8541
|
border-color: var(--color-border-focus) !important;
|
|
8527
8542
|
box-shadow: var(--shadow-focus);
|
|
8528
8543
|
z-index: 3;
|
|
8529
8544
|
}
|
|
8530
|
-
.
|
|
8545
|
+
._inputDisabled_j3ulf_58 {
|
|
8531
8546
|
pointer-events: none;
|
|
8532
8547
|
background-color: var(--color-background-disabled);
|
|
8533
8548
|
color: var(--color-text-muted);
|
|
8549
|
+
box-shadow: none;
|
|
8534
8550
|
}
|
|
8535
|
-
.
|
|
8551
|
+
._hideScrollbars_j3ulf_64 {
|
|
8536
8552
|
/* Firefox */
|
|
8537
8553
|
scrollbar-width: none;
|
|
8538
8554
|
/* IE 10+ */
|
|
8539
8555
|
-ms-overflow-style: none;
|
|
8540
8556
|
/* Chrome, Safari and Opera */
|
|
8541
8557
|
}
|
|
8542
|
-
.
|
|
8558
|
+
._hideScrollbars_j3ulf_64::-webkit-scrollbar {
|
|
8543
8559
|
display: none;
|
|
8544
8560
|
}
|
|
8545
8561
|
:root {
|
|
8546
8562
|
--color-background-sidebar: var(--color-neutral-950);
|
|
8547
8563
|
}
|
|
8548
|
-
.
|
|
8564
|
+
._sidebar_j3ulf_77 {
|
|
8549
8565
|
background-color: var(--color-background-sidebar);
|
|
8550
8566
|
color: white;
|
|
8551
8567
|
position: relative;
|
|
8552
8568
|
padding: var(--padding-y) 0;
|
|
8553
8569
|
}
|
|
8554
8570
|
@media print {
|
|
8555
|
-
.
|
|
8571
|
+
._sidebar_j3ulf_77 {
|
|
8556
8572
|
display: none;
|
|
8557
8573
|
}
|
|
8558
8574
|
}
|
|
8559
|
-
.
|
|
8575
|
+
._inner_j3ulf_88 {
|
|
8560
8576
|
/* Firefox */
|
|
8561
8577
|
scrollbar-width: none;
|
|
8562
8578
|
/* IE 10+ */
|
|
8563
8579
|
-ms-overflow-style: none;
|
|
8564
8580
|
/* Chrome, Safari and Opera */
|
|
8565
8581
|
}
|
|
8566
|
-
.
|
|
8582
|
+
._inner_j3ulf_88::-webkit-scrollbar {
|
|
8567
8583
|
display: none;
|
|
8568
8584
|
}
|
|
8569
|
-
.
|
|
8570
|
-
.
|
|
8571
|
-
.
|
|
8585
|
+
._title_j3ulf_98,
|
|
8586
|
+
._subtitle_j3ulf_99,
|
|
8587
|
+
._label_j3ulf_100 {
|
|
8572
8588
|
transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
|
|
8573
8589
|
max-height: 50px;
|
|
8574
8590
|
}
|
|
8575
|
-
.
|
|
8576
|
-
.
|
|
8577
|
-
.
|
|
8591
|
+
._collapsed_j3ulf_104 ._title_j3ulf_98,
|
|
8592
|
+
._collapsed_j3ulf_104 ._subtitle_j3ulf_99,
|
|
8593
|
+
._collapsed_j3ulf_104 ._label_j3ulf_100 {
|
|
8578
8594
|
opacity: 0;
|
|
8579
8595
|
max-height: 0;
|
|
8580
8596
|
margin-bottom: 0;
|
|
8581
8597
|
margin-top: 0;
|
|
8582
8598
|
}
|
|
8583
|
-
.
|
|
8599
|
+
._title_j3ulf_98 {
|
|
8584
8600
|
overflow: hidden;
|
|
8585
8601
|
max-width: 100%;
|
|
8586
8602
|
text-overflow: ellipsis;
|
|
@@ -8589,7 +8605,7 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8589
8605
|
font-size: var(--font-size-lg);
|
|
8590
8606
|
padding: 0 var(--padding-x);
|
|
8591
8607
|
}
|
|
8592
|
-
.
|
|
8608
|
+
._subtitle_j3ulf_99 {
|
|
8593
8609
|
margin-bottom: 0.75rem;
|
|
8594
8610
|
white-space: nowrap;
|
|
8595
8611
|
font-size: var(--font-size-sm);
|
|
@@ -8597,11 +8613,11 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8597
8613
|
opacity: 0.6;
|
|
8598
8614
|
padding: 0 var(--padding-x);
|
|
8599
8615
|
}
|
|
8600
|
-
.
|
|
8616
|
+
._list_j3ulf_129 {
|
|
8601
8617
|
margin-bottom: 2rem;
|
|
8602
8618
|
margin-top: 0;
|
|
8603
8619
|
}
|
|
8604
|
-
.
|
|
8620
|
+
._item_j3ulf_133 {
|
|
8605
8621
|
min-height: var(--size-lg);
|
|
8606
8622
|
transition: padding 0.2s;
|
|
8607
8623
|
font-size: var(--font-size-lg);
|
|
@@ -8611,30 +8627,30 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8611
8627
|
padding: 0 var(--padding-x);
|
|
8612
8628
|
align-items: center;
|
|
8613
8629
|
}
|
|
8614
|
-
.
|
|
8630
|
+
._collapsed_j3ulf_104 ._item_j3ulf_133 {
|
|
8615
8631
|
padding: 0 9px;
|
|
8616
8632
|
}
|
|
8617
|
-
.
|
|
8633
|
+
._item_j3ulf_133:focus {
|
|
8618
8634
|
outline: none;
|
|
8619
8635
|
}
|
|
8620
|
-
.
|
|
8636
|
+
._item_j3ulf_133::-moz-focus-inner {
|
|
8621
8637
|
border: 0;
|
|
8622
8638
|
}
|
|
8623
|
-
.
|
|
8624
|
-
.
|
|
8639
|
+
._item_j3ulf_133:hover,
|
|
8640
|
+
._item_j3ulf_133:focus {
|
|
8625
8641
|
color: var(--color-primary-400);
|
|
8626
8642
|
}
|
|
8627
|
-
.
|
|
8643
|
+
._item_j3ulf_133:active {
|
|
8628
8644
|
color: var(--color-primary-300);
|
|
8629
8645
|
}
|
|
8630
|
-
.
|
|
8646
|
+
._item_j3ulf_133._active_j3ulf_159 {
|
|
8631
8647
|
color: white;
|
|
8632
8648
|
background: black;
|
|
8633
8649
|
}
|
|
8634
|
-
.
|
|
8650
|
+
._item_j3ulf_133._experimental_j3ulf_163 {
|
|
8635
8651
|
background: #40130b;
|
|
8636
8652
|
}
|
|
8637
|
-
.
|
|
8653
|
+
._icon_j3ulf_166 {
|
|
8638
8654
|
margin-right: 10px;
|
|
8639
8655
|
line-height: 0;
|
|
8640
8656
|
flex-shrink: 0;
|
|
@@ -8642,23 +8658,23 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8642
8658
|
opacity: 0.4;
|
|
8643
8659
|
display: block;
|
|
8644
8660
|
}
|
|
8645
|
-
.
|
|
8646
|
-
.
|
|
8661
|
+
._item_j3ulf_133:hover ._icon_j3ulf_166,
|
|
8662
|
+
._item_j3ulf_133:focus ._icon_j3ulf_166 {
|
|
8647
8663
|
opacity: 0.6;
|
|
8648
8664
|
}
|
|
8649
|
-
.
|
|
8665
|
+
._item_j3ulf_133:active ._icon_j3ulf_166 {
|
|
8650
8666
|
opacity: 0.8;
|
|
8651
8667
|
}
|
|
8652
|
-
.
|
|
8668
|
+
._item_j3ulf_133._active_j3ulf_159 ._icon_j3ulf_166 {
|
|
8653
8669
|
opacity: 1;
|
|
8654
8670
|
}
|
|
8655
|
-
.
|
|
8671
|
+
._icon_j3ulf_166 > * {
|
|
8656
8672
|
opacity: 1;
|
|
8657
8673
|
}
|
|
8658
|
-
.
|
|
8674
|
+
._icon_j3ulf_166 > span {
|
|
8659
8675
|
display: block;
|
|
8660
8676
|
}
|
|
8661
|
-
.
|
|
8677
|
+
._label_j3ulf_100 {
|
|
8662
8678
|
white-space: nowrap;
|
|
8663
8679
|
overflow: hidden;
|
|
8664
8680
|
}
|
|
@@ -8999,76 +9015,77 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8999
9015
|
text-overflow: ellipsis;
|
|
9000
9016
|
flex-shrink: 0;
|
|
9001
9017
|
}
|
|
9002
|
-
.
|
|
9018
|
+
._inputInTable_kz0i8_1 {
|
|
9003
9019
|
background-color: transparent;
|
|
9004
9020
|
border-radius: inherit !important;
|
|
9005
9021
|
height: var(--size);
|
|
9006
9022
|
min-height: 100%;
|
|
9007
9023
|
}
|
|
9008
|
-
.
|
|
9024
|
+
._inputInTable_kz0i8_1:not(:hover) {
|
|
9009
9025
|
border-color: transparent;
|
|
9010
9026
|
}
|
|
9011
|
-
.
|
|
9027
|
+
._inputHover_kz0i8_10 {
|
|
9012
9028
|
position: relative;
|
|
9013
9029
|
border-color: var(--color-border-hover);
|
|
9014
9030
|
z-index: 2;
|
|
9015
9031
|
}
|
|
9016
|
-
.
|
|
9032
|
+
._inputFocus_kz0i8_15 {
|
|
9017
9033
|
position: relative;
|
|
9018
9034
|
outline: none !important;
|
|
9019
9035
|
border-color: var(--color-border-focus) !important;
|
|
9020
9036
|
box-shadow: var(--shadow-focus);
|
|
9021
9037
|
z-index: 3;
|
|
9022
9038
|
}
|
|
9023
|
-
.
|
|
9024
|
-
.
|
|
9039
|
+
._inputError_kz0i8_22,
|
|
9040
|
+
._inputWarning_kz0i8_23 {
|
|
9025
9041
|
position: relative;
|
|
9026
9042
|
}
|
|
9027
|
-
.
|
|
9043
|
+
._inputError_kz0i8_22 {
|
|
9028
9044
|
z-index: 2;
|
|
9029
9045
|
border-color: var(--color-border-error);
|
|
9030
9046
|
color: var(--color-text-error) !important;
|
|
9031
9047
|
background-color: var(--color-background-error);
|
|
9032
9048
|
}
|
|
9033
|
-
.
|
|
9049
|
+
._inputError_kz0i8_22:hover {
|
|
9034
9050
|
border-color: var(--color-border-error-hover) !important;
|
|
9035
9051
|
}
|
|
9036
|
-
.
|
|
9052
|
+
._inputError_kz0i8_22:focus {
|
|
9037
9053
|
position: relative;
|
|
9038
9054
|
outline: none !important;
|
|
9039
9055
|
border-color: var(--color-border-focus) !important;
|
|
9040
9056
|
box-shadow: var(--shadow-focus);
|
|
9041
9057
|
z-index: 3;
|
|
9042
9058
|
}
|
|
9043
|
-
.
|
|
9059
|
+
._inputWarning_kz0i8_23 {
|
|
9044
9060
|
z-index: 1;
|
|
9045
9061
|
border-color: var(--color-border-warning);
|
|
9046
9062
|
color: var(--color-text-warning) !important;
|
|
9047
9063
|
background-color: var(--color-background-warning);
|
|
9048
9064
|
}
|
|
9049
|
-
.
|
|
9065
|
+
._inputWarning_kz0i8_23:hover {
|
|
9050
9066
|
border-color: var(--color-border-warning-hover) !important;
|
|
9051
9067
|
}
|
|
9052
|
-
.
|
|
9068
|
+
._inputWarning_kz0i8_23:focus {
|
|
9053
9069
|
position: relative;
|
|
9054
9070
|
outline: none !important;
|
|
9055
9071
|
border-color: var(--color-border-focus) !important;
|
|
9056
9072
|
box-shadow: var(--shadow-focus);
|
|
9057
9073
|
z-index: 3;
|
|
9058
9074
|
}
|
|
9059
|
-
.
|
|
9075
|
+
._inputDisabled_kz0i8_58 {
|
|
9060
9076
|
pointer-events: none;
|
|
9061
9077
|
background-color: var(--color-background-disabled);
|
|
9062
9078
|
color: var(--color-text-muted);
|
|
9079
|
+
box-shadow: none;
|
|
9063
9080
|
}
|
|
9064
|
-
.
|
|
9081
|
+
._hideScrollbars_kz0i8_64 {
|
|
9065
9082
|
/* Firefox */
|
|
9066
9083
|
scrollbar-width: none;
|
|
9067
9084
|
/* IE 10+ */
|
|
9068
9085
|
-ms-overflow-style: none;
|
|
9069
9086
|
/* Chrome, Safari and Opera */
|
|
9070
9087
|
}
|
|
9071
|
-
.
|
|
9088
|
+
._hideScrollbars_kz0i8_64::-webkit-scrollbar {
|
|
9072
9089
|
display: none;
|
|
9073
9090
|
}
|
|
9074
9091
|
:root {
|
|
@@ -9081,7 +9098,7 @@ html[data-theme='dark'] {
|
|
|
9081
9098
|
--color-background-table-row-tinted: var(--color-neutral-850);
|
|
9082
9099
|
--color-border-table: black;
|
|
9083
9100
|
}
|
|
9084
|
-
.
|
|
9101
|
+
._wrapper_kz0i8_84 {
|
|
9085
9102
|
border-radius: inherit;
|
|
9086
9103
|
max-height: 100%;
|
|
9087
9104
|
max-width: 100%;
|
|
@@ -9089,21 +9106,21 @@ html[data-theme='dark'] {
|
|
|
9089
9106
|
flex-direction: column;
|
|
9090
9107
|
overflow: hidden;
|
|
9091
9108
|
}
|
|
9092
|
-
.
|
|
9109
|
+
._wrapper_kz0i8_84._bordered_kz0i8_92 {
|
|
9093
9110
|
border-radius: var(--border-radius);
|
|
9094
9111
|
border: 1px solid var(--color-border-table);
|
|
9095
9112
|
}
|
|
9096
|
-
.
|
|
9113
|
+
._scroll_kz0i8_96 {
|
|
9097
9114
|
overflow-y: auto;
|
|
9098
9115
|
border-radius: inherit;
|
|
9099
9116
|
flex: 1;
|
|
9100
9117
|
min-height: 0;
|
|
9101
9118
|
}
|
|
9102
|
-
.
|
|
9119
|
+
._scroll_kz0i8_96:not(:first-child) {
|
|
9103
9120
|
border-top-left-radius: 0;
|
|
9104
9121
|
border-top-right-radius: 0;
|
|
9105
9122
|
}
|
|
9106
|
-
.
|
|
9123
|
+
._table_kz0i8_106 {
|
|
9107
9124
|
background: var(--color-background-raised);
|
|
9108
9125
|
color: var(--color-text);
|
|
9109
9126
|
border-collapse: separate;
|
|
@@ -9111,32 +9128,32 @@ html[data-theme='dark'] {
|
|
|
9111
9128
|
border-radius: inherit;
|
|
9112
9129
|
width: 100%;
|
|
9113
9130
|
}
|
|
9114
|
-
.
|
|
9131
|
+
._table_kz0i8_106 > :first-child {
|
|
9115
9132
|
border-top-left-radius: inherit;
|
|
9116
9133
|
border-top-right-radius: inherit;
|
|
9117
9134
|
}
|
|
9118
|
-
.
|
|
9135
|
+
._table_kz0i8_106 > :first-child > :first-child {
|
|
9119
9136
|
border-top-left-radius: inherit;
|
|
9120
9137
|
border-top-right-radius: inherit;
|
|
9121
9138
|
}
|
|
9122
|
-
.
|
|
9139
|
+
._table_kz0i8_106 > :first-child > :first-child > :first-child {
|
|
9123
9140
|
border-top-left-radius: inherit;
|
|
9124
9141
|
}
|
|
9125
|
-
.
|
|
9142
|
+
._table_kz0i8_106 > :first-child > :first-child > :last-child {
|
|
9126
9143
|
border-top-right-radius: inherit;
|
|
9127
9144
|
}
|
|
9128
|
-
.
|
|
9145
|
+
._table_kz0i8_106 > :last-child {
|
|
9129
9146
|
border-bottom-left-radius: inherit;
|
|
9130
9147
|
border-bottom-right-radius: inherit;
|
|
9131
9148
|
}
|
|
9132
|
-
.
|
|
9149
|
+
._table_kz0i8_106 > :last-child > :last-child {
|
|
9133
9150
|
border-bottom-left-radius: inherit;
|
|
9134
9151
|
border-bottom-right-radius: inherit;
|
|
9135
9152
|
}
|
|
9136
|
-
.
|
|
9153
|
+
._table_kz0i8_106 > :last-child > :last-child > :first-child {
|
|
9137
9154
|
border-bottom-left-radius: inherit;
|
|
9138
9155
|
}
|
|
9139
|
-
.
|
|
9156
|
+
._table_kz0i8_106 > :last-child > :last-child > :last-child {
|
|
9140
9157
|
border-bottom-right-radius: inherit;
|
|
9141
9158
|
}
|
|
9142
9159
|
th,
|
|
@@ -9153,10 +9170,10 @@ th:not(:first-child),
|
|
|
9153
9170
|
td:not(:first-child) {
|
|
9154
9171
|
border-left-width: 1px;
|
|
9155
9172
|
}
|
|
9156
|
-
.
|
|
9157
|
-
.
|
|
9158
|
-
.
|
|
9159
|
-
.
|
|
9173
|
+
._table_kz0i8_106 > *:not(:last-child) > tr th,
|
|
9174
|
+
._table_kz0i8_106 > *:not(:last-child) > tr td,
|
|
9175
|
+
._table_kz0i8_106 > *:last-child > tr:not(:last-child) th,
|
|
9176
|
+
._table_kz0i8_106 > *:last-child > tr:not(:last-child) td {
|
|
9160
9177
|
border-bottom-width: 1px;
|
|
9161
9178
|
}
|
|
9162
9179
|
@-moz-document url-prefix() {
|
|
@@ -9183,7 +9200,7 @@ tbody {
|
|
|
9183
9200
|
tbody tr {
|
|
9184
9201
|
background-color: var(--color-background-raised);
|
|
9185
9202
|
}
|
|
9186
|
-
.
|
|
9203
|
+
._striped_kz0i8_186 tbody tr:nth-child(even) {
|
|
9187
9204
|
background-color: var(--color-background-table-row-tinted);
|
|
9188
9205
|
}
|
|
9189
9206
|
._title_1vehb_1 {
|
|
@@ -9211,121 +9228,122 @@ tbody tr {
|
|
|
9211
9228
|
justify-content: space-between;
|
|
9212
9229
|
border-top: 1px solid var(--color-border-table);
|
|
9213
9230
|
}
|
|
9214
|
-
.
|
|
9231
|
+
._inputInTable_1av87_1 {
|
|
9215
9232
|
background-color: transparent;
|
|
9216
9233
|
border-radius: inherit !important;
|
|
9217
9234
|
height: var(--size);
|
|
9218
9235
|
min-height: 100%;
|
|
9219
9236
|
}
|
|
9220
|
-
.
|
|
9237
|
+
._inputInTable_1av87_1:not(:hover) {
|
|
9221
9238
|
border-color: transparent;
|
|
9222
9239
|
}
|
|
9223
|
-
.
|
|
9240
|
+
._inputHover_1av87_10 {
|
|
9224
9241
|
position: relative;
|
|
9225
9242
|
border-color: var(--color-border-hover);
|
|
9226
9243
|
z-index: 2;
|
|
9227
9244
|
}
|
|
9228
|
-
.
|
|
9245
|
+
._inputFocus_1av87_15 {
|
|
9229
9246
|
position: relative;
|
|
9230
9247
|
outline: none !important;
|
|
9231
9248
|
border-color: var(--color-border-focus) !important;
|
|
9232
9249
|
box-shadow: var(--shadow-focus);
|
|
9233
9250
|
z-index: 3;
|
|
9234
9251
|
}
|
|
9235
|
-
.
|
|
9236
|
-
.
|
|
9252
|
+
._inputError_1av87_22,
|
|
9253
|
+
._inputWarning_1av87_23 {
|
|
9237
9254
|
position: relative;
|
|
9238
9255
|
}
|
|
9239
|
-
.
|
|
9256
|
+
._inputError_1av87_22 {
|
|
9240
9257
|
z-index: 2;
|
|
9241
9258
|
border-color: var(--color-border-error);
|
|
9242
9259
|
color: var(--color-text-error) !important;
|
|
9243
9260
|
background-color: var(--color-background-error);
|
|
9244
9261
|
}
|
|
9245
|
-
.
|
|
9262
|
+
._inputError_1av87_22:hover {
|
|
9246
9263
|
border-color: var(--color-border-error-hover) !important;
|
|
9247
9264
|
}
|
|
9248
|
-
.
|
|
9265
|
+
._inputError_1av87_22:focus {
|
|
9249
9266
|
position: relative;
|
|
9250
9267
|
outline: none !important;
|
|
9251
9268
|
border-color: var(--color-border-focus) !important;
|
|
9252
9269
|
box-shadow: var(--shadow-focus);
|
|
9253
9270
|
z-index: 3;
|
|
9254
9271
|
}
|
|
9255
|
-
.
|
|
9272
|
+
._inputWarning_1av87_23 {
|
|
9256
9273
|
z-index: 1;
|
|
9257
9274
|
border-color: var(--color-border-warning);
|
|
9258
9275
|
color: var(--color-text-warning) !important;
|
|
9259
9276
|
background-color: var(--color-background-warning);
|
|
9260
9277
|
}
|
|
9261
|
-
.
|
|
9278
|
+
._inputWarning_1av87_23:hover {
|
|
9262
9279
|
border-color: var(--color-border-warning-hover) !important;
|
|
9263
9280
|
}
|
|
9264
|
-
.
|
|
9281
|
+
._inputWarning_1av87_23:focus {
|
|
9265
9282
|
position: relative;
|
|
9266
9283
|
outline: none !important;
|
|
9267
9284
|
border-color: var(--color-border-focus) !important;
|
|
9268
9285
|
box-shadow: var(--shadow-focus);
|
|
9269
9286
|
z-index: 3;
|
|
9270
9287
|
}
|
|
9271
|
-
.
|
|
9288
|
+
._inputDisabled_1av87_58 {
|
|
9272
9289
|
pointer-events: none;
|
|
9273
9290
|
background-color: var(--color-background-disabled);
|
|
9274
9291
|
color: var(--color-text-muted);
|
|
9292
|
+
box-shadow: none;
|
|
9275
9293
|
}
|
|
9276
|
-
.
|
|
9294
|
+
._hideScrollbars_1av87_64 {
|
|
9277
9295
|
/* Firefox */
|
|
9278
9296
|
scrollbar-width: none;
|
|
9279
9297
|
/* IE 10+ */
|
|
9280
9298
|
-ms-overflow-style: none;
|
|
9281
9299
|
/* Chrome, Safari and Opera */
|
|
9282
9300
|
}
|
|
9283
|
-
.
|
|
9301
|
+
._hideScrollbars_1av87_64::-webkit-scrollbar {
|
|
9284
9302
|
display: none;
|
|
9285
9303
|
}
|
|
9286
|
-
.
|
|
9304
|
+
._cell_1av87_74 a {
|
|
9287
9305
|
cursor: pointer;
|
|
9288
9306
|
color: var(--color-text-primary);
|
|
9289
9307
|
}
|
|
9290
|
-
.
|
|
9308
|
+
._cell_1av87_74 a:hover {
|
|
9291
9309
|
color: var(--color-text-primary-hover);
|
|
9292
9310
|
}
|
|
9293
|
-
.
|
|
9311
|
+
._cell_1av87_74 a:active {
|
|
9294
9312
|
color: var(--color-text-primary-active);
|
|
9295
9313
|
}
|
|
9296
|
-
.
|
|
9314
|
+
._cell_1av87_74 a._disabledLink_1av87_84 {
|
|
9297
9315
|
color: var(--color-text-faint) !important;
|
|
9298
9316
|
cursor: default !important;
|
|
9299
9317
|
}
|
|
9300
|
-
.
|
|
9318
|
+
._inputWrapper_1av87_88 {
|
|
9301
9319
|
height: 100%;
|
|
9302
9320
|
border-radius: inherit;
|
|
9303
9321
|
}
|
|
9304
|
-
.
|
|
9305
|
-
.
|
|
9306
|
-
.
|
|
9322
|
+
._inputWrapper_1av87_88 > span,
|
|
9323
|
+
._inputWrapper_1av87_88 > span > span,
|
|
9324
|
+
._inputWrapper_1av87_88 > span > span > div {
|
|
9307
9325
|
height: 100%;
|
|
9308
9326
|
border-radius: inherit;
|
|
9309
9327
|
}
|
|
9310
|
-
.
|
|
9311
|
-
.
|
|
9328
|
+
._inputWrapper_1av87_88 > div,
|
|
9329
|
+
._inputWrapper_1av87_88 > div > span {
|
|
9312
9330
|
height: 100%;
|
|
9313
9331
|
border-radius: inherit;
|
|
9314
9332
|
}
|
|
9315
|
-
.
|
|
9333
|
+
._breakWord_1av87_103 {
|
|
9316
9334
|
word-break: break-word;
|
|
9317
9335
|
}
|
|
9318
|
-
.
|
|
9336
|
+
._inputCell_1av87_106 {
|
|
9319
9337
|
padding: 0 !important;
|
|
9320
9338
|
}
|
|
9321
|
-
.
|
|
9339
|
+
._sliderCell_1av87_109 {
|
|
9322
9340
|
padding-top: 0 !important;
|
|
9323
9341
|
padding-bottom: 0 !important;
|
|
9324
9342
|
}
|
|
9325
|
-
.
|
|
9343
|
+
._staticCell_1av87_113 {
|
|
9326
9344
|
padding: 0 !important;
|
|
9327
9345
|
}
|
|
9328
|
-
.
|
|
9346
|
+
._staticCell_1av87_113 ._staticCellContent_1av87_116 {
|
|
9329
9347
|
min-height: 100%;
|
|
9330
9348
|
padding: var(--padding-input);
|
|
9331
9349
|
line-height: 17px;
|
|
@@ -9334,56 +9352,56 @@ tbody tr {
|
|
|
9334
9352
|
display: flex;
|
|
9335
9353
|
align-items: center;
|
|
9336
9354
|
}
|
|
9337
|
-
tbody .
|
|
9355
|
+
tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
|
|
9338
9356
|
background-color: var(--color-background-disabled);
|
|
9339
9357
|
color: var(--color-text-muted);
|
|
9340
9358
|
}
|
|
9341
|
-
.
|
|
9342
|
-
.
|
|
9359
|
+
._staticCell_1av87_113 ._staticCellContent_1av87_116._error_1av87_129,
|
|
9360
|
+
._staticCell_1av87_113 ._staticCellContent_1av87_116._warning_1av87_130 {
|
|
9343
9361
|
border: 1px solid transparent;
|
|
9344
9362
|
}
|
|
9345
|
-
.
|
|
9363
|
+
._staticCell_1av87_113 ._staticCellContent_1av87_116._error_1av87_129 {
|
|
9346
9364
|
background-color: var(--color-background-error);
|
|
9347
9365
|
}
|
|
9348
|
-
.
|
|
9366
|
+
._staticCell_1av87_113 ._staticCellContent_1av87_116._warning_1av87_130 {
|
|
9349
9367
|
background-color: var(--color-background-warning);
|
|
9350
9368
|
}
|
|
9351
|
-
.
|
|
9369
|
+
._staticCell_1av87_113 ._staticCellContent_1av87_116._unit_1av87_139 {
|
|
9352
9370
|
font-weight: normal;
|
|
9353
9371
|
}
|
|
9354
|
-
.
|
|
9372
|
+
._sortingCell_1av87_142 ._staticCellContent_1av87_116 {
|
|
9355
9373
|
position: relative;
|
|
9356
9374
|
padding-right: 45px !important;
|
|
9357
9375
|
cursor: pointer !important;
|
|
9358
9376
|
}
|
|
9359
|
-
.
|
|
9377
|
+
._sortingCell_1av87_142 ._staticCellContent_1av87_116:hover {
|
|
9360
9378
|
background-color: rgba(0, 0, 0, 0.05) !important;
|
|
9361
9379
|
}
|
|
9362
|
-
.
|
|
9380
|
+
._sortingCell_1av87_142 ._sortingCellIcon_1av87_150 {
|
|
9363
9381
|
font-size: 1.25em;
|
|
9364
9382
|
position: absolute;
|
|
9365
9383
|
right: calc(var(--padding-input-x) - 4px);
|
|
9366
9384
|
top: 50%;
|
|
9367
9385
|
transform: translateY(-50%);
|
|
9368
9386
|
}
|
|
9369
|
-
.
|
|
9387
|
+
._icon_1av87_157 {
|
|
9370
9388
|
display: inline-flex;
|
|
9371
9389
|
margin-left: 8px;
|
|
9372
9390
|
}
|
|
9373
|
-
.
|
|
9391
|
+
._checkBoxCell_1av87_161 {
|
|
9374
9392
|
padding-block: 0 !important;
|
|
9375
9393
|
width: var(--size);
|
|
9376
9394
|
}
|
|
9377
|
-
.
|
|
9395
|
+
._iconCell_1av87_165 {
|
|
9378
9396
|
width: var(--size);
|
|
9379
9397
|
text-align: center;
|
|
9380
9398
|
padding: 0 !important;
|
|
9381
9399
|
}
|
|
9382
|
-
.
|
|
9400
|
+
._iconCell_1av87_165 ._iconWrapper_1av87_170 {
|
|
9383
9401
|
display: flex;
|
|
9384
9402
|
justify-content: center;
|
|
9385
9403
|
}
|
|
9386
|
-
.
|
|
9404
|
+
._actionsCell_1av87_174 {
|
|
9387
9405
|
width: var(--size-sm);
|
|
9388
9406
|
padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
|
|
9389
9407
|
position: sticky;
|
|
@@ -9391,25 +9409,25 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
|
|
|
9391
9409
|
background: inherit;
|
|
9392
9410
|
z-index: 4;
|
|
9393
9411
|
}
|
|
9394
|
-
.
|
|
9412
|
+
._rightAligned_1av87_182 {
|
|
9395
9413
|
text-align: right !important;
|
|
9396
9414
|
}
|
|
9397
|
-
.
|
|
9415
|
+
._rightAligned_1av87_182 ._staticCellContent_1av87_116 {
|
|
9398
9416
|
justify-content: flex-end;
|
|
9399
9417
|
}
|
|
9400
|
-
.
|
|
9418
|
+
._centerAligned_1av87_188 {
|
|
9401
9419
|
text-align: center !important;
|
|
9402
9420
|
}
|
|
9403
|
-
.
|
|
9421
|
+
._centerAligned_1av87_188 ._staticCellContent_1av87_116 {
|
|
9404
9422
|
justify-content: center;
|
|
9405
9423
|
}
|
|
9406
|
-
.
|
|
9424
|
+
._leftAligned_1av87_194 {
|
|
9407
9425
|
text-align: left !important;
|
|
9408
9426
|
}
|
|
9409
|
-
.
|
|
9427
|
+
._popover_1av87_197 {
|
|
9410
9428
|
padding: var(--padding-input);
|
|
9411
9429
|
}
|
|
9412
|
-
.
|
|
9430
|
+
._disabledPointerEvents_1av87_200 {
|
|
9413
9431
|
pointer-events: none;
|
|
9414
9432
|
}
|
|
9415
9433
|
._clickableRow_1sqxy_1 {
|
|
@@ -9520,79 +9538,80 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
|
|
|
9520
9538
|
._item_b0egn_17._left_b0egn_58 + ._item_b0egn_17._right_b0egn_58 {
|
|
9521
9539
|
margin-left: auto;
|
|
9522
9540
|
}
|
|
9523
|
-
.
|
|
9541
|
+
._inputInTable_eglhq_1 {
|
|
9524
9542
|
background-color: transparent;
|
|
9525
9543
|
border-radius: inherit !important;
|
|
9526
9544
|
height: var(--size);
|
|
9527
9545
|
min-height: 100%;
|
|
9528
9546
|
}
|
|
9529
|
-
.
|
|
9547
|
+
._inputInTable_eglhq_1:not(:hover) {
|
|
9530
9548
|
border-color: transparent;
|
|
9531
9549
|
}
|
|
9532
|
-
.
|
|
9550
|
+
._inputHover_eglhq_10 {
|
|
9533
9551
|
position: relative;
|
|
9534
9552
|
border-color: var(--color-border-hover);
|
|
9535
9553
|
z-index: 2;
|
|
9536
9554
|
}
|
|
9537
|
-
.
|
|
9555
|
+
._inputFocus_eglhq_15 {
|
|
9538
9556
|
position: relative;
|
|
9539
9557
|
outline: none !important;
|
|
9540
9558
|
border-color: var(--color-border-focus) !important;
|
|
9541
9559
|
box-shadow: var(--shadow-focus);
|
|
9542
9560
|
z-index: 3;
|
|
9543
9561
|
}
|
|
9544
|
-
.
|
|
9545
|
-
.
|
|
9562
|
+
._inputError_eglhq_22,
|
|
9563
|
+
._inputWarning_eglhq_23 {
|
|
9546
9564
|
position: relative;
|
|
9547
9565
|
}
|
|
9548
|
-
.
|
|
9566
|
+
._inputError_eglhq_22 {
|
|
9549
9567
|
z-index: 2;
|
|
9550
9568
|
border-color: var(--color-border-error);
|
|
9551
9569
|
color: var(--color-text-error) !important;
|
|
9552
9570
|
background-color: var(--color-background-error);
|
|
9553
9571
|
}
|
|
9554
|
-
.
|
|
9572
|
+
._inputError_eglhq_22:hover {
|
|
9555
9573
|
border-color: var(--color-border-error-hover) !important;
|
|
9556
9574
|
}
|
|
9557
|
-
.
|
|
9575
|
+
._inputError_eglhq_22:focus {
|
|
9558
9576
|
position: relative;
|
|
9559
9577
|
outline: none !important;
|
|
9560
9578
|
border-color: var(--color-border-focus) !important;
|
|
9561
9579
|
box-shadow: var(--shadow-focus);
|
|
9562
9580
|
z-index: 3;
|
|
9563
9581
|
}
|
|
9564
|
-
.
|
|
9582
|
+
._inputWarning_eglhq_23 {
|
|
9565
9583
|
z-index: 1;
|
|
9566
9584
|
border-color: var(--color-border-warning);
|
|
9567
9585
|
color: var(--color-text-warning) !important;
|
|
9568
9586
|
background-color: var(--color-background-warning);
|
|
9569
9587
|
}
|
|
9570
|
-
.
|
|
9588
|
+
._inputWarning_eglhq_23:hover {
|
|
9571
9589
|
border-color: var(--color-border-warning-hover) !important;
|
|
9572
9590
|
}
|
|
9573
|
-
.
|
|
9591
|
+
._inputWarning_eglhq_23:focus {
|
|
9574
9592
|
position: relative;
|
|
9575
9593
|
outline: none !important;
|
|
9576
9594
|
border-color: var(--color-border-focus) !important;
|
|
9577
9595
|
box-shadow: var(--shadow-focus);
|
|
9578
9596
|
z-index: 3;
|
|
9579
9597
|
}
|
|
9580
|
-
.
|
|
9598
|
+
._inputDisabled_eglhq_58 {
|
|
9581
9599
|
pointer-events: none;
|
|
9582
9600
|
background-color: var(--color-background-disabled);
|
|
9583
9601
|
color: var(--color-text-muted);
|
|
9602
|
+
box-shadow: none;
|
|
9584
9603
|
}
|
|
9585
|
-
.
|
|
9604
|
+
._hideScrollbars_eglhq_64 {
|
|
9586
9605
|
/* Firefox */
|
|
9587
9606
|
scrollbar-width: none;
|
|
9588
9607
|
/* IE 10+ */
|
|
9589
9608
|
-ms-overflow-style: none;
|
|
9590
9609
|
/* Chrome, Safari and Opera */
|
|
9591
9610
|
}
|
|
9592
|
-
.
|
|
9611
|
+
._hideScrollbars_eglhq_64::-webkit-scrollbar {
|
|
9593
9612
|
display: none;
|
|
9594
9613
|
}
|
|
9595
|
-
.
|
|
9614
|
+
._textarea_eglhq_74 {
|
|
9596
9615
|
margin: 0;
|
|
9597
9616
|
display: block;
|
|
9598
9617
|
width: 100%;
|
|
@@ -9609,67 +9628,68 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
|
|
|
9609
9628
|
box-shadow: none;
|
|
9610
9629
|
min-height: var(--size);
|
|
9611
9630
|
}
|
|
9612
|
-
.
|
|
9631
|
+
._textarea_eglhq_74::placeholder {
|
|
9613
9632
|
color: var(--color-text-placeholder);
|
|
9614
9633
|
}
|
|
9615
|
-
.
|
|
9634
|
+
._textarea_eglhq_74:hover {
|
|
9616
9635
|
position: relative;
|
|
9617
9636
|
border-color: var(--color-border-hover);
|
|
9618
9637
|
z-index: 2;
|
|
9619
9638
|
}
|
|
9620
|
-
.
|
|
9639
|
+
._textarea_eglhq_74:focus {
|
|
9621
9640
|
position: relative;
|
|
9622
9641
|
outline: none !important;
|
|
9623
9642
|
border-color: var(--color-border-focus) !important;
|
|
9624
9643
|
box-shadow: var(--shadow-focus);
|
|
9625
9644
|
z-index: 3;
|
|
9626
9645
|
}
|
|
9627
|
-
.
|
|
9646
|
+
._textarea_eglhq_74[disabled] {
|
|
9628
9647
|
pointer-events: none;
|
|
9629
9648
|
background-color: var(--color-background-disabled);
|
|
9630
9649
|
color: var(--color-text-muted);
|
|
9650
|
+
box-shadow: none;
|
|
9631
9651
|
}
|
|
9632
|
-
.
|
|
9652
|
+
._textarea_eglhq_74._small_eglhq_112 {
|
|
9633
9653
|
font-size: var(--font-size-sm);
|
|
9634
9654
|
min-height: var(--size-sm);
|
|
9635
9655
|
padding: var(--padding-input-sm);
|
|
9636
9656
|
line-height: 1.2;
|
|
9637
9657
|
}
|
|
9638
|
-
.
|
|
9658
|
+
._textarea_eglhq_74._error_eglhq_118 {
|
|
9639
9659
|
position: relative;
|
|
9640
9660
|
z-index: 2;
|
|
9641
9661
|
border-color: var(--color-border-error);
|
|
9642
9662
|
color: var(--color-text-error) !important;
|
|
9643
9663
|
background-color: var(--color-background-error);
|
|
9644
9664
|
}
|
|
9645
|
-
.
|
|
9665
|
+
._textarea_eglhq_74._error_eglhq_118:hover {
|
|
9646
9666
|
border-color: var(--color-border-error-hover) !important;
|
|
9647
9667
|
}
|
|
9648
|
-
.
|
|
9668
|
+
._textarea_eglhq_74._error_eglhq_118:focus {
|
|
9649
9669
|
position: relative;
|
|
9650
9670
|
outline: none !important;
|
|
9651
9671
|
border-color: var(--color-border-focus) !important;
|
|
9652
9672
|
box-shadow: var(--shadow-focus);
|
|
9653
9673
|
z-index: 3;
|
|
9654
9674
|
}
|
|
9655
|
-
.
|
|
9675
|
+
._textarea_eglhq_74._warning_eglhq_135 {
|
|
9656
9676
|
position: relative;
|
|
9657
9677
|
z-index: 1;
|
|
9658
9678
|
border-color: var(--color-border-warning);
|
|
9659
9679
|
color: var(--color-text-warning) !important;
|
|
9660
9680
|
background-color: var(--color-background-warning);
|
|
9661
9681
|
}
|
|
9662
|
-
.
|
|
9682
|
+
._textarea_eglhq_74._warning_eglhq_135:hover {
|
|
9663
9683
|
border-color: var(--color-border-warning-hover) !important;
|
|
9664
9684
|
}
|
|
9665
|
-
.
|
|
9685
|
+
._textarea_eglhq_74._warning_eglhq_135:focus {
|
|
9666
9686
|
position: relative;
|
|
9667
9687
|
outline: none !important;
|
|
9668
9688
|
border-color: var(--color-border-focus) !important;
|
|
9669
9689
|
box-shadow: var(--shadow-focus);
|
|
9670
9690
|
z-index: 3;
|
|
9671
9691
|
}
|
|
9672
|
-
.
|
|
9692
|
+
._textarea_eglhq_74._monospace_eglhq_152 {
|
|
9673
9693
|
font-family: monospace;
|
|
9674
9694
|
}
|
|
9675
9695
|
:root {
|