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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user