diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-25 17:15:07 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-25 17:15:07 +0200 |
commit | a12ae1c0b72794561d80ffe084b4f3dbf717426b (patch) | |
tree | 28b387730e3df3d6f069e22944ca2511ac351f7f /styles/editor.css | |
parent | b6d87316ff5e51727b2548305983cca027fed069 (diff) |
css tweaks + code splitting
Diffstat (limited to 'styles/editor.css')
-rw-r--r-- | styles/editor.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/styles/editor.css b/styles/editor.css index cb9bc35..30a48be 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -60,7 +60,7 @@ top: 32px; overflow-y: scroll; overflow-x: hidden; - border-radius: 4px; + border-radius: 6px; margin-right: -16px; } .settings .inner button { @@ -87,7 +87,7 @@ .MuiSlider-thumb.MuiSlider-active { box-shadow: 0px 0px 0px 14px var(--selection-hover-color) !important; } .MuiFormControl-root { - border-radius: 4px; + border-radius: 6px; overflow: hidden; } .MuiSelect-icon, @@ -529,3 +529,9 @@ header .projarea span { margin: -2px -4px; border-radius: 6px; } + +.MuiSelect-root, .MuiInputBase-root { border-radius: 6px !important; } +.MuiInputBase-root { background-color: var(--c600) !important; } +.MuiSelect-root { background-color: var(--c200) !important; } +.MuiFormLabel-root { font-weight: 500 !important; } + |