Produced by Araxis Merge on 2021-05-13 09:09:22 +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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | 2021-05-13 09:09:22 +0000 | ||
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Theme/web/css/source/module | _heading.less | 2021-02-06 09:01:26 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 118 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | & when (@media-common = true) { | |||||
| 2 | .heading{ | |||||
| 3 | &.heading-border { | |||||
| 4 | margin-bottom: 1.5625rem; | |||||
| 5 | h1,h2,h3,h4,h5,h6 { | |||||
| 6 | padding: 0; | |||||
| 7 | margin: 0; | |||||
| 8 | } | |||||
| 9 | } | |||||
| 10 | &.heading-middle-border { | |||||
| 11 | .heading-tag { | |||||
| 12 | position: relative; | |||||
| 13 | display: -ms-flexbox; | |||||
| 14 | display: flex; | |||||
| 15 | -ms-flex-align: center; | |||||
| 16 | align-items: center; | |||||
| 17 | &:before,&:after { | |||||
| 18 | height: 0; | |||||
| 19 | border-top: 1px solid; | |||||
| 20 | border-top-color: inherit; | |||||
| 21 | -ms-flex: 1; | |||||
| 22 | flex: 1; | |||||
| 23 | } | |||||
| 24 | &:after { | |||||
| 25 | content: ''; | |||||
| 26 | } | |||||
| 27 | } | |||||
| 28 | h1 { | |||||
| 29 | &:before { | |||||
| 30 | margin-right: 20px | |||||
| 31 | } | |||||
| 32 | &:after { | |||||
| 33 | margin-left: 20px | |||||
| 34 | } | |||||
| 35 | } | |||||
| 36 | h2,h3 { | |||||
| 37 | &:before { | |||||
| 38 | margin-right: 15px | |||||
| 39 | } | |||||
| 40 | &:after { | |||||
| 41 | margin-left: 15px | |||||
| 42 | } | |||||
| 43 | } | |||||
| 44 | h4,h5,h6 { | |||||
| 45 | &:before { | |||||
| 46 | margin-right: 8px | |||||
| 47 | } | |||||
| 48 | &:after { | |||||
| 49 | margin-left: 8px | |||||
| 50 | } | |||||
| 51 | } | |||||
| 52 | } | |||||
| 53 | &.heading-middle-border-reverse { | |||||
| 54 | .heading-tag { | |||||
| 55 | &:before { | |||||
| 56 | content: ''; | |||||
| 57 | } | |||||
| 58 | &:after { | |||||
| 59 | content: none; | |||||
| 60 | } | |||||
| 61 | } | |||||
| 62 | } | |||||
| 63 | &.heading-middle-border-center .heading-tag:before { | |||||
| 64 | content: '' | |||||
| 65 | } | |||||
| 66 | &.heading-border-xs .heading-tag { | |||||
| 67 | border-bottom-width: 1px; | |||||
| 68 | &:before,&:after { | |||||
| 69 | border-top-width: 1px | |||||
| 70 | } | |||||
| 71 | } | |||||
| 72 | &.heading-border-sm .heading-tag { | |||||
| 73 | border-bottom-width: 2px; | |||||
| 74 | &:before,&:after { | |||||
| 75 | border-top-width: 2px | |||||
| 76 | } | |||||
| 77 | } | |||||
| 78 | &.heading-border-lg .heading-tag { | |||||
| 79 | border-bottom-width: 3px; | |||||
| 80 | &:before,&:after { | |||||
| 81 | border-top-width: 3px | |||||
| 82 | } | |||||
| 83 | } | |||||
| 84 | &.heading-border-xl .heading-tag { | |||||
| 85 | border-bottom-width: 5px; | |||||
| 86 | &:before,&:after { | |||||
| 87 | border-top-width: 5px | |||||
| 88 | } | |||||
| 89 | } | |||||
| 90 | &.heading-bottom-border { | |||||
| 91 | h1 { | |||||
| 92 | border-bottom: 5px solid; | |||||
| 93 | padding-bottom: 10px; | |||||
| 94 | } | |||||
| 95 | h2, h3 { | |||||
| 96 | border-bottom: 2px solid; | |||||
| 97 | padding-bottom: 10px; | |||||
| 98 | } | |||||
| 99 | h4, h5, h6 { | |||||
| 100 | border-bottom: 1px solid; | |||||
| 101 | padding-bottom: 5px; | |||||
| 102 | } | |||||
| 103 | } | |||||
| 104 | &.heading-bottom-double-border { | |||||
| 105 | .heading-tag { | |||||
| 106 | border-bottom: 3px double; | |||||
| 107 | padding-bottom: 10px; | |||||
| 108 | } | |||||
| 109 | h4, h5, h6 { | |||||
| 110 | padding-bottom: 5px; | |||||
| 111 | } | |||||
| 112 | } | |||||
| 113 | &.heading-border .heading-tag { | |||||
| 114 | border-top-color: #dbdbdb; | |||||
| 115 | border-bottom-color: #dbdbdb | |||||
| 116 | } | |||||
| 117 | } | |||||
| 118 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.