feat(character/pvp): add pvp page

This commit is contained in:
Axel Cocat 2022-03-09 14:28:21 +01:00
parent 4c051e316c
commit 05706007f1
145 changed files with 302 additions and 107 deletions

View file

@ -2,7 +2,7 @@
display: flex;
}
#guild-header .emblem {
#guild-header .emblem-container {
margin-right: 1em;
}
@ -21,26 +21,8 @@
margin-right: 4px;
}
#emblem-images {
display: none;
}
#emblem {
.guild-emblem {
background: url("/img/guild-emblems/circle.png") no-repeat center;
display: flex;
flex-shrink: 0;
height: 128px;
width: 128px;
}
#emblem canvas {
height: 96px;
width: 96px;
margin: auto;
}
.circle {
clip-path: circle(50% at 50% 50%);
}
#members_processing {