1
0
peddlers-of-ketran/client/src/PlayerColor.css
James Ketrenos b58c5b23a6 Refactoring into stand alone files
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
2022-02-15 16:52:02 -08:00

21 lines
340 B
CSS

.PlayerColor {
display: inline-flex;
justify-content: center;
align-items: center;
width: 1em;
height: 1em;
padding: 0.125em;
margin: 0 0.25em;
border-radius: 0.625em;
border-width: 1px;
border-style: solid;
text-align: center;
}
.PlayerColor > div {
font-weight: bold;
overflow: hidden;
font-size: 0.75rem;
}