Skip to content

Commit

Permalink
Fixes #1092 - added back missing icon & ran task to optimize svgs (#1108
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mmmavis committed Feb 28, 2018
1 parent c48e8fd commit 1d51aac
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 29 deletions.
4 changes: 2 additions & 2 deletions source/images/fellowships/svg/funders-fellowship-optim.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions source/images/fellowships/svg/host-orgs-fellowship-optim.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/images/fellowships/svg/info-icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions source/sass/views/fellowships/shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@
border-bottom: 1px solid rgba(0, 0, 0, 0.1);

.content::before {
font-family: "FontAwesome";
content: "\f06a";
font-size: 1.375em;
content: '';
display: flex;
align-items: center;
align-self: center;
width: 22px;
height: 22px;
margin-right: 10px;
background: url('../_images/fellowships/svg/info-icon.svg') no-repeat 0 0/contain;
}
}

Expand Down

0 comments on commit 1d51aac

Please sign in to comment.