265. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:04 +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.

265.1 Files compared

#LocationFileLast Modified
12021-05-13 09:09:04 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/web/css/source/module_heading.less2021-02-06 09:02:24 +0000

265.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged00
Changed00
Inserted1118
Removed00

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

265.4 Active regular expressions

No regular expressions were active.

265.5 Comparison detail

    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 }