@lingk/sync 0.0.83 → 0.0.85

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.
@@ -100,6 +100,7 @@ ul li, ol li {
100
100
 
101
101
  .select-dropdown-button > button{
102
102
  height:100%;
103
+ font-weight: normal;
103
104
  }
104
105
  .extra-select-button-class > button{
105
106
  font-size: 32px;
@@ -274,6 +274,22 @@ body{
274
274
  float:right;
275
275
  margin-top:1px;
276
276
  }
277
+ .remove-resource-group-disabled{
278
+ width: 32px;
279
+ height: 32px;
280
+ text-align: center;
281
+ border-radius: 50%;
282
+ padding-top: 5px;
283
+ display: inline-block;
284
+ vertical-align: top;
285
+ float:right;
286
+ margin-top:1px;
287
+ }
288
+ .remove-resource-group-disabled > svg > path{
289
+ stroke-linecap:round;
290
+ stroke-width:7;
291
+ stroke:#CCCCCC;
292
+ }
277
293
  .connect-resource-group{
278
294
  width: 33px;
279
295
  height: 33px;