/* Mixins */
.things-sync-preview-dialog .presync-result {
  background-color: #fafafa;
  padding: 16px 24px;
  border: 1px solid #e8e8e8;
  margin-bottom: 8px;
}
.things-sync-preview-dialog .color-green {
  color: blue;
}
.things-sync-preview-dialog .color-fail {
  color: red;
}
/* Mixins */
.things-sync-dialog .things-sync-remote-form {
  border: solid 1px #e8e8e8;
  border-top: none;
  margin-bottom: 16px;
}
.things-sync-dialog .things-sync-remote-form .ant-divider {
  top: -13px;
}
.things-sync-dialog .transform-header {
  margin-bottom: 8px;
}
.things-sync-dialog .transform-name {
  height: 100%;
}
.things-sync-dialog .transform-column, .things-sync-dialog .transform-column-middle {
  height: 50vh;
}
.things-sync-dialog .right-square-icon {
  font-size: 20px;
  color: #575757;
}
.things-sync-dialog .transform-column .ant-card-body {
  height: calc(100% - 48px);
}
.things-sync-dialog .transform-column .ant-card-body .ul-list {
  height: calc(100% - 32px);
}

/*# sourceMappingURL=15.7cf870a5.css.map*/