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

321.1 Files compared

#LocationFileLast Modified
1Porto v4.0.4/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/css/source_buttons.less2021-02-09 09:27:04 +0000
2Porto v4.0.5/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/css/source_buttons.less2021-02-09 09:27:04 +0000

321.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1128
Changed00
Inserted00
Removed00

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

321.4 Active regular expressions

No regular expressions were active.

321.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 //    Using buttons mixins 13 //    Using buttons mixins
14 //-------------------------------------- 14 //--------------------------------------
15  15 
16 button.action.switch { 16 button.action.switch {
17     height: auto; 17     height: auto;
18 } 18 }
19  19 
20 button { 20 button {
21     font-size: 1em; 21     font-size: 1em;
22     &:not(.primary) { 22     &:not(.primary) {
23         border: 1px solid #ccc; 23         border: 1px solid #ccc;
24         color: #777; 24         color: #777;
25         line-height: 40px; 25         line-height: 40px;
26         padding: .8em 2em; 26         padding: .8em 2em;
27         height: 40px; 27         height: 40px;
28         background-color: #fff; 28         background-color: #fff;
29     } 29     }
30     &:hover { 30     &:hover {
31         color: #fff; 31         color: #fff;
32         background-color: @theme-color; 32         background-color: @theme-color;
33         border-color: @theme-color; 33         border-color: @theme-color;
34     } 34     }
35 } 35 }
36  36 
37 body { 37 body {
38     &:not(._keyfocus) { 38     &:not(._keyfocus) {
39         button { 39         button {
40             &:focus { 40             &:focus {
41                 box-shadow: none; 41                 box-shadow: none;
42             } 42             }
43         } 43         }
44     } 44     }
45 } 45 }
46  46 
47 a.action.primary { 47 a.action.primary {
48     .lib-link-as-button(); 48     .lib-link-as-button();
49 } 49 }
50  50 
51 .action.primary { 51 .action.primary {
52     .lib-button-primary(); 52     .lib-button-primary();
53     font-weight: 400; 53     font-weight: 400;
54     line-height: 22px; 54     line-height: 22px;
55 } 55 }
56  56 
57 #discount-coupon-form { 57 #discount-coupon-form {
58     #coupon_code { 58     #coupon_code {
59         border-radius: 0; 59         border-radius: 0;
60         height: 43px; 60         height: 43px;
61     } 61     }
62 } 62 }
63  63 
64 } 64 }