[chore] Refactor settings panel routing (and other fixes) (#2864)

This commit is contained in:
tobi 2024-04-24 12:12:47 +02:00 committed by GitHub
commit 7a1e639483
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 1788 additions and 1445 deletions

View file

@ -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 {