You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
427 B
24 lines
427 B
.player {
|
|
font-family: monospace;
|
|
|
|
background-color: var(--selected-team-primarycolor);
|
|
color: var(--selected-team-secondarycolor);
|
|
|
|
|
|
border-width: 2px;
|
|
border-radius: 100px;
|
|
border-style: solid;
|
|
|
|
width: 20px;
|
|
height: 20px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
/*apply a translation to */
|
|
transform: translate(-50%, -50%);
|
|
|
|
user-select: none;
|
|
} |