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

Commit

Permalink
fix: correct icon for settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardaneus86 committed Sep 23, 2018
1 parent 5207058 commit b3f59ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/settings/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
z-index: 999;

::before {
font-family: UltimateTeam-Icons;
content: "\f127";
font-family: UltimateTeam-Icons,sans-serif;
content: "\f139";
font-size: 2rem;
color: black;
}
}

Expand Down

0 comments on commit b3f59ae

Please sign in to comment.