27 lines
426 B
CSS
27 lines
426 B
CSS
.credits-page__header {
|
|
margin-bottom: var(--space-5);
|
|
}
|
|
|
|
.credits-page__title {
|
|
margin: 0;
|
|
|
|
font-size: var(--font-2xl);
|
|
font-weight: var(--font-weight-semibold);
|
|
|
|
color: var(--text-primary);
|
|
}
|
|
|
|
.credits-page__subtitle {
|
|
margin: var(--space-2) 0 0;
|
|
|
|
font-size: var(--font-sm);
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.credits-page__actions {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
|
|
margin-top: var(--space-2);
|
|
}
|