@lingk/sync 1.1.36 → 1.1.38

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.
@@ -1397,6 +1397,19 @@ aside{
1397
1397
  .env-creds-json-codemirror .CodeMirror{
1398
1398
  height: 236px;
1399
1399
  }
1400
+
1401
+ .env-creds-json-codemirror-sftp{
1402
+ border: 1px solid #CACACA;
1403
+ height: 238px;
1404
+ width:330px;
1405
+ overflow-y: scroll;
1406
+ }
1407
+
1408
+ .env-creds-json-codemirror-sftp .CodeMirror{
1409
+ height: 236px;
1410
+ width:330px;
1411
+ }
1412
+
1400
1413
  .schema-accordion-overlay{
1401
1414
  width: 245px;
1402
1415
  min-height: 245px;
@@ -1446,6 +1459,22 @@ aside{
1446
1459
  transform:scale(1.3,1.3);
1447
1460
  }
1448
1461
 
1462
+ .pass-ssh-toggle{
1463
+ cursor:pointer;
1464
+ /*display: inline-block;
1465
+ margin-left:10px;
1466
+ margin-top:5px;*/
1467
+ position: absolute;
1468
+ /*top: 328px;
1469
+ left: 388px;*/
1470
+
1471
+ top:59px;
1472
+ right:30px;
1473
+ width:-webkit-fit-content;
1474
+ width:-moz-fit-content;
1475
+ width:fit-content;
1476
+ }
1477
+
1449
1478
  .rc-time-picker {
1450
1479
  display: inline-block;
1451
1480
  box-sizing: border-box;