397. Araxis Merge File Comparison Report

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

397.1 Files compared

#LocationFileLast Modified
12023-07-12 04:43:24 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Smartwave_Socialfeeds/web/css/source_module.less2018-03-29 23:07:58 +0000

397.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged00
Changed00
Inserted190
Removed00

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

397.4 Active regular expressions

No regular expressions were active.

397.5 Comparison detail

    1 // /**
    2 //  * Copyright © 2018 Porto. All rights reserved.
    3 //  */
    4 
    5 & when (@media-common = true) {
    6     .block-facebook-like .block-title a.btn-like {
    7         background-color: #08c;
    8         height: 34px;
    9         line-height: 34px;
    10         font-size: 14px;
    11         width: 80px;
    12         text-align: center;
    13         border-radius: 5px;
    14         margin-top: -8px;
    15         font-weight: 400;
    16         margin-left: 45px;
    17     }
    18     
    19     .block-tweets {
    20         ul {
    21             margin-top: -15px;
    22         
    23             li {
    24                 padding: 15px 0;
    25                 border-top: 1px solid #75b11f;
    26                 
    27                 &:first-child {
    28                     border-top: 0;
    29                 }
    30             }
    31         }
    32         p.tweet {
    33             margin-bottom: 10px;
    34         }
    35         p.timePosted {
    36             margin-bottom: 0;
    37             color: #a5d75f;
    38             font-size: 11px;
    39             font-style: italic;
    40         }
    41     }
    42 
    43     .block-flickr-photos {
    44         .block-content {
    45             margin: -5px;
    46         }
    47         a.flickr-image {
    48             width: 65px;
    49             display: inline-block;
    50             margin: 5px;
    51         
    52             &:hover {
    53                 opacity:.8;
    54                 filter: alpha(opacity=80);
    55             }
    56             img {
    57                 width: 100%;
    58             }
    59         }
    60     }
    61 
    62     .fb-persons {
    63         margin: -5px;
    64 
    65         .fb-person {
    66             display: inline-block;
    67             width: 75px;
    68             padding: 5px;
    69             text-align: center;
    70             
    71             a {
    72                 width: 100%;
    73                 display: inline-block;
    74                 
    75                 &:hover img {
    76                     opacity: .8;
    77                     filter: alpha(opacity=80);
    78                 }
    79             }
    80 
    81             img{width:100%}
    82         }
    83     }
    84 }
    85 
    86 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    87 }
    88 
    89 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
    90 }