Skip to content

Commit

Permalink
feat(navigation): Added custom icon for annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Feb 10, 2017
1 parent f036789 commit 29267b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/sass/_font_awesome_customization.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.fa-baw-annotation {
&:before {
content: $fa-var-square-o;
position: relative;
margin-left: 0.1em;
}

&:after {
content: $fa-var-th-large + "\00a0" !important;
font-size: (2/3) * 100%;
position: relative;
top: -2px;
left: calc(-1em - (1/3 * 1px));
}
}

0 comments on commit 29267b1

Please sign in to comment.