_pages.less 453 B

1234567891011121314151617181920212223242526
  1. // /**
  2. // * Copyright © Magento, Inc. All rights reserved.
  3. // * See COPYING.txt for license details.
  4. // */
  5. //
  6. // Common
  7. // _____________________________________________
  8. & when (@media-common = true) {
  9. .pages {
  10. .lib-pager();
  11. .action {
  12. width: 34px;
  13. &.previous {
  14. margin-right: 12px;
  15. }
  16. &.next {
  17. margin-left: 12px;
  18. }
  19. }
  20. }
  21. }