From 3250a600c92ce46a5d75e7d74f669d01e223f572 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 27 Jan 2021 16:17:44 +0100 Subject: [PATCH] Feat: start the layout for create_exam --- recopytex/dashboard/assets/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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; +} + +