From 2db55c3d261ddee52019bbd06dc5f6545db39c16 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Jun 2020 16:09:59 +0200 Subject: form for making a new graph. add username field to db --- frontend/views/index/index.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 frontend/views/index/index.css (limited to 'frontend/views/index/index.css') diff --git a/frontend/views/index/index.css b/frontend/views/index/index.css new file mode 100644 index 0000000..48c5abc --- /dev/null +++ b/frontend/views/index/index.css @@ -0,0 +1,18 @@ +* { + +} + +.index > div { + margin: 1rem; + padding: 1rem; + max-height: calc(100% - 2rem); + overflow: scroll; + background: rgba(64,12,64,0.9); +} +.graphIndex { + display: flex; + flex-direction: column; +} +.graphIndex > * { + margin-bottom: 0.5rem; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2