Skip to content

Commit

Permalink
Changed flex slider nav icons
Browse files Browse the repository at this point in the history
  • Loading branch information
adiraomj committed Feb 7, 2017
1 parent 1203ba3 commit 2bb1e37
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
11 changes: 0 additions & 11 deletions images/arrow-left.svg

This file was deleted.

11 changes: 0 additions & 11 deletions images/arrow-right.svg

This file was deleted.

11 changes: 11 additions & 0 deletions images/flex-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions images/flex-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions sass/site/primary/_posts-and-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@

&.flex-prev:before {
background-color: rgba(0, 0, 0, 0.5);
background-image: url('images/arrow-left.svg');
background-position: 13px 15px;
background-repeat: no-repeat;
background-image: url('images/flex-left.svg');
background-position: 10px 11px;
opacity: 1;
}

&.flex-next:before {
background-color: rgba(0, 0, 0, 0.5);
background-image: url('images/arrow-right.svg');
background-position: 16px 15px;
background-repeat: no-repeat;
background-image: url('images/flex-right.svg');
background-position: 11px 11px;
opacity: 1;
}
}
Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1581,15 +1581,15 @@ a {
border: none; }
.flexslider.gallery-format-slider .flex-direction-nav a.flex-prev:before {
background-color: rgba(0, 0, 0, 0.5);
background-image: url("images/arrow-left.svg");
background-position: 13px 15px;
background-repeat: no-repeat;
background-image: url("images/flex-left.svg");
background-position: 10px 11px;
opacity: 1; }
.flexslider.gallery-format-slider .flex-direction-nav a.flex-next:before {
background-color: rgba(0, 0, 0, 0.5);
background-image: url("images/arrow-right.svg");
background-position: 16px 15px;
background-repeat: no-repeat;
background-image: url("images/flex-right.svg");
background-position: 11px 11px;
opacity: 1; }
.flexslider.gallery-format-slider .flex-direction-nav .flex-prev:hover,
.flexslider.gallery-format-slider .flex-direction-nav .flex-next:hover {
Expand Down

0 comments on commit 2bb1e37

Please sign in to comment.