New health/armor images, PlayerMarker label style tweaks
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 137 B |
@ -57,15 +57,16 @@
|
||||
}
|
||||
|
||||
.player__name {
|
||||
padding-bottom: 0.2rem;
|
||||
grid-row: 2;
|
||||
}
|
||||
|
||||
.player__health,
|
||||
.player__armor {
|
||||
width: 5rem;
|
||||
width: 7rem;
|
||||
height: 0.7rem;
|
||||
display: block;
|
||||
|
||||
&,
|
||||
&::-webkit-meter-inner-element,
|
||||
&::-webkit-meter-bar {
|
||||
border-radius: 0;
|
||||
@ -74,6 +75,9 @@
|
||||
box-shadow: none;
|
||||
image-rendering: crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
display: block;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|