
@import "../styles/common";

.w-table-editor{
  border: @border;

  &.disabled{
    border: 0;
    .w-table-search{
      padding: 0;
    }
    .w-header-bottom-empty{
      display: none;
    }
  }
}

.w-table-editor-header{
  height: 48px;
  align-items: center;
  padding-left: 10px;
}

.w-table-editor-create{
  min-width: 85px;
  height: 32px;
  border-radius: 20px;
}

.w-table-editor-delete{
  color:rgb(255,6,6) !important;
}
