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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user