Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
fixes paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbanchich committed Nov 27, 2016
1 parent 8fdfb97 commit ce89c51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@
}

.close {
background-image: url('../../assets/images/close.svg');
background-image: url('images/close.svg');
background-position: 4.85em 1em;
background-repeat: no-repeat;
border: 0;
Expand Down Expand Up @@ -1429,7 +1429,7 @@
position: relative;

&:after {
background-image: url('../../assets/images/bars.svg');
background-image: url('images/bars.svg');
background-position: right center;
background-repeat: no-repeat;
content: '';
Expand Down Expand Up @@ -1546,7 +1546,7 @@
z-index: 1;

&:after {
background-image: url('../../assets/images/arrow.svg');
background-image: url('images/arrow.svg');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
Expand Down
6 changes: 3 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,7 @@
}

#menu .close {
background-image: url("../../assets/images/close.svg");
background-image: url("images/close.svg");
background-position: 4.85em 1em;
background-repeat: no-repeat;
border: 0;
Expand Down Expand Up @@ -3327,7 +3327,7 @@
}

#header nav > ul > li > a.menuToggle:after {
background-image: url("../../assets/images/bars.svg");
background-image: url("images/bars.svg");
background-position: right center;
background-repeat: no-repeat;
content: '';
Expand Down Expand Up @@ -3481,7 +3481,7 @@
}

#banner .more:after {
background-image: url("../../assets/images/arrow.svg");
background-image: url("images/arrow.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
Expand Down

0 comments on commit ce89c51

Please sign in to comment.