fix: cleanup profile pages in renaming to follow naming convention

cleanup profile page html to be valid

replace old temp design system components with new ones

divider is now correctly an hr element

less section elements to be valid html
This commit is contained in:
Christian Andolf
2025-05-21 18:15:43 +02:00
parent 502ffa449d
commit aa06a0654d
19 changed files with 423 additions and 375 deletions

View File

@@ -4,7 +4,15 @@
.nav {
display: grid;
gap: var(--Spacing-x2);
gap: var(--Space-x2);
}
.title {
color: var(--Text-Interactive-Default);
}
.titleSkeleton {
color: var(--Base-Text-High-contrast);
}
.list {
@@ -15,6 +23,6 @@
.sidebar {
align-self: flex-start;
display: block;
padding-top: var(--Spacing-x1);
padding-top: var(--Space-x1);
}
}