- Rework weapon ui (hide to spoiler and adapt to mobile) - Add additional weapon params (throw force, min radius, damage radius etc) - Add squad start/max sise, unit mass, souls and faith to cost
30 lines
283 B
CSS
30 lines
283 B
CSS
.unitIcon{
|
|
width: 50px;
|
|
}
|
|
|
|
.weaponIcon{
|
|
width: 40px;
|
|
}
|
|
|
|
.sergeantIcon{
|
|
padding: 0px;
|
|
width: 40px;
|
|
}
|
|
|
|
.unitHeader{
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.horizontalElements{
|
|
display: flex;
|
|
}
|
|
|
|
.stats-icon{
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
|
|
.rgdFrom{
|
|
font-size: 11px;
|
|
} |