Produced by Araxis Merge on 2021-05-13 09:09:02 +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 | /Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Catalog/web/css/source/module | _toolbar.less | 2018-01-10 20:54:24 +0000 |
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Catalog/web/css/source/module | _toolbar.less | 2021-03-28 12:26:38 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 34 | 280 |
| Changed | 14 | 146 |
| Inserted | 10 | 32 |
| Removed | 9 | 12 |
| 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 | // /** | 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 | @toolbar-mode-icon-font-size: 16px; | 6 | @toolbar-mode-icon-font-size: 16px; | |||
| 7 | @toolbar-background: transparent; | 7 | @toolbar-background: transparent; | |||
| 8 | @pager-action__background: @toolbar-element-background; | 8 | @pager-action__background: @toolbar-element-background; | |||
| 9 | @pager__font-weight: @font-weight__bold; | 9 | @pager__font-weight: @font-weight__bold; | |||
| 10 | 10 | |||||
| 11 | // | 11 | // | |||
| 12 | // Common | 12 | // Common | |||
| 13 | // _____________________________________________ | 13 | // _____________________________________________ | |||
| 14 | 14 | |||||
| 15 | & when (@media-common = true) { | 15 | & when (@media-common = true) { | |||
| 16 | 16 | |||||
| 17 | .page-products .columns { | 17 | .page-products .columns { | |||
| 18 | position: relative; | 18 | position: relative; | |||
| 19 | z-index: 1; | 19 | z-index: 1; | |||
| 20 | padding-top: 60px; | 20 | padding-top: 60px; | |||
| 21 | } | 21 | } | |||
| 22 | ||||||
| 23 | .toolbar { | 22 | .toolbar { | |||
| 23 | display: flex; | |||||
| 24 | align-items: center; | |||||
| 25 | margin-bottom: 10px; | |||||
| 26 | margin-right: -10px; | |||||
| 27 | font-size: 13px; | |||||
| 28 | > *{ | |||||
| 29 | margin: 0 10px 10px 0; | |||||
| 30 | } | |||||
| 24 | select { | 31 | select { | |||
| 25 | .lib-css(background-color, @toolbar-element-background); | |||||
| 26 | border-radius: 3px; | |||||
| 27 | padding-top: 0; | 32 | padding-top: 0; | |||
| 28 | padding-bottom: 0; | 33 | padding-bottom: 0; | |||
| 29 | height: 26px; | 34 | font-size: 1em; | |||
| 35 | padding: 0 25px 0 8px; | |||||
| 36 | box-shadow: none; | |||||
| 37 | border: 1px solid #e4e4e4; | |||||
| 38 | height: 34px; | |||||
| 39 | border-radius: 0; | |||||
| 30 | } | 40 | } | |||
| 31 | ||||||
| 32 | text-align: center; | 41 | text-align: center; | |||
| 33 | &:extend(.abs-add-clearfix all); | 42 | &:extend(.abs-add-clearfix all); | |||
| 34 | &-amount { | 43 | &-amount { | |||
| 35 | position: static; | 44 | position: static; | |||
| 36 | display: block; | 45 | display: block; | |||
| 37 | float: left; | 46 | float: left; | |||
| 38 | line-height: @toolbar-mode-icon-font-size+2; | 47 | line-height: @toolbar-mode-icon-font-size+2; | |||
| 39 | padding: 6px 0; | 48 | padding: 6px 0; | |||
| 40 | margin: 0; | 49 | margin: 0; | |||
| 41 | vertical-align: middle; | 50 | vertical-align: middle; | |||
| 42 | text-align: left; | 51 | text-align: left; | |||
| 43 | .products.wrapper ~ .toolbar & { | 52 | .products.wrapper ~ .toolbar & { | |||
| 44 | display: none; | 53 | display: none; | |||
| 45 | } | 54 | } | |||
| 46 | } | 55 | } | |||
| 47 | .page-with-filter & { | 56 | .page-with-filter & { | |||
| 48 | &-amount { | 57 | &-amount { | |||
| 49 | position: static; | 58 | position: static; | |||
| 50 | } | 59 | } | |||
| 51 | } | 60 | } | |||
| 52 | &-products { | 61 | &-products { | |||
| 53 | .lib-css(background-color, @toolbar-background); | 62 | .lib-css(background-color, @toolbar-background); | |||
| 54 | .pages { | 63 | .pages { | |||
| 55 | display: none; | 64 | display: none; | |||
| 65 | } | |||||
| 66 | } | |||||
| 56 | .products.wrapper ~ & { | 67 | .products.wrapper ~ & { | |||
| 68 | text-align: center; | |||||
| 69 | border-top: 1px solid #e7e7e7; | |||||
| 70 | padding-top: 25px; | |||||
| 71 | margin: 0; | |||||
| 72 | border-bottom: none; | |||||
| 73 | .pages { | |||||
| 57 | display: block; | 74 | display: block; | |||
| 75 | margin-right: 0; | |||||
| 76 | order: 2; | |||||
| 77 | margin-left: auto; | |||||
| 78 | margin-bottom: 15px; | |||||
| 58 | } | 79 | } | |||
| 80 | .limiter { | |||||
| 81 | margin-bottom: 15px; | |||||
| 59 | } | 82 | } | |||
| 83 | .sorter,.modes {display: none;} | |||||
| 84 | a.porto-product-filters-toggle {display: none !important;} | |||||
| 60 | } | 85 | } | |||
| 61 | .pages { | 86 | a.porto-product-filters-toggle { | |||
| 62 | margin-bottom: @indent__m; | 87 | -webkit-align-items: center; | |||
| 88 | align-items: center; | |||||
| 89 | height: 36px; | |||||
| 90 | background: #fff; | |||||
| 91 | padding: 0 10px 0 3px; | |||||
| 92 | text-transform: uppercase; | |||||
| 93 | color: inherit; | |||||
| 94 | border: 1px solid #e7e7e7; | |||||
| 95 | svg { | |||||
| 96 | fill: #fff; | |||||
| 97 | stroke: #222529; | |||||
| 98 | width: 28px; | |||||
| 99 | } | |||||
| 100 | .page-layout-1column & {display: none !important;} | |||||
| 101 | } | |||||
| 102 | &.sticky { | |||||
| 103 | position: fixed!important; | |||||
| 104 | z-index: 8; | |||||
| 105 | left: 0; | |||||
| 106 | width: 100%; | |||||
| 107 | padding-top: 10px; | |||||
| 108 | padding-bottom: 0; | |||||
| 109 | padding-left: 20px; | |||||
| 110 | padding-right: 10px; | |||||
| 111 | border-bottom: 1px solid #e7e7e7; | |||||
| 112 | transition: left 0.3s; | |||||
| 113 | .sidebar-opened & { | |||||
| 114 | left: 260px; | |||||
| 115 | } | |||||
| 116 | .onepage-category & { | |||||
| 117 | left: 80px; | |||||
| 118 | width: calc(~"100% - (80px)"); | |||||
| 63 | } | 119 | } | |||
| 64 | .products.wrapper ~ & .pages { | |||||
| 65 | float: left; | |||||
| 66 | margin-bottom: 0; | |||||
| 67 | } | 120 | } | |||
| 68 | } | 121 | } | |||
| 69 | ||||||
| 70 | .sorter { | 122 | .sorter { | |||
| 71 | float: right; | 123 | margin-right: auto; | |||
| 124 | display: flex; | |||||
| 125 | align-items: center; | |||||
| 72 | .page-products & { | 126 | .page-products & { | |||
| 73 | position: static; | 127 | position: static; | |||
| 74 | } | 128 | } | |||
| 75 | &-label { | 129 | &-label { | |||
| 76 | margin-bottom: 0; | 130 | margin-bottom: 0; | |||
| 77 | line-height: 26px; | 131 | line-height: 26px; | |||
| 78 | font-weight: 400; | 132 | font-weight: 400; | |||
| 133 | margin: 0 7px 0 0; | |||||
| 134 | vertical-align: middle; | |||||
| 135 | &::after { | |||||
| 136 | content: ':'; | |||||
| 137 | } | |||||
| 79 | } | 138 | } | |||
| 80 | &-options { | 139 | &-options { | |||
| 81 | margin: 0 @indent__xs 0 7px; | 140 | margin: 0 7px 0 0; | |||
| 82 | width: auto; | 141 | width: auto; | |||
| 83 | } | 142 | } | |||
| 84 | &-action { | 143 | &-action { | |||
| 85 | display: inline-block; | 144 | display: inline-block; | |||
| 86 | vertical-align: top; | 145 | vertical-align: top; | |||
| 87 | ||||||
| 88 | .lib-icon-font( | 146 | .lib-icon-font( | |||
| 89 | @icon-arrow-up, | 147 | @icon-arrow-up, | |||
| 90 | @_icon-font-size: 16px, | 148 | @_icon-font-size: inherit, | |||
| 91 | @_icon-font-color: @header-icons-color, | 149 | @_icon-font-color: @header-icons-color, | |||
| 92 | @_icon-font-color-hover: @header-icons-color-hover | 150 | @_icon-font-color-hover: @header-icons-color-hover | |||
| 93 | ); | 151 | ); | |||
| 94 | .lib-icon-text-hide(); | 152 | .lib-icon-text-hide(); | |||
| 95 | &:before { | 153 | &:before { | |||
| 96 | vertical-align: top; | 154 | vertical-align: top; | |||
| 155 | color: #000; | |||||
| 97 | } | 156 | } | |||
| 98 | &.sort-desc:before { | 157 | &.sort-desc:before { | |||
| 99 | content: @icon-arrow-down; | 158 | content: @icon-arrow-down; | |||
| 100 | } | 159 | } | |||
| 101 | } | 160 | } | |||
| 102 | } | 161 | } | |||
| 103 | ||||||
| 104 | .modes { | 162 | .modes { | |||
| 105 | float: left; | 163 | display: flex; | |||
| 106 | display: inline-block; | 164 | align-items: center; | |||
| 107 | margin-right: @indent__base; | |||||
| 108 | ||||||
| 109 | & > a { | 165 | & > a { | |||
| 110 | text-decoration: none; | 166 | text-decoration: none; | |||
| 111 | } | 167 | } | |||
| 112 | 168 | |||||
| 113 | &-label { | 169 | &-label { | |||
| 114 | &:extend(.abs-visually-hidden); | 170 | &:extend(.abs-visually-hidden); | |||
| 115 | } | 171 | } | |||
| 116 | 172 | |||||
| 117 | &-mode { | 173 | &-mode { | |||
| 118 | float: left; | 174 | display: inline-block; | |||
| 119 | border: 1px solid #ccc; | 175 | font-size: 1rem; | |||
| 120 | font-weight: @font-weight__regular; | 176 | width: 1.2em; | |||
| 121 | .lib-css(color, #ccc); | 177 | height: 1.2em; | |||
| 178 | line-height: 1; | |||||
| 179 | text-decoration: none; | |||||
| 122 | text-align: center; | 180 | text-align: center; | |||
| 123 | width: 26px; | 181 | vertical-align: middle; | |||
| 124 | line-height: 26px; | 182 | transition: .25s; | |||
| 125 | .lib-css(background-color, @toolbar-element-background); | 183 | margin-right: .25rem; | |||
| 126 | display: block; | 184 | margin-top: 2px; | |||
| 127 | margin-right: 5px; | |||||
| 128 | border-radius: 3px; | |||||
| 129 | &:last-child { | 185 | &:last-child { | |||
| 130 | margin-right: 0; | 186 | margin-right: 0; | |||
| 131 | } | 187 | } | |||
| 132 | &.active, &:hover { | 188 | &.active, &:hover { | |||
| 133 | background-color: @theme-color; | 189 | | |||
| 134 | border-color: @theme-color; | 190 | } | |||
| 135 | color: #fff; | 191 | &:not(.active){ | |||
| 192 | color: #000; | |||||
| 136 | } | 193 | } | |||
| 137 | .lib-icon-font( | 194 | .lib-icon-font( | |||
| 138 | @icon-grid, | 195 | @icon-grid, | |||
| 139 | @_icon-font-size: @toolbar-mode-icon-font-size, | 196 | @_icon-font-size: inherit, | |||
| 140 | @_icon-font-text-hide: true | 197 | @_icon-font-text-hide: true | |||
| 141 | ); | 198 | ); | |||
| 142 | &:before { | 199 | &:before { | |||
| 143 | display: block; | 200 | display: block; | |||
| 201 | overflow: visible; | |||||
| 144 | } | 202 | } | |||
| 145 | } | 203 | } | |||
| 146 | } | 204 | } | |||
| 147 | ||||||
| 148 | .mode-list:before { | 205 | .mode-list:before { | |||
| 149 | content: @icon-list; | 206 | content: @icon-list; | |||
| 150 | } | 207 | } | |||
| 151 | .limiter { | 208 | .limiter { | |||
| 152 | float: right; | 209 | display: flex; | |||
| 153 | .products.wrapper ~ .toolbar & { | 210 | align-items: center; | |||
| 154 | display: block; | |||||
| 155 | } | |||||
| 156 | &-options { | 211 | &-options { | |||
| 157 | width: auto; | 212 | width: auto; | |||
| 158 | margin: 0 5px 0 7px; | 213 | margin: 0 | |||
| 159 | } | 214 | } | |||
| 160 | & .label { | 215 | & .label { | |||
| 161 | font-weight: 400; | 216 | margin: 0 7px 0 0; | |||
| 162 | margin: 0; | 217 | vertical-align: middle; | |||
| 218 | span { | |||||
| 219 | display: block; | |||||
| 220 | &::after { | |||||
| 221 | content: ':'; | |||||
| 222 | } | |||||
| 223 | } | |||||
| 163 | } | 224 | } | |||
| 164 | .control { | 225 | .control { | |||
| 165 | display: inline-block; | 226 | display: inline-block; | |||
| 166 | } | 227 | } | |||
| 228 | .limiter-text {display: none;} | |||||
| 167 | } | 229 | } | |||
| 168 | } | 230 | } | |||
| 169 | 231 | |||||
| 170 | // | 232 | // | |||
| 171 | // Mobile | 233 | // Mobile | |||
| 172 | //-------------------------------------- | 234 | //-------------------------------------- | |||
| 173 | 235 | |||||
| 174 | .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) { | 236 | @media(max-width: 991px) { | |||
| 175 | .toolbar-products { | 237 | .toolbar | |||
| 176 | margin-bottom: 0; | 238 | font-size: 11px; | |||
| 239 | letter-spacing: -.025em; | |||||
| 240 | font-weight: 600; | |||||
| 241 | color: #222529; | |||||
| 242 | margin-bottom: 20px; | |||||
| 243 | background: #f4f4f4; | |||||
| 244 | padding: 10px 2px 0 12px; | |||||
| 245 | margin-right: 0; | |||||
| 246 | select { | |||||
| 247 | text-transform: uppercase; | |||||
| 248 | height: 36px; | |||||
| 249 | max-width: 140px; | |||||
| 250 | letter-spacing: inherit; | |||||
| 251 | font-weight: inherit; | |||||
| 252 | color: #222529; | |||||
| 253 | } | |||||
| 254 | .sorter-label,.limiter .label {font-weight: inherit;} | |||||
| 255 | .products.wrapper ~ & { | |||||
| 256 | background: none; | |||||
| 257 | margin: 0; | |||||
| 258 | padding: 0; | |||||
| 259 | padding-top: 25px; | |||||
| 260 | font-size: 13px; | |||||
| 261 | font-weight: 400; | |||||
| 262 | color: inherit; | |||||
| 263 | letter-spacing: normal; | |||||
| 264 | position: static !important; | |||||
| 265 | select { | |||||
| 266 | height: 34px; | |||||
| 267 | max-width: auto; | |||||
| 268 | color: inherit; | |||||
| 269 | } | |||||
| 270 | } | |||||
| 271 | } | |||||
| 272 | } | |||||
| 273 | @media(max-width: 575px) { | |||||
| 274 | .toolbar { | |||||
| 275 | .modes,.sorter-label, .limiter .label {display: none;} | |||||
| 177 | } | 276 | } | |||
| 178 | } | 277 | } | |||
| 179 | ||||||
| 180 | .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) { | 278 | .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) { | |||
| 181 | .page-products .columns { | 279 | .page-products .columns { | |||
| 182 | position: relative; | 280 | position: relative; | |||
| 183 | z-index: 1; | 281 | z-index: 1; | |||
| 184 | padding-top: 0; | 282 | padding-top: 0; | |||
| 185 | } | 283 | } | |||
| 186 | } | 284 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.