Create game from form (#15)

Co-authored-by: Maxime Adler <madler@sqli.com>
Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
2025-04-15 23:33:02 +02:00
parent 3d713d5749
commit 79a9bb91d7
36 changed files with 383 additions and 114 deletions

View File

@@ -27,6 +27,7 @@
--index-backdrop: 700;
--index-dropdown: 900;
--index-popup: 1000;
--index-overlay: 1100;
}
html {
@@ -41,10 +42,6 @@ html, body, #app {
height: 100%;
}
.valid.modified:not([type=checkbox]) {
border: 2px solid var(--green);
}
.invalid {
border: 2px solid var(--red) !important;
}
@@ -65,7 +62,7 @@ html, body, #app {
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
z-index: 10000;
}
#blazor-error-ui .dismiss {