314. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-03-13 03:01:19 +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.

314.1 Files compared

#LocationFileLast Modified
1Porto v4.0.4/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Customer/web/css/source_module.less2021-02-18 04:30:54 +0000
2Porto v4.0.5/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Customer/web/css/source_module.less2022-11-30 02:24:40 +0000

314.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged21176
Changed13
Inserted00
Removed00

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

314.4 Active regular expressions

No regular expressions were active.

314.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 @account-title-border-color: @color-gray-middle2; 6 @account-title-border-color: @color-gray-middle2;
7 @account-table-border-bottom-color: @color-gray-middle1; 7 @account-table-border-bottom-color: @color-gray-middle1;
8 @account-table-action-delete: @color-red12; 8 @account-table-action-delete: @color-red12;
9  9 
10 // 10 //
11 //  Common 11 //  Common
12 //  --------------------------------------------- 12 //  ---------------------------------------------
13  13 
14 & when (@media-common = true) { 14 & when (@media-common = true) {
15 .customer-account-login, .customer-account-create, .customer-account-forgotpassword { 15 .customer-account-login, .customer-account-create, .customer-account-forgotpassword {
16   .page-title-wrapper { 16   .page-title-wrapper {
17     &:extend(.abs-account-page-title all); 17     &:extend(.abs-account-page-title all);
18   } 18   }
19 } 19 }
20 .login-container { 20 .login-container {
21     padding-top: 2.5rem; 21     padding-top: 2.5rem;
22     .block { 22     .block {
23         &-new-customer { 23         &-new-customer {
24             .actions-toolbar { 24             .actions-toolbar {
25                 margin-top: 25px; 25                 margin-top: 25px;
26             } 26             }
27         } 27         }
28         .block-title { 28         .block-title {
29             &:extend(.abs-login-block-title all); 29             &:extend(.abs-login-block-title all);
30         } 30         }
31         .actions-toolbar { 31         .actions-toolbar {
32           > .primary { 32           > .primary {
33             margin-bottom: 1.5rem; 33             margin-bottom: 1.5rem;
34           } 34           }
35           > .primary, >.secondary { 35           > .primary, >.secondary {
36             display: block; 36             display: block;
37             float: none; 37             float: none;
38             text-align: right; 38             text-align: right;
39             .action { 39             .action {
40               width: 100%; 40               width: 100%;
41               text-align: center; 41               text-align: center;
42               float: none; 42               float: none;
43               height: auto; 43               height: auto;
44               margin-right: 0; 44               margin-right: 0;
45             } 45             }
46           } 46           }
47         } 47         }
48     } 48     }
49     .fieldset { 49     .fieldset {
50         .lib-form-hasrequired(bottom); 50         .lib-form-hasrequired(bottom);
51         &:after { 51         &:after {
52             margin-top: 25px; 52             margin-top: 25px;
53             font-size: .925em; 53             font-size: .925em;
54         } 54         }
55     } 55     }
56 } 56 }
57  57 
58 .login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage { 58 .login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage {
59     display: block; 59     display: block;
60 } 60 }
61  61 
62 .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage{ 62 .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage{
63     padding-bottom: 35px; 63     padding-bottom: 35px;
64 } 64 }
65  65 
66 .fieldset { 66 .fieldset {
67   > .legend { 67   > .legend {
68     padding: 0; 68     padding: 0;
69     border: 0; 69     border: 0;
70     color: @theme-color; 70     color: @theme-color;
71     text-transform: uppercase; 71     text-transform: uppercase;
72     margin: 0 0 20px; 72     margin: 0 0 20px;
73     font-size: 16px; 73     font-size: 16px;
74     font-weight: 400; 74     font-weight: 400;
75   } 75   }
76   > .field { 76   > .field {
77     .label { 77     .label {
78       font-size: 1em; 78       font-size: 1em;
79       font-weight: 500; 79       font-weight: 500;
80     } 80     }
81     .action { 81     .action {
82       color: #222529; 82       color: #222529;
83       font-weight: 500; 83       font-weight: 500;
84     } 84     }
85     input.input-text { 85     input.input-text {
86       line-height: 32px; 86       line-height: 32px;
87     } 87     }
88   } 88   }
89   &.create { 89   &.create {
90     > .legend { 90     > .legend {
91       &:extend(.abs-login-block-title all); 91       &:extend(.abs-login-block-title all);
92       text-transform: none; 92       text-transform: none;
93       font-weight: 600; 93       font-weight: 600;
94     } 94     }
95   } 95   }
96 } 96 }
97  97 
98 .box { 98 .box {
99     .box-title { 99     .box-title {
100         padding: 10px 15px; 100         padding: 10px 15px;
101         border: 1px solid #ddd; 101         border: 1px solid #ddd;
102         background-color: #f5f5f5; 102         background-color: #f5f5f5;
103         position: relative; 103         position: relative;
104     } 104     }
105     .box-content { 105     .box-content {
106         padding: 20px 15px; 106         padding: 20px 15px;
107         font-size: 13px; 107         font-size: 13px;
108         border: 1px solid #ddd; 108         border: 1px solid #ddd;
109         border-top: 0; 109         border-top: 0;
110         background-color: #fbfbfb; 110         background-color: #fbfbfb;
111         min-height: 135px; 111         min-height: 135px;
112     } 112     }
113     .box-actions { 113     .box-actions {
114         margin: 0; 114         margin: 0;
115         border: 1px solid #ddd; 115         border: 1px solid #ddd;
116         border-top: 0; 116         border-top: 0;
117         background-color: #f5f5f5; 117         background-color: #f5f5f5;
118         padding: 10px 15px; 118         padding: 10px 15px;
119     } 119     }
120 } 120 }
121  121 
122 .block-order-details-view { 122 .block-order-details-view {
123     margin: 0 -10px; 123     margin: 0 -10px;
124  124 
125     .block-title { 125     .block-title {
126         padding: 0 10px; 126         padding: 0 10px;
127     } 127     }
128     .box { 128     .box {
129         padding: 0 10px; 129         padding: 0 10px;
130  130 
131         .box-content { 131         .box-content {
132             min-height: 155px; 132             min-height: 155px;
133             border-radius: 0 0 5px 5px; 133             border-radius: 0 0 5px 5px;
134         } 134         }
135     } 135     }
136 } 136 }
137  137 
138 .block-dashboard-addresses { 138 .block-dashboard-addresses {
139     address { 139     address {
140         margin-bottom: 0; 140         margin-bottom: 0;
141     } 141     }
142 } 142 }
143  143 
144 .customer-account-index { 144 .customer-account-index {
145     .block { 145     .block {
146         .block-title { 146         .block-title {
147             color: #313131; 147             color: #313131;
148  148 
149             strong { 149             strong {
150                 font-weight: 600; 150                 font-weight: 600;
151             } 151             }
152         } 152         }
153     } 153     }
154     .box { 154     .box {
155         .box-title { 155         .box-title {
156             color: #313131; 156             color: #313131;
157             font-weight: 600; 157             font-weight: 600;
158             text-transform: uppercase; 158             text-transform: uppercase;
159         } 159         }
160     } 160     }
161 } 161 }
162  162 
163 .block-addresses-list { 163 .block-addresses-list {
164     .items.addresses { 164     .items.addresses {
165         > .item { 165         > .item {
166             margin-bottom: @indent__base; 166             margin-bottom: @indent__base;
167             &:last-child { 167             &:last-child {
168                 margin-bottom: 0; 168                 margin-bottom: 0;
169             } 169             }
170         } 170         }
171         .item.actions { 171         .item.actions {
172             margin-top: @indent__xs; 172             margin-top: @indent__xs;
173             .action { 173             .action {
174                 &:extend(.abs-account-actions all); 174                 &:extend(.abs-account-actions all);
175             } 175             }
176         } 176         }
177     } 177     }
178     address { 178     address {
179         &:extend(.abs-account-block-line-height all); 179         &:extend(.abs-account-block-line-height all);
180     } 180     }
181 } 181 }
182  182 
183 .form-address-edit { 183 .form-address-edit {
184     #region_id { 184     #region_id {
185         display: none; 185         display: none;
186     } 186     }
187     .actions-toolbar .action.primary { 187     .actions-toolbar .action.primary {
188         &:extend(.abs-button-l all); 188         &:extend(.abs-button-l all);
189     } 189     }
190 } 190 }
191  191 
192 .form-edit-account { 192 .form-edit-account {
193     .fieldset.password { 193     .fieldset.password {
194         display: none; 194         display: none;
195     } 195     }
196 } 196 }
197  197 
198 .form-create-account { 198 .form-create-account {
199     .fieldset-fullname { 199     .fieldset-fullname {
200         .fields { 200         .fields {
201             .field { 201             .field {
202                 float: none; 202                 float: none;
203             } 203             }
204         } 204         }
205     } 205     }
206 } 206 }
207 .form.forget { 207 .form.forget {
208   .actions-toolbar { 208   .actions-toolbar {
209       clear: both; 209       clear: both;
210       padding: 0; 210       padding: 0;
211       width: 100%; 211       width: 100%;
212     > .primary { 212     > .primary {
213       margin-bottom: 1.5rem; 213       margin-bottom: 1.5rem;
214     } 214     }
215     > .primary, >.secondary { 215     > .primary, >.secondary {
216       display: block; 216       display: block;
217       float: none; 217       float: none;
218       text-align: left; 218       text-align: left;
219       .action { 219       .action {
220         width: 100%; 220         width: 100%;
221         text-align: center; 221         text-align: center;
222         margin: 0; 222         margin: 0;
223         float: none; 223         float: none;
224         height: auto; 224         height: auto;
225         font-size: 1rem; 225         font-size: 1rem;
226         background: #222529; 226         background: #222529;
227         border: none; 227         border: none;
228         padding-bottom: 1rem; 228         padding-bottom: 1rem;
229         padding-top: 1rem; 229         padding-top: 1rem;
230       } 230       }
231     } 231     }
232   } 232   }
233 } 233 }
234 .form.create.account,.form.password.forget { 234 .form.create.account,.form.password.forget {
235    padding: 2.5rem 0 0; 235    padding: 2.5rem 0 0;
236 } 236 }
237 .box-billing-address, 237 .box-billing-address,
238 .box-shipping-address, 238 .box-shipping-address,
239 .box-information, 239 .box-information,
240 .box-newsletter { 240 .box-newsletter {
241     .box-content { 241     .box-content {
242         &:extend(.abs-account-block-line-height all); 242         &:extend(.abs-account-block-line-height all);
243     } 243     }
244 } 244 }
245  245 
246 //  My account 246 //  My account
247 .account { 247 .account {
248     .page-title-wrapper { 248     .page-title-wrapper {
249         .page-title { 249         .page-title {
250             display: inline-block; 250             display: inline-block;
251         } 251         }
252     } 252     }
253     .column.main { 253     .column.main {
254         margin-bottom: @indent__l; 254         margin-bottom: @indent__l;
255         h2 { 255         h2 {
256             margin-top: 0; 256             margin-top: 0;
257         } 257         }
258         .block:not(.widget) { 258         .block:not(.widget) {
259             &:extend(.abs-account-blocks all); 259             &:extend(.abs-account-blocks all);
260         } 260         }
261     } 261     }
262     .sidebar-additional { 262     .sidebar-additional {
263         margin-top: @indent__xl; 263         margin-top: @indent__xl;
264     } 264     }
265  265 
266     .table-wrapper { 266     .table-wrapper {
267         .lib-css(margin-bottom, @indent__base); 267         .lib-css(margin-bottom, @indent__base);
268         &:last-child { 268         &:last-child {
269             margin-bottom: 0; 269             margin-bottom: 0;
270         } 270         }
271     } 271     }
272     .legend { 272     .legend {
273         &:extend(.abs-account-title all); 273         &:extend(.abs-account-title all);
274     } 274     }
275 } 275 }
276  276 
277 .account, 277 .account,
278 [class^="sales-guest-"], 278 [class^="sales-guest-"],
279 .sales-guest-view { 279 .sales-guest-view {
280     .column.main { 280     .column.main {
281         .order-details-items { 281         .order-details-items {
282             .table-wrapper { 282             .table-wrapper {
283                 .data.table { 283                 .data.table {
284                     &:extend(.abs-table-striped all); 284                     &:extend(.abs-table-striped all);
285                 } 285                 }
286             } 286             }
287         } 287         }
288     } 288     }
289     .data.table { 289     .data.table {
290         .col.actions { 290         .col.actions {
291             .action { 291             .action {
292                 &:extend(.abs-account-actions all); 292                 &:extend(.abs-account-actions all);
293                 &.delete { 293                 &.delete {
294                     .lib-css(color, @account-table-action-delete); 294                     .lib-css(color, @account-table-action-delete);
295                 } 295                 }
296             } 296             }
297         } 297         }
298     } 298     }
299 } 299 }
300  300 
301 //  Checkout address (create shipping address) 301 //  Checkout address (create shipping address)
302 .field.street { 302 .field.street {
303     .field.additional { 303     .field.additional {
304         .label { 304         .label {
305             &:extend(.abs-visually-hidden all); 305             &:extend(.abs-visually-hidden all);
306         } 306         }
307     } 307     }
308 } 308 }
309  309 
310 // 310 //
311 //  Blocks & Widgets 311 //  Blocks & Widgets
312 //  --------------------------------------------- 312 //  ---------------------------------------------
313  313 
314 .block { 314 .block {
315     &:extend(.abs-margin-for-blocks-and-widgets all); 315     &:extend(.abs-margin-for-blocks-and-widgets all);
316     .column.main & { 316     .column.main & {
317         &:last-child { 317         &:last-child {
318             margin-bottom: 0; 318             margin-bottom: 0;
319         } 319         }
320     } 320     }
321     .title { 321     .title {
322         strong { 322         strong {
323             font-size: 18px; 323             font-size: 18px;
324             color: #313131; 324             color: #313131;
325             padding: 10px 0; 325             padding: 10px 0;
326             margin: 0; 326             margin: 0;
327             line-height: 1; 327             line-height: 1;
328             .column.main & { 328             .column.main & {
329             } 329             }
330         } 330         }
331         margin-bottom: @indent__s; 331         margin-bottom: @indent__s;
332     } 332     }
333     p:last-child { 333     p:last-child {
334         margin: 0; 334         margin: 0;
335     } 335     }
336     .box-actions { 336     .box-actions {
337         .action { 337         .action {
338             &:extend(.abs-account-actions all); 338             &:extend(.abs-account-actions all);
339         } 339         }
340     } 340     }
341 } 341 }
342  342 
343 .control.captcha-image { 343 .control.captcha-image {
344     .lib-css(margin-top, @indent__s); 344     .lib-css(margin-top, @indent__s);
345     .captcha-img { 345     .captcha-img {
346         vertical-align: middle; 346         vertical-align: middle;
347     } 347     }
348 } 348 }
349  349 
350 .account { 350 .account {
351     .data.table-return-items { 351     .data.table-return-items {
352         .qty { 352         .qty {
353             .input-text { 353             .input-text {
354                 &:extend(.abs-input-qty all); 354                 &:extend(.abs-input-qty all);
355             } 355             }
356         } 356         }
357     } 357     }
358 } 358 }
359  359 
360 } 360 }
361  361 
362 // 362 //
363 //  Desktop 363 //  Desktop
364 //  --------------------------------------------- 364 //  ---------------------------------------------
365  365 
366 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 366 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
367     .login-container { 367     .login-container {
368         &:extend(.abs-add-clearfix-desktop all); 368         &:extend(.abs-add-clearfix-desktop all);
369         .block { 369         .block {
370             &:extend(.abs-blocks-2columns all); 370             &:extend(.abs-blocks-2columns all);
371             &.login { 371             &.login {
372                 .actions-toolbar { 372                 .actions-toolbar {
373                     > .primary { 373                     > .primary {
374                         margin-bottom: 0; 374                         margin-bottom: 0;
375                         margin-left: @indent__l; 375                         margin-left: @indent__l;
376                     } 376                     }
377                     > .secondary { 377                     > .secondary {
378                         float: right; 378                         float: right;
379                     } 379                     }
380                 } 380                 }
381             } 381             }
382         } 382         }
383     } 383     }
384  384 
385     .actions-toolbar .secondary a.action { 385     .actions-toolbar .secondary a.action {
386         margin-top: 10px; 386         margin-top: 10px;
387     } 387     }
388  388 
389     .form-create-account { 389     .form-create-account {
390         .fieldset-fullname { 390         .fieldset-fullname {
391             .fields { 391             .fields {
392                 .field { 392                 .field {
393                     float: right; 393                     float: right;
394                     margin: 0 0 @indent__s @indent__s; 394                     margin: 0 0 @indent__s @indent__s;
395                 } 395                 }
396             } 396             }
397             .field-name-prefix, 397             .field-name-prefix,
398             .field-name-suffix { 398             .field-name-suffix {
399                 width: 50px; 399                 width: 50px;
400             } 400             }
401         } 401         }
402     } 402     }
403  403 
404     .form.create.account { 404     .form.create.account {
405         max-width: 83.333%; 405         max-width: 83.333%;
406         margin: 0 auto; 406         margin: 0 auto;
407         > .fieldset { 407         > .fieldset {
408             width: 50%; 408             width: 50%;
409             padding: 0 25px; 409             padding: 0 25px;
410             float: right; 410             float: right;
411         } 411         }
412         .actions-toolbar { 412         .actions-toolbar {
413             clear: both; 413             clear: both;
414             padding: 0 25px; 414             padding: 0 25px;
415             max-width: 50%; 415             max-width: 50%;
416           > .primary { 416           > .primary {
417             margin-bottom: 1.5rem; 417             margin-bottom: 1.5rem;
418           } 418           }
419           > .primary, >.secondary { 419           > .primary, >.secondary {
420             display: block; 420             display: block;
421             float: none; 421             float: none;
422             text-align: left; 422             text-align: left;
423             .action { 423             .action {
424               width: 100%; 424               width: 100%;
425               text-align: center; 425               text-align: center;
426               margin: 0; 426               margin: 0;
427               float: none; 427               float: none;
428               height: auto; 428               height: auto;
429               font-size: 1rem; 429               font-size: 1rem;
430               background: #222529; 430               background: #222529;
431               border: none; 431               border: none;
432               padding-bottom: 1rem; 432               padding-bottom: 1rem;
433               padding-top: 1rem; 433               padding-top: 1rem;
434             } 434             }
435           } 435           }
436         } 436         }
437     } 437     }
438  438 
439     .form.forget { 439     .form.forget {
440       max-width: 50%; 440       max-width: 50%;
441       margin: 0 auto; 441       margin: 0 auto;
442     } 442     }
443     //  My account 443     //  My account
444     .account.page-layout-2columns-left { 444     .account.page-layout-2columns-left {
445         .sidebar-main, 445         .sidebar-main {
446         .sidebar-additional {    
447             width: 22.3%; 446             width: 22.3%;
448         } 447         }
449         .column.main { 448         .column.main {
450             width: 77.7%; 449             width: 77.7%;
451         } 450         }
452     } 451     }
453  452 
454     .account { 453     .account {
455         .page-title-wrapper { 454         .page-title-wrapper {
456             &:extend(.abs-add-clearfix-desktop all); 455             &:extend(.abs-add-clearfix-desktop all);
457         } 456         }
458         .column.main { 457         .column.main {
459             .block:not(.widget) { 458             .block:not(.widget) {
460                 .block-content { 459                 .block-content {
461                     &:extend(.abs-add-clearfix-desktop all); 460                     &:extend(.abs-add-clearfix-desktop all);
462                     .box { 461                     .box {
463                         &:extend(.abs-blocks-2columns all); 462                         &:extend(.abs-blocks-2columns all);
464                     } 463                     }
465                 } 464                 }
466             } 465             }
467         } 466         }
468         .data.table { 467         .data.table {
469             margin-bottom: 0; 468             margin-bottom: 0;
470             .col { 469             .col {
471                 &.actions { 470                 &.actions {
472                     white-space: nowrap; 471                     white-space: nowrap;
473                 } 472                 }
474             } 473             }
475         } 474         }
476         .toolbar { 475         .toolbar {
477             &:extend(.abs-pager-toolbar all); 476             &:extend(.abs-pager-toolbar all);
478         } 477         }
479     } 478     }
480  479 
481     .block-addresses-list { 480     .block-addresses-list {
482         .items.addresses { 481         .items.addresses {
483             &:extend(.abs-add-clearfix-desktop all); 482             &:extend(.abs-add-clearfix-desktop all);
484             > .item { 483             > .item {
485                 &:extend(.abs-blocks-2columns all); 484                 &:extend(.abs-blocks-2columns all);
486                 margin-bottom: @indent__base; 485                 margin-bottom: @indent__base;
487                 &:nth-last-child(1), 486                 &:nth-last-child(1),
488                 &:nth-last-child(2) { 487                 &:nth-last-child(2) {
489                     margin-bottom: 0; 488                     margin-bottom: 0;
490                 } 489                 }
491             } 490             }
492         } 491         }
493         address { 492         address {
494             &:extend(.abs-account-block-font-size all); 493             &:extend(.abs-account-block-font-size all);
495         } 494         }
496     } 495     }
497  496 
498     .page-main .block { 497     .page-main .block {
499         &:extend(.abs-margin-for-blocks-and-widgets-desktop all); 498         &:extend(.abs-margin-for-blocks-and-widgets-desktop all);
500     } 499     }
501  500 
502     .form-edit-account, 501     .form-edit-account,
503     .form-address-edit { 502     .form-address-edit {
504         .fieldset { 503         .fieldset {
505             &:extend(.abs-blocks-2columns all); 504             &:extend(.abs-blocks-2columns all);
506         } 505         }
507     } 506     }
508  507 
509     .box-billing-address, 508     .box-billing-address,
510     .box-shipping-address, 509     .box-shipping-address,
511     .box-information { 510     .box-information {
512         .box-content { 511         .box-content {
513             &:extend(.abs-account-block-font-size all); 512             &:extend(.abs-account-block-font-size all);
514         } 513         }
515     } 514     }
516  515 
517     .control.captcha-image { 516     .control.captcha-image {
518         .captcha-img { 517         .captcha-img {
519             margin: 0 0 @indent__s @indent__s; 518             margin: 0 0 @indent__s @indent__s;
520         } 519         }
521     } 520     }
522 } 521 }
523  522 
524 // 523 //
525 //  Mobile @screen__s 524 //  Mobile @screen__s
526 //  --------------------------------------------- 525 //  ---------------------------------------------
527  526 
528 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) { 527 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
529     .account { 528     .account {
530         .column.main, 529         .column.main,
531         .sidebar-additional { 530         .sidebar-additional {
532             margin: 0; 531             margin: 0;
533         } 532         }
534         .data.table { 533         .data.table {
535             &:extend(.abs-table-striped-mobile all); 534             &:extend(.abs-table-striped-mobile all);
536         } 535         }
537     } 536     }
538 } 537 }
539  538 
540 // 539 //
541 //  Mobile @screen__m 540 //  Mobile @screen__m
542 //  --------------------------------------------- 541 //  ---------------------------------------------
543  542 
544 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) { 543 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
545     .login-container { 544     .login-container {
546         padding-bottom: 35px; 545         padding-bottom: 35px;
547  546 
548         .fieldset { 547         .fieldset {
549             &:after { 548             &:after {
550                 text-align: center; 549                 text-align: center;
551             } 550             }
552         } 551         }
553     } 552     }
554  553 
555     .account { 554     .account {
556         .page.messages { 555         .page.messages {
557             margin-bottom: @indent__xl; 556             margin-bottom: @indent__xl;
558         } 557         }
559         .column.main { 558         .column.main {
560             .block:not(.widget) { 559             .block:not(.widget) {
561                 .block-title { 560                 .block-title {
562                     &:extend(.abs-add-clearfix-mobile-m all); 561                     &:extend(.abs-add-clearfix-mobile-m all);
563                     > .action { 562                     > .action {
564                         float: left; 563                         float: left;
565                         .lib-css(margin-top, @indent__xs); 564                         .lib-css(margin-top, @indent__xs);
566                     } 565                     }
567                 } 566                 }
568                 .block-content { 567                 .block-content {
569                     .box { 568                     .box {
570                         .lib-css(margin-bottom, @indent__base); 569                         .lib-css(margin-bottom, @indent__base);
571                         &:last-child { 570                         &:last-child {
572                             margin-bottom: 0; 571                             margin-bottom: 0;
573                         } 572                         }
574                     } 573                     }
575                 } 574                 }
576             } 575             }
577         } 576         }
578     } 577     }
579     .control.captcha-image { 578     .control.captcha-image {
580         .captcha-img { 579         .captcha-img {
581             display: block; 580             display: block;
582             .lib-css(margin-bottom, @indent__s); 581             .lib-css(margin-bottom, @indent__s);
583         } 582         }
584     } 583     }
585     .customer-account-index { 584     .customer-account-index {
586         .page-title-wrapper { 585         .page-title-wrapper {
587             position: relative; 586             position: relative;
588         } 587         }
589     } 588     }
590 } 589 }