Skip to content

Commit

Permalink
Fix some nested extends have been ignored at output
Browse files Browse the repository at this point in the history
update


Update mixins media-common for luma theme
  • Loading branch information
mrtuvn committed Jan 22, 2021
1 parent 30301a5 commit cd2253c
Show file tree
Hide file tree
Showing 51 changed files with 195 additions and 196 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
& when (@media-common = true) {
.fotorama-video-container {
&:after {
background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
bottom: 0;
content: '';
height: 100px;
Expand Down Expand Up @@ -40,7 +40,7 @@
}

.video-thumb-icon:after {
background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
bottom: 0;
content: '';
height: 40px;
Expand Down
Loading

0 comments on commit cd2253c

Please sign in to comment.