@import '../../style/themes/index';

@page-actions-prefixCls: ~'@{ant-prefix}-page-actions';

.@{page-actions-prefixCls} {
  margin: 0 auto;
  padding: 0 20px 24px;

  @media (min-width: @screen-sm-min) {
    padding: 0 0 24px;
  }

  &-container {
    display: flex;
    justify-content: space-between;

    &-only-primary {
      justify-content: flex-end;
    }
  }
}
