Files
sendou.ink/app/features/components-showcase/components-showcase.module.css
Kalle 9b82d577e2
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled
Availability tool (#3375)
2026-08-30 17:35:14 +03:00

42 lines
547 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%;
}
.trophyExample {
width: 140px;
}
.trophyExampleSmall {
width: 90px;
}
.trophyExampleLarge {
width: 200px;
}
.scheduleNarrow {
max-width: 360px;
}