feat: show icons in statistics (#16)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user