Files
2026-07-09 21:33:33 +02:00

42 lines
552 B
Plaintext

.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 {
}