Added Pong invitation Btn - WIP no implementation yet

This commit is contained in:
NigeParis 2025-12-08 16:43:42 +01:00 committed by apetitco
parent 71c5914e04
commit e0610ca001
2 changed files with 8 additions and 0 deletions

View file

@ -223,6 +223,13 @@ div-private {
right-12
}
.popup-b-invite {
@apply
absolute
bottom-52
right-12
}
.hidden{
display: none;
}