1
0
forked from noxious/client

WIP character select

This commit is contained in:
2024-11-06 23:05:37 +01:00
parent 46ebfaec01
commit ed6f592606
4 changed files with 90 additions and 40 deletions

View File

@ -125,6 +125,12 @@ button {
}
}
.character {
&.active {
@apply pr-px border-r-0;
}
}
.text-pixel {
@apply text-white font-ui drop-shadow-pixel-black;
}