Skip to content

Commit

Permalink
Added dragon chat icon for spicydragon
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Jul 20, 2020
1 parent 4e45435 commit bed56e1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The files in this directory are not covered by the AGPL license, they may have
each their own license and should not be used outside of the Online-Go.com
context without more research.
5 changes: 5 additions & 0 deletions assets/dragon-icon.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: 8 additions & 0 deletions src/components/Player/Player.styl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
themed color admin
content: fa-wrench-content;
}
&.with-flare.dragon:before {
content: " ";
width: 0.75rem;
height: 0.75rem;
display: inline-block;
background-image: svg-load("../assets/dragon-icon.svg");
background-size: cover;
}


&.timeout{
Expand Down

0 comments on commit bed56e1

Please sign in to comment.