init project

This commit is contained in:
root
2026-06-25 19:06:59 -04:00
parent c5dfee6efb
commit 5d017f533a
349 changed files with 31330 additions and 0 deletions
@@ -0,0 +1,16 @@
.group {
display: grid;
gap: var(--space-2);
}
.labelRow {
display: flex;
justify-content: space-between;
gap: var(--space-4);
font-size: var(--type-label-size);
font-weight: 700;
}
.progress {
inline-size: 100%;
block-size: 0.75rem;
accent-color: var(--interactive-primary);
}