diff options
Diffstat (limited to 'web/source/settings/style.css')
-rw-r--r-- | web/source/settings/style.css | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css index 894d879ad..57f8bf4cf 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -53,21 +53,13 @@ ul li::before { & > div, & > form { - border-left: 0.2rem solid $border-accent; - padding-left: 0.4rem; display: flex; flex-direction: column; gap: 0.5rem; margin: 1rem 0; - h1, h2 { + h1, h2, h3, h4, h5 { margin: 0; - margin-top: 0.1rem; - } - - &:only-child { - border-left: none; - padding-left: none; } &:first-child { @@ -77,12 +69,6 @@ ul li::before { &:last-child { margin-bottom: 0; } - - &.without-border, - .without-border { - border-left: 0; - padding-left: 0; - } } & > .error { @@ -305,7 +291,8 @@ input, select, textarea { ) !important; } -section.with-sidebar > div, section.with-sidebar > form { +section.with-sidebar > div, +section.with-sidebar > form { display: flex; flex-direction: column; gap: 1rem; @@ -348,10 +335,6 @@ section.with-sidebar > div, section.with-sidebar > form { display: flex; flex-direction: column; gap: 0.2rem; - - h3 { - margin: 0; - } } .labelinput .border { |