@lingk/sync 1.0.53 → 1.0.54

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.
@@ -1412,7 +1412,15 @@ aside{
1412
1412
  .show-label-or-api-names:hover{
1413
1413
  text-decoration: underline;
1414
1414
  }
1415
-
1415
+ .check-metadata-error{
1416
+ background: rgb(234, 90, 90);
1417
+ padding: 4px 9px;
1418
+ font-weight: bold;
1419
+ margin: 12px 12px 0px;
1420
+ color: white;
1421
+ max-height: 102px;
1422
+ overflow: hidden;
1423
+ }
1416
1424
  .rc-time-picker {
1417
1425
  display: inline-block;
1418
1426
  box-sizing: border-box;