
.page-table-header {
  padding: 10px 8px;
  .page-table-header-title {
    font-weight: bold;
    font-size: 16px;
    color: $--color-extra-light-black;
    .el-button {
      margin-left: $--size-common;
    }
  }
  .el-button.el-button--default {
    background-color: $--color-background;
    &:hover {
      box-shadow: 0 0 0 2px rgba(59, 120, 212, 0.15);
    }
    &.el-button.is-disabled:hover {
      box-shadow: none;
    }
  }

  > * {
    display: inline-block;
  }
  .page-table-header-separator {
    margin: 0 12px;
    vertical-align: middle;
    border: none;
    border-left: 1px solid #eee;
    height: 30px;
  }

}

.page-table {
  margin-top: 12px;
  margin-bottom: 12px;
  background: $--color-white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

