@import "../../scss/sc-variables";
// $grey-300: #e0e0e0;

.sc-change-table-headers {
  display: flex;
  padding: 0 !important;
}

.headers-list {
  min-width: 50%;
  display: flex;
  flex-direction: column;

  &:first-child {
    border-right: 1px solid;
  }

  &__header {
    border-bottom: 1px solid;
    margin: 0;
    padding: 12px $dialog-padding;
    flex: 0 0 auto;
  }

  &__container {
    flex: 1;
    min-height: 144px;
  }

  &__item {
    border-bottom: 1px solid;
    min-height: 48px;
    display: flex;
    align-items: center;

    &:last-child {
      border: 0;
    }
  }

  &__text {
    padding: 4px $dialog-padding 4px 0;
  }

  &__drag-handle {
    cursor: grab;
    padding: 12px 8px 6px 16px;
  }
}

.cursor-grab {
  cursor: grab;
}
