Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nicped committed Mar 21, 2022
2 parents b156755 + 1f8209d commit 64a4174
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 13 deletions.
14 changes: 10 additions & 4 deletions dist/css/swiffy-slider.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
--swiffy-slider-track-height: 0rem;
--swiffy-slider-item-reveal: 0rem;
--swiffy-slider-item-count: 1;
--swiffy-slider-nav-zoom: .75;
--swiffy-slider-nav-zoom: .875;
}
.slider-item-reveal {
--swiffy-slider-item-reveal: 4rem;
Expand Down Expand Up @@ -537,9 +537,15 @@
}
.slider-nav::before,
.slider-nav::after {
width: 2rem!important;
height: 2rem!important;
padding: 0.3rem!important;
width: 2rem;
height: 2rem;
padding: 0.3rem;
}
.slider-nav-round .slider-nav::after,
.slider-nav-square .slider-nav::after {
width: 1.75rem;
height: 1.75rem;
margin: 0.125rem;
}
.slider-nav-outside-expand .slider-container,
.slider-nav-outside .slider-container {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/swiffy-slider.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/swiffy-slider.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64a4174

Please sign in to comment.