@lingk/sync 0.0.18 → 0.0.20

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.
@@ -51,5 +51,19 @@ ul li, ol li {
51
51
  background: #005fb2;
52
52
  }
53
53
 
54
+ .transform-data-type{
55
+ border: 1px solid #d8dde6;
56
+ }
57
+ .transform-data-type:hover{
58
+ border: 1px solid #0070d2;
59
+ }
60
+ .transform-data-type-sel{
61
+ color: white;
62
+ background: #0070d2;
63
+ border: 1px solid #0070d2;
64
+ }
65
+
66
+
67
+
54
68
 
55
69
  /*# sourceMappingURL=lightning.css.map*/
@@ -116,4 +116,20 @@ body{
116
116
  height: 0;
117
117
  opacity: 0;
118
118
  }
119
+ .transform-data-type{
120
+ display: inline-block;
121
+ border-radius: 3px;
122
+ cursor:pointer;
123
+ margin:8px;
124
+ padding:2px 5px;
125
+ }
126
+ .transform-data-type:hover{
127
+ border: 1px solid black;
128
+ }
129
+
130
+
131
+
132
+
133
+
134
+
119
135
  /*# sourceMappingURL=main.css.map*/