diff --git a/assets/LICENSE b/assets/LICENSE new file mode 100644 index 0000000000..76e1549b1d --- /dev/null +++ b/assets/LICENSE @@ -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. diff --git a/assets/dragon-icon.svg b/assets/dragon-icon.svg new file mode 100644 index 0000000000..e56bcb720d --- /dev/null +++ b/assets/dragon-icon.svg @@ -0,0 +1,5 @@ + diff --git a/src/components/Player/Player.styl b/src/components/Player/Player.styl index 13d0ae1ffb..b5abd4dd08 100644 --- a/src/components/Player/Player.styl +++ b/src/components/Player/Player.styl @@ -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{