1234567891011121314151617181920212223242526 |
- // /**
- // * Copyright © Magento, Inc. All rights reserved.
- // * See COPYING.txt for license details.
- // */
- //
- // Common
- // _____________________________________________
- & when (@media-common = true) {
- .pages {
- .lib-pager();
- .action {
- width: 34px;
- &.previous {
- margin-right: 12px;
- }
- &.next {
- margin-left: 12px;
- }
- }
- }
- }
|