.c7n-workSpaceTree {
  display: table;
  width: 100%;

  &-dragging {
    margin-bottom: 50px;
  }

  &-title {
    max-width: 500px;
    overflow: hidden;
    display: inline-block;
    vertical-align: text-bottom;
    text-overflow: ellipsis;
  }

  .c7n-workSpaceTree-item {
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    background-color: transparent;
    fill: transparent;
    height: 32px;
    flex: 0 0 auto;
    text-decoration: none;
    padding: 8px 12px 7px;

    &-btn {
      color: transparent;
    }

    &-btnMargin {
      margin-left: 10px;
    }

    &-icon {
      vertical-align: baseline;
      color: var(--text-color);
      font-size: 0.2rem;
      cursor: pointer;
    }
  }

  .c7n-workSpaceTree-item:hover {
    background-color: rgba(15, 19, 88, 0.03);
    fill: rgba(15, 19, 88, 0.03);
    text-decoration: none;

    .c7n-workSpaceTree-item-btn {
      color: var(--text-color);
    }
  }
}
