Split-Sektionen: tinted-Variante (sanft aufgehelltes Panel) für Historie + Sportheim

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 22:31:58 +02:00
parent 51149e8c5f
commit f55bd40a1e
3 changed files with 107 additions and 57 deletions

View File

@@ -165,6 +165,14 @@
gap: 3rem;
}
/* Variante: sanft aufgehelltes Panel hinter dem Inhalt (tinted: true im JSON) */
.split--tinted .split__inner {
padding: clamp(1.75rem, 1rem + 2.5vw, 3.5rem);
background: linear-gradient(180deg, rgb(255 255 255 / 0.07), rgb(255 255 255 / 0.04));
border: 1px solid rgb(255 255 255 / 0.12);
border-radius: var(--radius-card);
}
.split--flip .split__text {
order: 2;
}