refactor: relocate components to app directory structure

This commit is contained in:
2026-06-09 14:43:10 +08:00
parent f060301c24
commit cda55c8f9b
61 changed files with 19 additions and 27 deletions
@@ -0,0 +1,22 @@
.content {
display: flex;
flex-direction: column;
gap: var(--spacing-md);
color: var(--color-text-primary);
z-index: 2;
}
.title {
margin: 0;
font-family: var(--font-athelas);
font-size: var(--font-size-26);
font-weight: 600;
line-height: 1.3;
}
.subtitle {
margin: 0;
font-size: var(--font-size-md);
line-height: 1.5;
color: rgba(255, 255, 255, 0.8);
}