diff --git a/recopytex/dashboard/assets/style.css b/recopytex/dashboard/assets/style.css index acb9d3f..00b81a7 100644 --- a/recopytex/dashboard/assets/style.css +++ b/recopytex/dashboard/assets/style.css @@ -19,6 +19,8 @@ main { margin: auto; } +/* Exam analysis */ + #select { margin-bottom: 20px; } @@ -39,3 +41,20 @@ main { width: 45vw; 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; +} + +