sendou.ink/app/features/components-showcase/components-showcase.module.css
2026-03-28 16:30:28 +02:00

26 lines
393 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);
&:last-child {
border-bottom: none;
}
}
.componentLabel {
color: var(--color-text-high);
font-size: var(--font-sm);
}
.componentContent {
width: 100%;
}