From 7a1e6394831fb07e303c5ed0900dfe1ea4820de5 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:12:47 +0200 Subject: [chore] Refactor settings panel routing (and other fixes) (#2864) --- web/source/settings/style.css | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'web/source/settings/style.css') 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 { -- cgit v1.3