1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-28 10:10:04 +00:00

Added Smogon tiering system, made team invisible clause, sorted all pokemon

This commit is contained in:
Deukhoofd
2016-02-04 23:30:39 +01:00
parent d7316d5799
commit 398d23a0d6
23 changed files with 6735 additions and 5135 deletions

View File

@@ -119,6 +119,9 @@ a, .fake_link
.team-pbv
font-size 0.75em
.team-tier
font-size 0.75em
// Typography
.monospace

View File

@@ -33,7 +33,7 @@ $pokemon-list-height = 50px
top $header
bottom 0
background-color $body-color
width: 150px
width: 160px
ul
list-style-type none
@@ -365,6 +365,9 @@ $pokemon-list-height = 50px
.team-pbv
margin-top -5px
.team-tier
margin-top -5px
textarea.textarea_modal
box-sizing border-box
width 100%