about summary refs log tree commit diff stats
path: root/app/assets
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-10-13 10:31:45 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-10-13 10:31:45 -0400
commitcb6eebdf05c95f15ad6ce8968838772a2b915755 (patch)
tree608fddb105ea5787cdbd7ccaa2d690f5846d74ef /app/assets
parenta1a5cb52277d45be323528159addab7971e585a5 (diff)
downloadpokeviewer-cb6eebdf05c95f15ad6ce8968838772a2b915755.tar.gz
pokeviewer-cb6eebdf05c95f15ad6ce8968838772a2b915755.tar.bz2
pokeviewer-cb6eebdf05c95f15ad6ce8968838772a2b915755.zip
Added sheen to Pokémon contest stats
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pokeviewer/pokemon.css.scss21
1 files changed, 21 insertions, 0 deletions
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 @@
505 stroke-width: 6; 505 stroke-width: 6;
506 stroke-linejoin: butt; 506 stroke-linejoin: butt;
507 } 507 }
508
509 .pkcv-sheen-bg {
510 fill: #706860;
511 }
512
513 .pkcv-sheen-data {
514 fill: #a048c8;
515 border-top-left-radius: 10px;
516 border-bottom-left-radius: 10px;
517 }
518
519 .pkcv-sheen-border {
520 fill-opacity: 0;
521 stroke-width: 5;
522 stroke: gray;
523 }
524
525 .pkcv-sheen-label {
526 fill: white;
527 font-size: 40px;
528 }
508 } 529 }
509 } 530 }
510} 531}