.PagesPage-header {
  padding: 20px 0;

  .container {
    max-width: 600px;
  }
  p {
    margin-bottom: 20px;
  }
  .Button {
    margin-right: 10px;
  }
}

.PagesPage-list {
  padding-top: 20px;
  .container {
    max-width: 700px;
  }

  .Button.hasIcon i {
    margin-right: 0;
  }
}

.PageList-results {
  white-space: nowrap;
  width: 100%;
  td, th {
    padding: 10px;
    text-align: left;
  }
  thead th {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: @muted-color;
    min-width: 140px;
    border-bottom: 2px solid @control-bg;
  }
  tbody {
    tr {
      td, th {
        border-top: 1px solid @control-bg;
      }
      &:nth-of-type(odd) {
        .fof-pages-table-background(@config-dark-mode);
        .fof-pages-table-background(false) {
          background-color: #fcfcfc;
        }
        .fof-pages-table-background(true) {
          background-color: rgba(255, 255, 255, 0.05);
        }
      }
    }
  }
  .Pages-actions {
    text-align: right;
  }
}

.EditPageModal {
  .Form-group:not(:last-child) {
    margin-bottom: 30px;
  }
}

.EditPageModal-delete {
  float: right;
}

.PageList-pagination {
  margin-top: 25px;
}

.Button--PageList-prev {
  float: left;
}

.Button--PageList-next {
  float: right;
}
