@import '../../styles/variables';

.Pagination {
  display: flex;
  align-items: center;

  &__per-page {
    display: flex;
    align-items: center;
    margin-right: $spacing * 9;

    label {
      margin: 0 $spacing * 3 0 0;
    }

    select {
      width: 66px;
    }
  }

  &__amount {
    margin-right: $spacing * 8;
  }

  &__actions {
    display: flex;
  }

  &__action {
    &:not(:last-child) {
      margin-right: $spacing * 2;
    }
  }
}
