From cb6eebdf05c95f15ad6ce8968838772a2b915755 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 13 Oct 2017 10:31:45 -0400 Subject: Added sheen to Pokémon contest stats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/pokeviewer/pokemon.css.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/pokeviewer/pokemon.css.scss b/app/assets/stylesheets/pokeviewer/pokemon.css.scss index 4c1fc2c..9d2db44 100644 --- a/app/assets/stylesheets/pokeviewer/pokemon.css.scss +++ b/app/assets/stylesheets/pokeviewer/pokemon.css.scss @@ -505,6 +505,27 @@ stroke-width: 6; stroke-linejoin: butt; } + + .pkcv-sheen-bg { + fill: #706860; + } + + .pkcv-sheen-data { + fill: #a048c8; + border-top-left-radius: 10px; + border-bottom-left-radius: 10px; + } + + .pkcv-sheen-border { + fill-opacity: 0; + stroke-width: 5; + stroke: gray; + } + + .pkcv-sheen-label { + fill: white; + font-size: 40px; + } } } } -- cgit 1.4.1