384. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:43:24 +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.

384.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Checkout/web/css/source/module/checkout_modals.less2016-05-15 09:35:24 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Checkout/web/css/source/module/checkout_modals.less2016-05-15 09:35:24 +0000

384.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1180
Changed00
Inserted00
Removed00

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

384.4 Active regular expressions

No regular expressions were active.

384.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-modal-popup__width: 800px; 10 @checkout-modal-popup__width: 800px;
11  11 
12 // 12 //
13 //  Common 13 //  Common
14 //  _____________________________________________ 14 //  _____________________________________________
15  15 
16 & when (@media-common = true) { 16 & when (@media-common = true) {
17     .checkout-index-index { 17     .checkout-index-index {
18         .modal-popup { 18         .modal-popup {
19             .field-tooltip { 19             .field-tooltip {
20                 .field-tooltip-content { 20                 .field-tooltip-content {
21                     &:extend(.abs-checkout-tooltip-content-position-top all); 21                     &:extend(.abs-checkout-tooltip-content-position-top all);
22                 } 22                 }
23             } 23             }
24             .fieldset { 24             .fieldset {
25                 .field { 25                 .field {
26                     .label { 26                     .label {
27                         font-weight: @font-weight__regular; 27                         font-weight: @font-weight__regular;
28                     } 28                     }
29                 } 29                 }
30             } 30             }
31             .modal-footer { 31             .modal-footer {
32                 .action-hide-popup { 32                 .action-hide-popup {
33                     &:extend(.abs-action-button-as-link all); 33                     &:extend(.abs-action-button-as-link all);
34                     margin-top: 3px; 34                     margin-top: 3px;
35                 } 35                 }
36             } 36             }
37         } 37         }
38     } 38     }
39 } 39 }
40  40 
41 // 41 //
42 //  Mobile 42 //  Mobile
43 //  _____________________________________________ 43 //  _____________________________________________
44  44 
45 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) { 45 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
46     .checkout-index-index { 46     .checkout-index-index {
47         .modal-popup { 47         .modal-popup {
48             .modal-footer { 48             .modal-footer {
49                 .action-save-address { 49                 .action-save-address {
50                     width: 100%; 50                     width: 100%;
51                 } 51                 }
52                 .action-hide-popup { 52                 .action-hide-popup {
53                     margin-top: @indent__base; 53                     margin-top: @indent__base;
54                 } 54                 }
55             } 55             }
56         } 56         }
57     } 57     }
58 } 58 }
59  59 
60 // 60 //
61 //  Desktop 61 //  Desktop
62 //  _____________________________________________ 62 //  _____________________________________________
63  63 
64 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 64 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
65     .checkout-index-index { 65     .checkout-index-index {
66         .modal-popup { 66         .modal-popup {
67             .form-shipping-address { 67             .form-shipping-address {
68                 .lib-css(max-width, @checkout-shipping-address__max-width); 68                 .lib-css(max-width, @checkout-shipping-address__max-width);
69             } 69             }
70             .modal-footer { 70             .modal-footer {
71                 .action-save-address { 71                 .action-save-address {
72                     float: left; 72                     float: left;
73                     margin: 0 @indent__base 0 0; 73                     margin: 0 @indent__base 0 0;
74                 } 74                 }
75             } 75             }
76         } 76         }
77     } 77     }
78 } 78 }
79  79 
80 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) { 80 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
81     .checkout-index-index { 81     .checkout-index-index {
82         .modal-popup { 82         .modal-popup {
83             .modal-inner-wrap { 83             .modal-inner-wrap {
84                 .lib-css(margin-right, -(@checkout-modal-popup__width/2)); 84                 .lib-css(margin-right, -(@checkout-modal-popup__width/2));
85                 .lib-css(width, @checkout-modal-popup__width); 85                 .lib-css(width, @checkout-modal-popup__width);
86                 right: 50%; 86                 right: 50%;
87             } 87             }
88         } 88         }
89     } 89     }
90 } 90 }