@lingk/sync 1.1.61 → 1.1.63
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/build/credentialSections.js +3 -3
- package/build/credentialSections.js.map +1 -1
- package/build/css/main.css +5 -10
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js.map +1 -1
- package/build/main.js +3 -3
- package/build/main.js.map +1 -1
- package/build/metadataDropdown.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
package/build/css/main.css
CHANGED
|
@@ -1412,19 +1412,14 @@ aside{
|
|
|
1412
1412
|
}
|
|
1413
1413
|
|
|
1414
1414
|
.pass-ssh-toggle{
|
|
1415
|
-
cursor:pointer;
|
|
1416
|
-
/*display: inline-block;
|
|
1417
|
-
margin-left:10px;
|
|
1418
|
-
margin-top:5px;*/
|
|
1419
|
-
position: absolute;
|
|
1420
|
-
/*top: 328px;
|
|
1421
|
-
left: 388px;*/
|
|
1422
|
-
|
|
1423
|
-
top:59px;
|
|
1424
|
-
right:30px;
|
|
1425
1415
|
width:-webkit-fit-content;
|
|
1426
1416
|
width:-moz-fit-content;
|
|
1427
1417
|
width:fit-content;
|
|
1418
|
+
cursor: pointer;
|
|
1419
|
+
position: absolute;
|
|
1420
|
+
top: 91px;
|
|
1421
|
+
right: 100px;
|
|
1422
|
+
width: fit-content
|
|
1428
1423
|
}
|
|
1429
1424
|
|
|
1430
1425
|
.rc-time-picker {
|