.pisell-lowcode-app-version-control {
  background-color: #fff;
  cursor: default;
  .pisell-lowcode-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px !important;
    &::after {
      display: none;
    }
    .pisell-lowcode-app-version-control-avatar {
      display: flex;
      .pisell-lowcode-avatar-string {
        display: flex;
      }
    }

    .pisell-lowcode-app-version-control-avatar-icon {
      font-size: 32px !important;
    }
  }
  .pisell-lowcode-app-version-control-title {
    color: var(--Gray-900, #101828);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  &:hover {
    background: #fff !important;
  }
}