init
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
Reference in New Issue
Block a user