Skip to content

Commit

Permalink
Fixed font path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Argentiero committed Jun 18, 2018
1 parent 74a5b54 commit 36756c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_Slick" setup_version="0.1.4">
<module name="MSP_Slick" setup_version="0.1.5">
</module>
</config>
10 changes: 5 additions & 5 deletions view/frontend/web/css/source/_slick-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Default Variables

@slick-font-path: "../fonts/";
@slick-font-path: "@{baseDir}MSP_Slick/fonts/";
@slick-font-family: "slick";
@slick-images-path: "@{baseDir}MSP_Slick/images/";
@slick-arrow-color: white;
Expand All @@ -28,8 +28,8 @@
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
Expand Down Expand Up @@ -132,8 +132,8 @@
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
Expand Down

0 comments on commit 36756c9

Please sign in to comment.