32. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2022-09-08 08:48:55 +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.

32.1 Files compared

#LocationFileLast Modified
1/Volumes/Data 1/Ampps/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme/app/code/Mageplaza/Search/view/frontend/web/css/source_module.less2021-12-28 10:15:02 +0000
2Theme Files/Magento 2.x/Porto Theme/app/code/Mageplaza/Search/view/frontend/web/css/source_module.less2022-06-10 10:42:23 +0000

32.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged2272
Changed00
Inserted11
Removed00

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

32.4 Active regular expressions

No regular expressions were active.

32.5 Comparison detail

1 /** 1 /**
2  * Mageplaza 2  * Mageplaza
3  * 3  *
4  * NOTICE OF LICENSE 4  * NOTICE OF LICENSE
5  * 5  *
6  * This source file is subject to the Mageplaza.com license that is 6  * This source file is subject to the Mageplaza.com license that is
7  * available through the world-wide-web at this URL: 7  * available through the world-wide-web at this URL:
8  * https://www.mageplaza.com/LICENSE.txt 8  * https://www.mageplaza.com/LICENSE.txt
9  * 9  *
10  * DISCLAIMER 10  * DISCLAIMER
11  * 11  *
12  * Do not edit or add to this file if you wish to upgrade this extension to newer 12  * Do not edit or add to this file if you wish to upgrade this extension to newer
13  * version in the future. 13  * version in the future.
14  * 14  *
15  * @category    Mageplaza 15  * @category    Mageplaza
16  * @package     Mageplaza_Search 16  * @package     Mageplaza_Search
17  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/) 17  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
18  * @license     https://www.mageplaza.com/LICENSE.txt 18  * @license     https://www.mageplaza.com/LICENSE.txt
19  */ 19  */
20  20 
21 @media only screen and (max-width: 600px) { 21 @media only screen and (max-width: 600px) {
22     .minisearch .search-category{ 22   .minisearch .search-category{
23         top: 65% !important; 23     top: 65% !important;
24         right: 15px !important; 24     right: 15px !important;
25         height: 32px; 25     height: 32px;
26         display: none; 26     display: none;
27     } 27   }
28 } 28 }
29  29 
30 .autocomplete-suggestions { 30 .autocomplete-suggestions {
31   border: 1px solid #bbbbbb; 31   border: 1px solid #bbbbbb;
32   background: #ffffff; 32   background: #ffffff;
33   cursor: default; 33   cursor: default;
34   border-top: none; 34   border-top: none;
35   height: auto; 35   height: auto;
36   overflow: auto; 36   overflow: auto;
37   max-height: 2000px; 37   max-height: 2000px;
38 } 38 }
39  39 
40 .autocomplete-suggestion { 40 .autocomplete-suggestion {
41   cursor: pointer; 41   cursor: pointer;
42   overflow: hidden; 42   overflow: hidden;
43   padding: 10px 5px 10px 5px; 43   padding: 10px 5px 10px 5px;
44   font-size: 1.2em; 44   font-size: 1.2em;
45   border-bottom: 1px solid #eeeeee; 45   border-bottom: 1px solid #eeeeee;
46   display: block; 46   display: block;
47  47 
48   &:last-child { 48   &:last-child {
49     border-bottom: none; 49     border-bottom: none;
50   } 50   }
51 } 51 }
52  52 
53 .search-category, #mpsearch-category { 53 .search-category, #mpsearch-category {
54   height: 100%; 54   height: 100%;
55 } 55 }
56  56 
57 .autocomplete-selected { 57 .autocomplete-selected {
58   background: #eef3d6; 58   background: #eef3d6;
59 } 59 }
60  60 
61 input#searchauto { 61 input#searchauto {
62   border: 1px solid #bbbbbb; 62   border: 1px solid #bbbbbb;
63   border-radius: 2px; 63   border-radius: 2px;
64   width: 375px; 64   width: 375px;
65 } 65 }
66  66 
67 .suggestion-left { 67 .suggestion-left {
68   float: left; 68   float: left;
69   width: 15%; 69   width: 15%;
70   padding: auto; 70   padding: auto;
71 } 71 }
72  72 
73 .suggestion-right { 73 .suggestion-right {
74   width: 82%; 74   width: 82%;
75   padding-left: 10px; 75   padding-left: 10px;
76   text-align: left; 76   text-align: left;
77   color: black; 77   color: black;
78   float: left; 78   float: left;
79 } 79 }
80  80 
81 .product-name { 81 .product-name {
82   font-size: 14px; 82   font-size: 14px;
83   color: #3399cc; 83   color: #3399cc;
84   display: block; 84   display: block;
85   overflow: hidden; 85   overflow: hidden;
86   text-overflow: ellipsis; 86   text-overflow: ellipsis;
87 } 87 }
88  88 
89 .product-price { 89 .product-price {
90   font-size: 12px; 90   font-size: 12px;
91 } 91 }
92  92 
93 .product-des { 93 .product-des {
94   font-size: 12px; 94   font-size: 12px;
95  95 
96   p { 96   p {
97     display: block; 97     display: block;
98     overflow: hidden; 98     overflow: hidden;
99     text-overflow: ellipsis; 99     text-overflow: ellipsis;
100   } 100   }
101 } 101 }
102  102 
103 .product-line { 103 .product-line {
104   margin-bottom: 5px; 104   margin-bottom: 5px;
105 } 105 }
106  106 
107 ul#ui-id-1 { 107 ul#ui-id-1 {
108   font-family: inherit; 108   font-family: inherit;
109   padding: 0px; 109   padding: 0px;
110   border-bottom: none; 110   border-bottom: none;
111 } 111 }
112  112 
113 p.short-des { 113 p.short-des {
114   margin: 0px; 114   margin: 0px;
115   font-size: 0.9em; 115   font-size: 0.9em;
116   color: #aaaaaa; 116   color: #aaaaaa;
117 } 117 }
118  118 
119 #view_all { 119 #view_all {
120   text-align: center; 120   text-align: center;
121   background: #eff4f7; 121   background: #eff4f7;
122   cursor: pointer; 122   cursor: pointer;
123 } 123 }
124  124 
125 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 125 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
126   #search_mini_form { 126   #search_mini_form {
127     width: 374px; 127     width: 374px;
128     float: right; 128     float: right;
129   } 129   }
130 } 130 }
131  131 
132 @media only screen and (min-width: 768px) { 132 @media only screen and (min-width: 768px) {
133   .block-search { 133   .block-search {
    134     z-index: 999 !important;
134     padding-left: 140px !important; 135     padding-left: 140px !important;
135   } 136   }
136 } 137 }