This commit is contained in:
2026-07-09 21:33:33 +02:00
commit 84a2a365f3
2364 changed files with 950134 additions and 0 deletions
@@ -0,0 +1,41 @@
.unit-portrait-small {
height: 120px;
width: 80px;
}
.unit-portrait-small #health-bar {
height: 5px;
}
.unit-portrait-small #health-label {
font-size: 12px;
}
.unit-portrait-medium {
height: 165px;
width: 110px;
}
.unit-portrait-medium #health-bar {
height: 7px;
}
.unit-portrait-medium #health-label {
font-size: 15px;
}
.unit-portrait-big {
height: 210px;
width: 140px;
}
.unit-portrait-big #health-bar {
height: 9px;
}
.unit-portrait-big #health-label {
font-size: 18px;
}
.unit-portrait {
}