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:
@@ -119,6 +119,9 @@ a, .fake_link
|
||||
.team-pbv
|
||||
font-size 0.75em
|
||||
|
||||
.team-tier
|
||||
font-size 0.75em
|
||||
|
||||
// Typography
|
||||
|
||||
.monospace
|
||||
|
||||
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user