diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-09-29 13:03:48 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-09-29 13:03:48 -0400 |
| commit | dc4a4d2f9a338e3d3560c514b0c97cb8bfea36b1 (patch) | |
| tree | bedbdb3da34578b1dee3c3340a945ff7c510c42f /app/assets/stylesheets | |
| parent | 25bce2b0b189ec34123510041925cdb1143421fc (diff) | |
| download | pokeviewer-dc4a4d2f9a338e3d3560c514b0c97cb8bfea36b1.tar.gz pokeviewer-dc4a4d2f9a338e3d3560c514b0c97cb8bfea36b1.tar.bz2 pokeviewer-dc4a4d2f9a338e3d3560c514b0c97cb8bfea36b1.zip | |
Added axes to condition diagram
Diffstat (limited to 'app/assets/stylesheets')
| -rw-r--r-- | app/assets/stylesheets/pokeviewer/pokemon.css.scss | 6 |
1 files changed, 6 insertions, 0 deletions
| diff --git a/app/assets/stylesheets/pokeviewer/pokemon.css.scss b/app/assets/stylesheets/pokeviewer/pokemon.css.scss index c9560d4..2a75730 100644 --- a/app/assets/stylesheets/pokeviewer/pokemon.css.scss +++ b/app/assets/stylesheets/pokeviewer/pokemon.css.scss | |||
| @@ -333,8 +333,14 @@ body { | |||
| 333 | fill-opacity: 0.3; | 333 | fill-opacity: 0.3; |
| 334 | } | 334 | } |
| 335 | 335 | ||
| 336 | .pkcv-line { | ||
| 337 | stroke: gray; | ||
| 338 | stroke-width: 2; | ||
| 339 | } | ||
| 340 | |||
| 336 | .pkcv-data { | 341 | .pkcv-data { |
| 337 | fill: #4ee100; | 342 | fill: #4ee100; |
| 343 | fill-opacity: 0.9; | ||
| 338 | } | 344 | } |
| 339 | 345 | ||
| 340 | .pkcv-label, .pkcv-label-outline { | 346 | .pkcv-label, .pkcv-label-outline { |
