diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-06-25 21:59:00 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-06-25 21:59:00 +0200 |
commit | d2eb6fbaf5f7fa0ca179ae7beb07ec62c20d1acd (patch) | |
tree | dcc3fbd4518ab4c982ba0b7be17447ea1f23d3f7 /styles/editor.css | |
parent | e0790d7247a15d95d2a954784a0f073d079db85e (diff) |
project settings working
Diffstat (limited to 'styles/editor.css')
-rw-r--r-- | styles/editor.css | 10 |
1 files changed, 7 insertions, 3 deletions
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); } |