@lingk/sync 1.0.39 → 1.0.41
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 +67 -11
- package/build/credentialSections.js.map +1 -1
- package/build/css/main.css +6 -0
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js +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 +84 -28
- 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 +1 -1
package/build/css/main.css
CHANGED
|
@@ -719,6 +719,11 @@ aside{
|
|
|
719
719
|
vertical-align: top;
|
|
720
720
|
margin-left:26px;
|
|
721
721
|
background: rgb(50, 120, 180);
|
|
722
|
+
padding-top:5px;
|
|
723
|
+
}
|
|
724
|
+
.unlinked-connect-resource-group{
|
|
725
|
+
background: #d45e5e;
|
|
726
|
+
padding-top:6px;
|
|
722
727
|
}
|
|
723
728
|
.connect-resource-group > svg > path{
|
|
724
729
|
fill:white;
|
|
@@ -729,6 +734,7 @@ aside{
|
|
|
729
734
|
.connect-resource-group:hover > svg > path{
|
|
730
735
|
fill:black;
|
|
731
736
|
}
|
|
737
|
+
|
|
732
738
|
.remove-resource-group:hover + .schema-group-nav{
|
|
733
739
|
color: #AA0000;
|
|
734
740
|
}
|