feat: arena ladder
This commit is contained in:
parent
ac6ca4c84e
commit
f7be06074e
12 changed files with 429 additions and 10 deletions
29
static/css/arena-team.css
Normal file
29
static/css/arena-team.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
#arena-header {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#arena-header .emblem-container {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
#arena-header .info {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#arena-header .info .team-name {
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
#stats td,
|
||||
#stats th {
|
||||
border: 1px solid #dddddd;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.dataTables_info {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue