Skip to content

Commit

Permalink
update slick-theme.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesros161 committed Jan 19, 2024
1 parent 21c551d commit caa46c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions slick/slick-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;

src: url('./fonts/slick.eot');
src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
Expand Down
2 changes: 1 addition & 1 deletion slick/slick-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Default Variables

@slick-font-path: "./fonts/";
@slick-font-family: "slick";
@slick-font-family: "inherit";
@slick-loader-path: "./";
@slick-arrow-color: white;
@slick-dot-color: black;
Expand Down

0 comments on commit caa46c6

Please sign in to comment.