@lingk/sync 0.2.5 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/credentialSections.js +11 -9
- package/build/credentialSections.js.map +1 -1
- package/build/css/main.css +8 -0
- 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 +11 -9
- package/build/main.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 +13 -4
package/build/css/main.css
CHANGED
|
@@ -1339,6 +1339,14 @@ aside{
|
|
|
1339
1339
|
.dropzone:hover{
|
|
1340
1340
|
background: #FFFFFF;
|
|
1341
1341
|
}
|
|
1342
|
+
.env-creds-json-codemirror{
|
|
1343
|
+
border: 1px solid #CACACA;
|
|
1344
|
+
height: 238px;
|
|
1345
|
+
overflow-y: scroll;
|
|
1346
|
+
}
|
|
1347
|
+
.env-creds-json-codemirror .CodeMirror{
|
|
1348
|
+
height: 236px;
|
|
1349
|
+
}
|
|
1342
1350
|
|
|
1343
1351
|
.rc-time-picker {
|
|
1344
1352
|
display: inline-block;
|