Add date to event create

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-01-07 17:04:10 +01:00
parent 153cf72dba
commit b58a1a321d
3 changed files with 42 additions and 6 deletions
@@ -26,6 +26,14 @@
}
margin: 1em;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.input {
width: 70%;
}
.create {
@@ -38,4 +46,14 @@
gap: 10px;
margin-top: 15px;
margin-bottom: 15px;
}
.dateInputContainer {
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.dateInput {
margin: 1em;
}