@lingk/sync 2.0.16 → 2.0.18
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 +75 -79
- package/build/credentialSections.js.map +1 -1
- package/build/css/main.css +2 -5
- 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 +75 -79
- 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
|
@@ -1415,11 +1415,8 @@ aside {
|
|
|
1415
1415
|
width: -webkit-fit-content;
|
|
1416
1416
|
width: -moz-fit-content;
|
|
1417
1417
|
width: fit-content;
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
top: 118px;
|
|
1421
|
-
left: 250px;
|
|
1422
|
-
width: fit-content;
|
|
1418
|
+
margin-left: 208px;
|
|
1419
|
+
margin-top: -38px;
|
|
1423
1420
|
}
|
|
1424
1421
|
.rc-time-picker {
|
|
1425
1422
|
display: inline-block;
|