Produced by Araxis Merge on 2021-05-13 09:09:18 +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:18 +0000 | ||
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Catalog/web/css/source/module | _media.less | 2021-01-27 04:05:50 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 108 |
| 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 | .product.media { | |||||
| 2 | .fotorama__stage { | |||||
| 3 | border: 1px solid #f4f4f4; | |||||
| 4 | } | |||||
| 5 | .fotorama__nav { | |||||
| 6 | text-align: right; | |||||
| 7 | } | |||||
| 8 | .fotorama__arr { | |||||
| 9 | width: 35px; | |||||
| 10 | .fotorama__arr__arr { | |||||
| 11 | background: none; | |||||
| 12 | width: auto; | |||||
| 13 | height: auto; | |||||
| 14 | &::before { | |||||
| 15 | content: '\e81a'; | |||||
| 16 | font-family: 'porto-icons'; | |||||
| 17 | font-size: 22px; | |||||
| 18 | font-weight: 600; | |||||
| 19 | width: 30px; | |||||
| 20 | height: 30px; | |||||
| 21 | text-align: center; | |||||
| 22 | line-height: 29px; | |||||
| 23 | display: block; | |||||
| 24 | color: #222529; | |||||
| 25 | } | |||||
| 26 | } | |||||
| 27 | &--prev { | |||||
| 28 | .fotorama__arr__arr { | |||||
| 29 | &::before { | |||||
| 30 | content: '\e819'; | |||||
| 31 | } | |||||
| 32 | } | |||||
| 33 | } | |||||
| 34 | &--next { | |||||
| 35 | right: 0 !important; | |||||
| 36 | } | |||||
| 37 | } | |||||
| 38 | .fotorama__caption {display: none;} | |||||
| 39 | .fotorama__fullscreen-icon { | |||||
| 40 | width: 35px; | |||||
| 41 | height: 35px; | |||||
| 42 | background: none; | |||||
| 43 | display: block; | |||||
| 44 | top: auto; | |||||
| 45 | bottom: 0; | |||||
| 46 | left: 0 !important; | |||||
| 47 | text-align: center; | |||||
| 48 | line-height: 34px; | |||||
| 49 | color: #222529; | |||||
| 50 | &::before { | |||||
| 51 | content: '\f882'; | |||||
| 52 | font-family: 'Porto-Icons'; | |||||
| 53 | font-size: 15px; | |||||
| 54 | font-weight: 300; | |||||
| 55 | -webkit-font-smoothing: antialiased; | |||||
| 56 | } | |||||
| 57 | .fotorama--fullscreen & { | |||||
| 58 | bottom: auto; | |||||
| 59 | top: 0; | |||||
| 60 | &::before { | |||||
| 61 | content: '\f819'; | |||||
| 62 | font-size: 19px; | |||||
| 63 | } | |||||
| 64 | } | |||||
| 65 | &:focus { | |||||
| 66 | box-shadow: none; | |||||
| 67 | } | |||||
| 68 | } | |||||
| 69 | .fotorama__fullscreen { | |||||
| 70 | .fotorama__zoom-in, .fotorama__zoom-out { | |||||
| 71 | width: 40px; | |||||
| 72 | height: 40px; | |||||
| 73 | background: none; | |||||
| 74 | line-height: 40px; | |||||
| 75 | color: #222529; | |||||
| 76 | text-align: center; | |||||
| 77 | &::before { | |||||
| 78 | font-family: 'porto-icons'; | |||||
| 79 | font-size: 15px; | |||||
| 80 | font-weight: 300; | |||||
| 81 | -webkit-font-smoothing: antialiased; | |||||
| 82 | } | |||||
| 83 | } | |||||
| 84 | .fotorama__zoom-in { | |||||
| 85 | top: 10px; | |||||
| 86 | &::before { | |||||
| 87 | content: '\f882'; | |||||
| 88 | } | |||||
| 89 | } | |||||
| 90 | .fotorama__zoom-out { | |||||
| 91 | top: 60px; | |||||
| 92 | &::before { | |||||
| 93 | content: '\f883'; | |||||
| 94 | } | |||||
| 95 | } | |||||
| 96 | } | |||||
| 97 | .fotorama__nav-wrap--vertical { | |||||
| 98 | .fotorama__nav__shaft { | |||||
| 99 | margin-top: -8px; | |||||
| 100 | } | |||||
| 101 | } | |||||
| 102 | .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) { | |||||
| 103 | -webkit-transform: translate3d(-80px, 80px, 0); | |||||
| 104 | -ms-transform: translate3d(-80px, 80px, 0); | |||||
| 105 | -o-transform: translate3d(-80px, 80px, 0); | |||||
| 106 | transform: translate3d(-80px, 80px, 0); | |||||
| 107 | } | |||||
| 108 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.