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

Added Team reordering

This commit is contained in:
Deukhoofd
2016-04-13 01:28:59 +02:00
parent 07dc054ca9
commit 06d84a29c6
7 changed files with 218 additions and 6 deletions

View File

@@ -11,6 +11,34 @@ $pokemon-list-height = 50px
box-sizing border-box
height 28px
.arrow-up
width 0;
height 0;
border-left 7px solid transparent
border-right 7px solid transparent
border-bottom 12px solid #939393
position absolute
left 88%
top 25%
&:hover
border-bottom-color #a8a8a8
&:active
border-bottom-color #696969
.arrow-down
width 0
height 0
border-left 7px solid transparent
border-right 7px solid transparent
border-top 12px solid #939393
position absolute
left 88%
top 40%
&:hover
border-top-color #a8a8a8
&:active
border-top-color #696969
.teambuilder .selectize-input input
height 18px