sendou.ink/app/features/components-showcase/components-showcase.module.css
Kalle fef1ffc955
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00

26 lines
402 B
CSS

.sectionTitle {
font-size: var(--font-xl);
border-bottom: 2px solid var(--color-bg-high);
margin-bottom: var(--s-4);
}
.componentRow {
display: grid;
align-items: center;
grid-template-columns: 200px 1fr;
gap: var(--s-4);
}
.componentRow:last-child {
border-bottom: none;
}
.componentLabel {
color: var(--color-text-high);
font-size: var(--font-sm);
}
.componentContent {
width: 100%;
}