Sidebar styling

In general styling capabilities with scsss
This commit is contained in:
2026-05-02 12:27:27 +02:00
parent fa77190555
commit 9eb843a786
9 changed files with 94 additions and 1357 deletions

View File

@@ -0,0 +1,4 @@
.u-hidden { display: none !important; }
.u-gap-sm { gap: $spacing-sm; }
.text-muted { color: $color-muted; }