Feat: start the layout for create_exam

This commit is contained in:
Bertrand Benjamin 2021-01-27 16:17:44 +01:00
parent 589d63ff29
commit 3250a600c9

View File

@ -19,6 +19,8 @@ main {
margin: auto; margin: auto;
} }
/* Exam analysis */
#select { #select {
margin-bottom: 20px; margin-bottom: 20px;
} }
@ -39,3 +41,20 @@ main {
width: 45vw; width: 45vw;
margin: auto; margin: auto;
} }
/* Create new exam */
#new-exam {
display: flex;
flex-flow: row;
justify-content: space-between;
}
#new-exam label {
width: 20%;
display: flex;
flex-flow: column;
justify-content: space-between;
}