@import '../../../../global/theme.less';

.root {
  .item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    .handler {
      font-size: 18px;
      font-weight: bold;
      transform: rotate(-90deg);
      cursor: move;
    }
    .content {
      flex-grow: 1;
    }
  }
}

.drag {
  opacity: 1;
  background-color: @normal-color;
  height: 40px;
}

.ghost {
  color: @normal-color;
}
