feat: show icons in statistics (#16)

This commit is contained in:
Patric Stout
2023-11-20 22:10:34 +01:00
committed by GitHub
parent 8ee97f2dc2
commit 76f3467829
10 changed files with 181 additions and 44 deletions

View File

@@ -42,27 +42,38 @@
margin: 0px 5px;
}
.statistic {
display: flex;
}
.statistic > span:last-child {
line-height: 24px;
margin-left: 4px;
}
.defense {
margin: 20px 0px;
}
.defense:last-child {
margin-bottom: 10px;
}
.defenseShield {
display: flex;
position: relative;
top: -5px;
}
.defenseShield > span:first-child {
line-height: 30px;
}
.defenseShield > span:first-child > img {
padding-top: 4px;
}
.defenseShield > span:last-child {
line-height: 15px;
}
.resistanceHeader {
display: inline-block;
text-align: center;
margin-left: 5px;
width: 50px;
}