feat: arena ladder

This commit is contained in:
Axel Cocat 2023-08-05 00:42:55 +02:00
parent ac6ca4c84e
commit f7be06074e
12 changed files with 429 additions and 10 deletions

29
static/css/arena-team.css Normal file
View 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;
}