@import '../../../../global/theme.less';

.pagination {
  display: flex;
  .pageSize {
    :global {
      .@{ant-prefix}-select-selector {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
  }
  .suffix {
    line-height: 32px;
    height: 32px;
    width: auto;
    border: 1px solid @border-color-base;
    border-radius: @border-radius-base;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 11px;
    background-color: @add-on-bg-color;
    min-width: 60px;
  }
}
