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>
37 lines
508 B
SCSS
37 lines
508 B
SCSS
.case-card {
|
|
padding: var(--space-5);
|
|
border-radius: var(--radius-md);
|
|
height: 100%;
|
|
}
|
|
|
|
h3 {
|
|
margin: 0;
|
|
font-size: var(--text-lg);
|
|
font-weight: 600;
|
|
}
|
|
|
|
.meta,
|
|
p {
|
|
margin: 0;
|
|
color: var(--color-text-muted);
|
|
}
|
|
|
|
.tags {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: var(--color-text-subtle);
|
|
font-size: var(--text-sm);
|
|
}
|
|
|
|
a {
|
|
color: var(--color-accent-cool);
|
|
text-decoration: none;
|
|
}
|
|
|
|
@media (hover: hover) and (pointer: fine) {
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|