File tree 4 files changed +3
-5
lines changed
app/design/frontend/Magento/blank
Magento_ProductVideo/web/css/source
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 10
10
& when (@media-common = true ) {
11
11
.fotorama-video-container {
12
12
& :after {
13
- background : url(../Magento_ProductVideo/img/gallery-sprite.png ) bottom right ;
13
+ background : url(' ../Magento_ProductVideo/img/gallery-sprite.png' ) bottom right ;
14
14
bottom : 0 ;
15
15
content : ' ' ;
16
16
height : 100px ;
40
40
}
41
41
42
42
.video-thumb-icon :after {
43
- background : url(../Magento_ProductVideo/img/gallery-sprite.png ) bottom left ;
43
+ background : url(' ../Magento_ProductVideo/img/gallery-sprite.png' ) bottom left ;
44
44
bottom : 0 ;
45
45
content : ' ' ;
46
46
height : 40px ;
Original file line number Diff line number Diff line change 4
4
// */
5
5
6
6
@import ' _variables.less' ;
7
- @import ( reference ) ' _extends.less' ;
7
+ @import ' _extends.less' ;
8
8
@import ' _typography.less' ;
9
9
@import ' _layout.less' ;
10
10
@import ' _tables.less' ;
Original file line number Diff line number Diff line change 14
14
// ---------------------------------------------
15
15
16
16
@import ' _styles.less' ;
17
- @import (reference ) ' source/_extends.less' ;
18
17
19
18
//
20
19
// Magento Import instructions
Original file line number Diff line number Diff line change 15
15
16
16
@import ' source/_reset.less' ;
17
17
@import ' _styles.less' ;
18
- @import (reference ) ' source/_extends.less' ;
19
18
20
19
//
21
20
// Magento Import instructions
You can’t perform that action at this time.
0 commit comments