.builtin-component {
  min-height: 100px;
  background-color: #f0f0f0;
  font-size: 14px;
  border: 1px dotted;
  .placeholder,.content {
    color: #a7b1bd;
    width: 100%;
    height: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}