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

382.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_estimated-total.less2021-02-04 02:57:08 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Checkout/web/css/source/module/checkout_estimated-total.less2021-02-04 02:57:08 +0000

382.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1158
Changed00
Inserted00
Removed00

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

382.4 Active regular expressions

No regular expressions were active.

382.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  11 
12     // 12     //
13     //  Checkout Estimated Total 13     //  Checkout Estimated Total
14     //  --------------------------------------------- 14     //  ---------------------------------------------
15  15 
16     .opc-estimated-wrapper { 16     .opc-estimated-wrapper {
17         &:extend(.abs-no-display-desktop all); 17         &:extend(.abs-no-display-desktop all);
18         &:extend(.abs-add-clearfix all); 18         &:extend(.abs-add-clearfix all);
19         .lib-css(border-bottom, @checkout-step-title__border); 19         .lib-css(border-bottom, @checkout-step-title__border);
20         .lib-css(border-top, @checkout-step-title__border); 20         .lib-css(border-top, @checkout-step-title__border);
21         .lib-css(margin, -21px -(@checkout-step-content-mobile__margin-s) @checkout-step-content-mobile__margin-s); 21         .lib-css(margin, -21px -(@checkout-step-content-mobile__margin-s) @checkout-step-content-mobile__margin-s);
22         padding: 18px 15px; 22         padding: 18px 15px;
23  23 
24         .estimated-block { 24         .estimated-block {
25             .lib-css(font-size, @checkout-step-title-mobile__font-size); 25             .lib-css(font-size, @checkout-step-title-mobile__font-size);
26             float: right; 26             float: right;
27             font-weight: 600; 27             font-weight: 600;
28  28 
29             .estimated-label { 29             .estimated-label {
30                 display: block; 30                 display: block;
31                 margin: 0 0 @indent__xs; 31                 margin: 0 0 @indent__xs;
32             } 32             }
33             .estimated-price { 33             .estimated-price {
34                 color: @theme-color; 34                 color: @theme-color;
35             } 35             }
36         } 36         }
37  37 
38         .minicart-wrapper { 38         .minicart-wrapper {
39             float: left; 39             float: left;
40  40 
41             button { 41             button {
42                 // todo ui: Change .action.showcart to .action-showcart 42                 // todo ui: Change .action.showcart to .action-showcart
43                 &.action.showcart { 43                 &.action.showcart {
44                     .lib-button-reset(); 44                     .lib-button-reset();
45                     height: auto;  45                     height: auto; 
46                     .counter.qty { 46                     .counter.qty {
47                         left: 9px; 47                         left: 9px;
48                         top: 3px; 48                         top: 3px;
49                     } 49                     }
50                     &::before { 50                     &::before {
51                       content: '\e8ba'; 51                       content: '\e8ba';
52                       font-family: 'porto-icons'; 52                       font-family: 'porto-icons';
53                       font-size: 27px; 53                       font-size: 27px;
54                       display: inline-block; 54                       display: inline-block;
55                       color: #222529; 55                       color: #222529;
56                       width: 40px; 56                       width: 40px;
57                       height: 40px; 57                       height: 40px;
58                     } 58                     }
59                     &::after { 59                     &::after {
60                       margin: 0; 60                       margin: 0;
61                     } 61                     }
62                     &:hover { 62                     &:hover {
63                       color: #777; 63                       color: #777;
64                     } 64                     }
65                 } 65                 }
66             } 66             }
67         } 67         }
68     } 68     }
69 } 69 }
70  70 
71 // 71 //
72 //  Desktop 72 //  Desktop
73 //  _____________________________________________ 73 //  _____________________________________________
74  74 
75 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 75 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
76     .opc-estimated-wrapper { 76     .opc-estimated-wrapper {
77         display: none; 77         display: none;
78     } 78     }
79 } 79 }