391. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:20 +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.

391.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_rtl/Magento_Checkout/web/css/source/module/checkout_sidebar.less2016-05-15 23:41:52 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Checkout/web/css/source/module/checkout_sidebar.less2016-05-15 23:41:52 +0000

391.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged150
Changed00
Inserted00
Removed00

391.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

391.4 Active regular expressions

No regular expressions were active.

391.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 //  Variables 7 //  Variables
8 //  _____________________________________________ 8 //  _____________________________________________
9  9 
10 @checkout-sidebar__margin: @indent__base; 10 @checkout-sidebar__margin: @indent__base;
11 @checkout-sidebar__margin__xl: 46px; 11 @checkout-sidebar__margin__xl: 46px;
12 @checkout-sidebar__columns: 4; 12 @checkout-sidebar__columns: 4;
13  13 
14 // 14 //
15 //  Desktop 15 //  Desktop
16 //  _____________________________________________ 16 //  _____________________________________________
17  17 
18 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 18 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
19     .opc-sidebar { 19     .opc-sidebar {
20         .lib-css(margin, @checkout-sidebar__margin__xl 0 @checkout-sidebar__margin); 20         .lib-css(margin, @checkout-sidebar__margin__xl 0 @checkout-sidebar__margin);
21         .lib-layout-column(2, 2, @checkout-sidebar__columns); 21         .lib-layout-column(2, 2, @checkout-sidebar__columns);
22         float: left; 22         float: left;
23         width: 33%; 23         width: 33%;
24     } 24     }
25 } 25 }