409. Araxis Merge File Comparison Report

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

409.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/css/source_sections.less2023-03-17 01:26:03 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/css/source_sections.less2023-03-17 01:26:03 +0000

409.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1570
Changed00
Inserted00
Removed00

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

409.4 Active regular expressions

No regular expressions were active.

409.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   .product.data.items { 11   .product.data.items {
12       .lib-data-accordion(); 12       .lib-data-accordion();
13       .item.title { 13       .item.title {
14           color: #818692; 14           color: #818692;
15           padding: 15px 0; 15           padding: 15px 0;
16           font-weight: 700; 16           font-weight: 700;
17           text-transform: uppercase; 17           text-transform: uppercase;
18           background: none; 18           background: none;
19           border-bottom: 2px solid #e7e7e7; 19           border-bottom: 2px solid #e7e7e7;
20           >.switch { 20           >.switch {
21             font-size: 13px; 21             font-size: 13px;
22             display: inline-block; 22             display: inline-block;
23             border: none; 23             border: none;
24             height: auto; 24             height: auto;
25             padding: 0 !important; 25             padding: 0 !important;
26             color: inherit; 26             color: inherit;
27             font-weight: inherit; 27             font-weight: inherit;
28             line-height: inherit; 28             line-height: inherit;
29             background: none !important; 29             background: none !important;
30             display: block; 30             display: block;
31             &:hover { 31             &:hover {
32               color: inherit; 32               color: inherit;
33               background: none; 33               background: none;
34             } 34             }
35           } 35           }
36           &.active { 36           &.active {
37             color: #222529; 37             color: #222529;
38             border-color: #222529; 38             border-color: #222529;
39             >.switch { 39             >.switch {
40               color: inherit; 40               color: inherit;
41               background: none; 41               background: none;
42               padding: 0; 42               padding: 0;
43               &:hover,&:focus { 43               &:hover,&:focus {
44                 padding: 0; 44                 padding: 0;
45                 color: inherit; 45                 color: inherit;
46                 background: none; 46                 background: none;
47               } 47               }
48             } 48             }
49           } 49           }
50           &:hover { 50           &:hover {
51             border-color: #222529; 51             border-color: #222529;
52             color: #222529; 52             color: #222529;
53             >.switch { 53             >.switch {
54               color: inherit; 54               color: inherit;
55               padding: 0; 55               padding: 0;
56             } 56             }
57           } 57           }
58           a { 58           a {
59               position: relative; 59               position: relative;
60               &:after { 60               &:after {
61                   font-family: 'porto-icons'; 61                   font-family: 'porto-icons';
62                   content: @icon-down; 62                   content: @icon-down;
63                   position: absolute; 63                   position: absolute;
64                   left: @accordion-control__padding-right; 64                   left: @accordion-control__padding-right;
65                   top: @accordion-control__padding-top; 65                   top: @accordion-control__padding-top;
66               } 66               }
67           } 67           }
68           &.active a:after { 68           &.active a:after {
69               content: @icon-up; 69               content: @icon-up;
70               font-family: 'porto-icons'; 70               font-family: 'porto-icons';
71           } 71           }
72       } 72       }
73       > .item { 73       > .item {
74           &.content { 74           &.content {
75             border: none; 75             border: none;
76             box-shadow: none; 76             box-shadow: none;
77             padding: 30px 0 15px; 77             padding: 30px 0 15px;
78             p { 78             p {
79               font-size: 14px; 79               font-size: 14px;
80               font-weight: 400; 80               font-weight: 400;
81               letter-spacing: .005em; 81               letter-spacing: .005em;
82               line-height: 1.9; 82               line-height: 1.9;
83             } 83             }
84           } 84           }
85       } 85       }
86       .value p:last-child { 86       .value p:last-child {
87           margin-bottom: 0; 87           margin-bottom: 0;
88       } 88       }
89       .table-wrapper { 89       .table-wrapper {
90           margin: 0; 90           margin: 0;
91       } 91       }
92   } 92   }
93   .porto-info-list,.product.description ul { 93   .porto-info-list,.product.description ul {
94     padding-right: 38.5px; 94     padding-right: 38.5px;
95     margin-bottom: 20px; 95     margin-bottom: 20px;
96     li { 96     li {
97         list-style: none; 97         list-style: none;
98         line-height: 1.5; 98         line-height: 1.5;
99         padding-top: .5em; 99         padding-top: .5em;
100         padding-bottom: .5em; 100         padding-bottom: .5em;
101         margin: 0; 101         margin: 0;
102         display: -ms-flexbox; 102         display: -ms-flexbox;
103         display: flex; 103         display: flex;
104         -ms-flex-align: center; 104         -ms-flex-align: center;
105         align-items: center; 105         align-items: center;
106     } 106     }
107     .porto-info-icon, [class^=porto-icon-] { 107     .porto-info-icon, [class^=porto-icon-] {
108         margin-left: 16.5px; 108         margin-left: 16.5px;
109         line-height: 1.3; 109         line-height: 1.3;
110         top: 2px; 110         top: 2px;
111         color: #21293c; 111         color: #21293c;
112         font-size: 16px; 112         font-size: 16px;
113     } 113     }
114     .porto-icon-ok:before { 114     .porto-icon-ok:before {
115       content: '\e8c1'; 115       content: '\e8c1';
116     } 116     }
117     .porto-info-list-item .porto-info-icon { 117     .porto-info-list-item .porto-info-icon {
118         width: auto; 118         width: auto;
119         display: inline-block; 119         display: inline-block;
120     } 120     }
121   } 121   }
122 } 122 }
123  123 
124 // 124 //
125 //  Desktop 125 //  Desktop
126 //  _____________________________________________ 126 //  _____________________________________________
127  127 
128 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 128 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
129     .product.data.items { 129     .product.data.items {
130         .lib-data-tabs(); 130         .lib-data-tabs();
131         border-bottom: 0; 131         border-bottom: 0;
132         margin-left: 0; 132         margin-left: 0;
133         margin-right: 0; 133         margin-right: 0;
134         .item.title a:after { 134         .item.title a:after {
135             display: none; 135             display: none;
136         } 136         }
137         > .item { 137         > .item {
138             &:first-child + div.item.content { 138             &:first-child + div.item.content {
139               display: block; 139               display: block;
140             } 140             }
141             &.title { 141             &.title {
142                 margin: 0 0 0 35px; 142                 margin: 0 0 0 35px;
143                 color: #818692; 143                 color: #818692;
144                 padding: 7px 0; 144                 padding: 7px 0;
145                 font-weight: 700; 145                 font-weight: 700;
146                 text-transform: uppercase; 146                 text-transform: uppercase;
147                 background: none; 147                 background: none;
148                 border-bottom: 2px solid transparent; 148                 border-bottom: 2px solid transparent;
149                 display: inline-block; 149                 display: inline-block;
150                 float: none; 150                 float: none;
151                 >.switch { 151                 >.switch {
152                   font-size: 13px; 152                   font-size: 13px;
153                   display: inline-block; 153                   display: inline-block;
154                   border: none; 154                   border: none;
155                   height: auto; 155                   height: auto;
156                   padding: 0 !important; 156                   padding: 0 !important;
157                   color: inherit; 157                   color: inherit;
158                   font-weight: inherit; 158                   font-weight: inherit;
159                   line-height: inherit; 159                   line-height: inherit;
160                   background: none !important; 160                   background: none !important;
161                   display: block; 161                   display: block;
162                   &:hover,&:active,&:focus { 162                   &:hover,&:active,&:focus {
163                     color: inherit !important; 163                     color: inherit !important;
164                     border-color: inherit  !important; 164                     border-color: inherit  !important;
165                     background: none; 165                     background: none;
166                   } 166                   }
167                 } 167                 }
168                 &.active { 168                 &.active {
169                   color: #222529; 169                   color: #222529;
170                   border-color: #222529; 170                   border-color: #222529;
171                   >.switch { 171                   >.switch {
172                     color: inherit; 172                     color: inherit;
173                     background: none; 173                     background: none;
174                     padding: 0; 174                     padding: 0;
175                     &:hover,&:focus { 175                     &:hover,&:focus {
176                       padding: 0; 176                       padding: 0;
177                       color: inherit; 177                       color: inherit;
178                       background: none; 178                       background: none;
179                     } 179                     }
180                   } 180                   }
181                 } 181                 }
182                 &:hover { 182                 &:hover {
183                   border-color: #222529; 183                   border-color: #222529;
184                   >.switch { 184                   >.switch {
185                     color: inherit; 185                     color: inherit;
186                     padding: 0; 186                     padding: 0;
187                   } 187                   }
188                 } 188                 }
189             } 189             }
190             &.content { 190             &.content {
191               border: none; 191               border: none;
192               border-top: solid 1px #e7e7e7; 192               border-top: solid 1px #e7e7e7;
193               box-shadow: none; 193               box-shadow: none;
194               padding: 30px 0 15px; 194               padding: 30px 0 15px;
195               margin-top: 40px 195               margin-top: 40px
196             } 196             }
197         } 197         }
198         .vertical & { 198         .vertical & {
199           > .item { 199           > .item {
200             &.title { 200             &.title {
201               max-width: 20%; 201               max-width: 20%;
202               text-align: right; 202               text-align: right;
203               float: none; 203               float: none;
204               border: none; 204               border: none;
205               padding: 0; 205               padding: 0;
206               margin: 0; 206               margin: 0;
207               margin-bottom: 13px; 207               margin-bottom: 13px;
208               overflow: hidden; 208               overflow: hidden;
209               position: relative; 209               position: relative;
210               display: block; 210               display: block;
211               >.switch { 211               >.switch {
212                 padding: 3px 0 10px !important; 212                 padding: 3px 0 10px !important;
213                 display: inline-block; 213                 display: inline-block;
214                 &::before { 214                 &::before {
215                   content: ''; 215                   content: '';
216                   position: absolute; 216                   position: absolute;
217                   width: 100%; 217                   width: 100%;
218                   bottom: 0; 218                   bottom: 0;
219                   border-bottom: 1px solid #dae2e6; 219                   border-bottom: 1px solid #dae2e6;
220                   z-index: 1; 220                   z-index: 1;
221                 } 221                 }
222                 &::after { 222                 &::after {
223                   content: ''; 223                   content: '';
224                   display: block; 224                   display: block;
225                   position: absolute; 225                   position: absolute;
226                   width: 30vw; 226                   width: 30vw;
227                   bottom: 0; 227                   bottom: 0;
228                   border-bottom: 1px solid #dae2e6; 228                   border-bottom: 1px solid #dae2e6;
229                   z-index: 0; 229                   z-index: 0;
230                   right: 0; 230                   right: 0;
231                 } 231                 }
232               } 232               }
233               &.active,&:hover { 233               &.active,&:hover {
234                 >.switch { 234                 >.switch {
235                   &::before { 235                   &::before {
236                     border-width: 2px; 236                     border-width: 2px;
237                     border-bottom-color: inherit; 237                     border-bottom-color: inherit;
238                   } 238                   }
239                 } 239                 }
240               } 240               }
241             } 241             }
242             &.content { 242             &.content {
243               position: absolute; 243               position: absolute;
244               float: none; 244               float: none;
245               margin: 0; 245               margin: 0;
246               width: 80%; 246               width: 80%;
247               left: 0; 247               left: 0;
248               top: 0; 248               top: 0;
249               padding-top: 0; 249               padding-top: 0;
250               border-top: none; 250               border-top: none;
251               padding-right: 30px; 251               padding-right: 30px;
252               min-height: 180px; 252               min-height: 180px;
253             } 253             }
254           } 254           }
255         } 255         }
256         .accordion & { 256         .accordion & {
257           & > .item.title { 257           & > .item.title {
258             border-color: #e7e7e7; 258             border-color: #e7e7e7;
259             &.active { 259             &.active {
260               border-color: inherit; 260               border-color: inherit;
261             } 261             }
262           } 262           }
263           & > .item.title, & > .item.content { 263           & > .item.title, & > .item.content {
264               float: none; 264               float: none;
265               margin: 0; 265               margin: 0;
266               display: block; 266               display: block;
267           } 267           }
268           & > .item.content { 268           & > .item.content {
269             border: none; 269             border: none;
270           } 270           }
271         } 271         }
272         .sticky & { 272         .sticky & {
273           & > .item.title { 273           & > .item.title {
274             &.active { 274             &.active {
275               color: inherit; 275               color: inherit;
276               border-color: transparent; 276               border-color: transparent;
277             } 277             }
278             &:hover { 278             &:hover {
279               color: inherit; 279               color: inherit;
280               border-color: inherit; 280               border-color: inherit;
281             } 281             }
282           } 282           }
283         } 283         }
284     } 284     }
285 } 285 }