Ship the final German and English copy, compose every route from shared page primitives, and cover claims, parity and contact briefing in tests. Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
274 B
SCSS
20 lines
274 B
SCSS
.process-steps {
|
|
margin: 0;
|
|
padding-left: var(--space-6);
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--space-5);
|
|
}
|
|
|
|
h3 {
|
|
margin: 0;
|
|
font-size: var(--text-lg);
|
|
font-weight: 600;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
max-width: 40rem;
|
|
color: var(--color-text-muted);
|
|
}
|