317. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:07 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

317.1 Files compared

#LocationFileLast Modified
1/Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/web/css/source_pages.less2018-01-10 20:59:02 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/web/css/source_pages.less2021-01-19 05:44:06 +0000

317.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged334
Changed00
Inserted117
Removed19

317.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

317.4 Active regular expressions

No regular expressions were active.

317.5 Comparison detail

1 // /** 1 // /**
2 //  * Copyright © 2015 Magento. All rights reserved. 2 //  * Copyright © 2015 Magento. All rights reserved.
3 //  * See COPYING.txt for license details. 3 //  * See COPYING.txt for license details.
4 //  */ 4 //  */
5  5 
6 // 6 //
7 //  Common 7 //  Common
8 //  _____________________________________________ 8 //  _____________________________________________
9  9 
10 & when (@media-common = true) { 10 & when (@media-common = true) {
11     .pages { 11     .pages {
12         .lib-pager(); 12         .lib-pager();
13         .page {    
14             width: 26px;    
15             border-radius: 3px;    
16         }    
17         .action {    
18             border-radius: 3px;    
19             padding: 0 8px;    
20             width: 26px;    
21         }    
22         .item:last-child { 13         .item:last-child {
23             margin-right: 0; 14             margin-right: 0;
24         } 15         }
    16         strong.page,a.page,.action {
    17           border: 1px solid #ccc;
    18           border-radius: 0;
    19           color: #7b858a;
    20           display: block !important;
    21           font-size: 15px;
    22           font-weight: 700;
    23           margin: 0 0;
    24           padding: 0 .5em;
    25           line-height: 2.1em;
    26           min-width: 2.2em;
    27           height: 2.2em;
    28           text-decoration: none;
    29           text-align: center;
    30           background: none;
    31           &::before,&:visited,&:hover {color: inherit !important;background: none;}
    32         }
25     } 33     }
26 } 34 }