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>
22 lines
337 B
SCSS
22 lines
337 B
SCSS
.legal-review {
|
|
margin: 0;
|
|
padding: var(--space-5);
|
|
border: 1px solid var(--color-accent-strong);
|
|
border-radius: var(--radius-md);
|
|
background: var(--color-surface-overlay);
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
font-weight: 600;
|
|
}
|
|
|
|
ul {
|
|
margin: var(--space-3) 0 0;
|
|
padding-left: var(--space-6);
|
|
}
|
|
|
|
li {
|
|
color: var(--color-text-muted);
|
|
}
|