Players page in progress

This commit is contained in:
Claude Brisson
2023-12-03 09:13:05 +01:00
parent 7c70fb4539
commit 188d0e27eb
5 changed files with 113 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
/* information section */
#tournament-infos {
form {
input, select, .edit {
display: none;
}
@@ -36,12 +36,5 @@
/* registration section */
#registration {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
> .roundbox {
flex: 1;
}
}
}