diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pokeviewer/pokemon.css.scss | 21 |
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 | } |