feat: Restructure settings

- New styles
- New content
This commit is contained in:
sthag 2025-06-22 15:49:32 +02:00
parent 30ad2f3067
commit 6e722cd907
4 changed files with 64 additions and 25 deletions

@ -1 +1 @@
Subproject commit b7ec209761cac635ba8312dbb07bf831ebc32933
Subproject commit 3d23ba55d4c1c300d49cf91868cf65bb8307b5a6

View file

@ -1,9 +1,6 @@
@mixin nav-spacer($name, $size, $orientation) {
.spacer-#{$name} {
.spacer.#{$name} {
width: $size;
margin: 0;
border: $border_dotted;
opacity: .25;
}
}
@ -35,7 +32,7 @@
flex: 1;
aside {
background-color: $color_brighter;
background-color: rgba(255, 255, 255, .1);
}
section {
@ -46,9 +43,9 @@
.io {
.spacer {
width: $space_double;
margin: 0;
border: $border_dotted;
padding: 0;
opacity: .25;
}