Skip to content

Commit

Permalink
Merge pull request #18 from victordieggo/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
victordieggo committed Aug 29, 2017
2 parents b9f3a7b + 36c5368 commit c7654b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions lightbox/lightbox.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
=======================================================
LIGHTBOX
Lightbox.js
Version: 0.0.3
Author: Victor Diego <victordieggo@gmail.com>
License: MIT
=======================================================
1. Base Styles
2. Buttons
Expand Down Expand Up @@ -80,7 +83,7 @@ LIGHTBOX
.lightbox-btn-next,
.lightbox-btn-previous {
top: calc(50% - 1.5em);
background-size: 25%;
background-size: 25% 80%;
background-image: url('icons/icon-lightbox-arrow.svg');
}

Expand Down
2 changes: 1 addition & 1 deletion lightbox/lightbox.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* =====================================================================
* Lightbox.js
* Version: 0.0.2
* Version: 0.0.3
* Author: Victor Diego <victordieggo@gmail.com>
* License: MIT
* ================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion lightbox/lightbox.min.css

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

0 comments on commit c7654b8

Please sign in to comment.