Commit 74a5b54 Danilo Argentiero
committed
1 parent 7d89a49 commit 74a5b54 Copy full SHA for 74a5b54
File tree 2 files changed +3
-3
lines changed
view/frontend/web/css/source
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
4
- <module name =" MSP_Slick" setup_version =" 0.1.3 " >
4
+ <module name =" MSP_Slick" setup_version =" 0.1.4 " >
5
5
</module >
6
6
</config >
Original file line number Diff line number Diff line change 4
4
5
5
@slick-font-path : " ../fonts/" ;
6
6
@slick-font-family : " slick" ;
7
- @slick-loader -path : " @{baseDir} MSP_Slick/images/" ;
7
+ @slick-images -path : " @{baseDir} MSP_Slick/images/" ;
8
8
@slick-arrow-color : white ;
9
9
@slick-dot-color : black ;
10
10
@slick-dot-color-active : @slick-dot-color ;
18
18
19
19
/* Slider */
20
20
.slick-loading .slick-list {
21
- background : #fff url(' @{slick-loader -path} ajax-loader.gif' ) center center no-repeat ;
21
+ background : #fff url(' @{slick-images -path} ajax-loader.gif' ) center center no-repeat ;
22
22
}
23
23
24
24
/* Arrows */
You can’t perform that action at this time.
0 commit comments