From daa1060ce3f953a767b88a1108185a9554d91649 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 20 Mar 2021 22:30:00 +0100 Subject: form styling --- frontend/app/common/form.component.js | 2 +- frontend/app/views/graph/graph.css | 35 +++++++- frontend/app/views/page/page.css | 3 + frontend/app/views/tile/components/tile.form.js | 108 ++++++++++++++---------- 4 files changed, 98 insertions(+), 50 deletions(-) (limited to 'frontend') diff --git a/frontend/app/common/form.component.js b/frontend/app/common/form.component.js index 927b89d..d0ebea3 100644 --- a/frontend/app/common/form.component.js +++ b/frontend/app/common/form.component.js @@ -71,7 +71,7 @@ export const TextArea = props => ( ) export const Checkbox = props => ( -