New health/armor images, PlayerMarker label style tweaks

This commit is contained in:
James Lyne 2021-09-29 14:35:03 +01:00
parent 66355dfe38
commit 5087d0e29c
5 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 137 B

View File

@ -57,15 +57,16 @@
} }
.player__name { .player__name {
padding-bottom: 0.2rem;
grid-row: 2; grid-row: 2;
} }
.player__health, .player__health,
.player__armor { .player__armor {
width: 5rem; width: 7rem;
height: 0.7rem; height: 0.7rem;
display: block;
&,
&::-webkit-meter-inner-element, &::-webkit-meter-inner-element,
&::-webkit-meter-bar { &::-webkit-meter-bar {
border-radius: 0; border-radius: 0;
@ -74,6 +75,9 @@
box-shadow: none; box-shadow: none;
image-rendering: crisp-edges; image-rendering: crisp-edges;
image-rendering: pixelated; image-rendering: pixelated;
display: block;
top: 0;
bottom: 0;
} }
} }