From d2eb6fbaf5f7fa0ca179ae7beb07ec62c20d1acd Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 25 Jun 2021 21:59:00 +0200 Subject: project settings working --- styles/editor.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'styles') diff --git a/styles/editor.css b/styles/editor.css index 9ae1baa..6e68b30 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -42,7 +42,11 @@ } .MuiSwitch-root { margin: -6px 0px; } -.settings .inner .section > * { margin-bottom: 8px; } + +.settings .inner .section > *, +.form-spacing > * +{ margin-bottom: 8px !important; } + .settings .inner .scroll { top: 32px; overflow-y: scroll; @@ -59,8 +63,8 @@ font-weight: 500; } -.settings .inner button, -.settings .inner .MuiFormControl-root +.fullwidth-inputs button, +.fullwidth-inputs .MuiFormControl-root { width: 100%; } :root { --selection-hover-color: rgba(93, 233, 174, 0.04); } -- cgit v1.2.3