feat(character/pvp): add pvp page
This commit is contained in:
parent
4c051e316c
commit
05706007f1
145 changed files with 302 additions and 107 deletions
26
static/css/emblems.css
Normal file
26
static/css/emblems.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.guild-emblem .images,
|
||||
.arena-emblem .images {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.guild-emblem {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
}
|
||||
|
||||
.guild-emblem canvas {
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.circle {
|
||||
clip-path: circle(50% at 50% 50%);
|
||||
}
|
||||
|
||||
.arena-emblem {
|
||||
width: 74px;
|
||||
height: 128px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue