1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-27 18:00:03 +00:00

Did some simple work on more Admin commands for getting teams, will have to work on it more later

This commit is contained in:
Deukhoofd
2016-02-28 21:16:48 +01:00
parent b9c2d479b7
commit 540428ae87
5 changed files with 15 additions and 8 deletions

View File

@@ -2,6 +2,10 @@ $header = 50px
$pokemon-list-height = 50px
// TODO: Make this a global style
.Team-Admin
border: 1px solid black;
width: 40%;
margin-left: 10px;
.teambuilder input
.teambuilder select
box-sizing border-box

View File

@@ -5,5 +5,11 @@ h2 Your teams
.button.button_blue.add-new-team Add new team
.button.import-team Import
if window.PokeBattle.username == "Deukhoofd" || window.PokeBattle.username == "thesuzerain"
.button.get-teams Get all teams
div.Team-Admin
h5 Admin Commands
.button.get-teams Get all teams
br
| Get teams from user
input(type=text)