diff --git a/docs/styleguide/components/cards.html b/docs/styleguide/components/cards.html index 694bbb0..daa5e68 100644 --- a/docs/styleguide/components/cards.html +++ b/docs/styleguide/components/cards.html @@ -101,6 +101,23 @@ +

Variante: Dark Content Card

+ +
+
+
+
+

+ Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout. +

+

+ Footer rechts: Platzhaltertext fuer ergaenzende Angaben, rechtliche Hinweise oder sekundäre Footer-Inhalte im gleichen Raster. +

+
+
+
+
+

Component: Group Card

diff --git a/docs/styleguide/patterns/page-layout-public.html b/docs/styleguide/patterns/page-layout-public.html index ef2ed9e..9010fa3 100644 --- a/docs/styleguide/patterns/page-layout-public.html +++ b/docs/styleguide/patterns/page-layout-public.html @@ -44,16 +44,18 @@

- diff --git a/docs/styleguide/styles/37-layouts-page-layout-public.css b/docs/styleguide/styles/37-layouts-page-layout-public.css index 2803bbd..9c73406 100644 --- a/docs/styleguide/styles/37-layouts-page-layout-public.css +++ b/docs/styleguide/styles/37-layouts-page-layout-public.css @@ -30,5 +30,4 @@ main { .sg-page-layout-public__footer-card { margin-top: auto; - background: var(--surface-card-group); } diff --git a/docs/styleguide/styles/40-components-cards.css b/docs/styleguide/styles/40-components-cards.css index fce5486..bc02601 100644 --- a/docs/styleguide/styles/40-components-cards.css +++ b/docs/styleguide/styles/40-components-cards.css @@ -23,6 +23,21 @@ background: var(--surface-card); } +.sg-card.sg-card--content-card-dark { + --surface-card: var(--surface-card-group); + --surface-card-body: var(--surface-card-group); + --text-card-body: var(--text-card-header); +} + +.sg-card.sg-card--content-card-dark .sg-card-segment--body { + color: var(--color-font-light); +} + +.sg-card.sg-card--content-card-dark .sg-text-layout-pattern__column, +.sg-card.sg-card--content-card-dark .sg-body { + color: var(--color-font-light); +} + .sg-card.sg-card--overlay-host { overflow: visible; } diff --git a/public/assets/styleguide.upstream.css b/public/assets/styleguide.upstream.css index c950be1..407af6b 100644 --- a/public/assets/styleguide.upstream.css +++ b/public/assets/styleguide.upstream.css @@ -3390,7 +3390,6 @@ main { .sg-page-layout-public__footer-card { margin-top: auto; - background: var(--surface-card-group); } /* ========================================================= */ @@ -3729,6 +3728,21 @@ main { background: var(--surface-card); } +.sg-card.sg-card--content-card-dark { + --surface-card: var(--surface-card-group); + --surface-card-body: var(--surface-card-group); + --text-card-body: var(--text-card-header); +} + +.sg-card.sg-card--content-card-dark .sg-card-segment--body { + color: var(--color-font-light); +} + +.sg-card.sg-card--content-card-dark .sg-text-layout-pattern__column, +.sg-card.sg-card--content-card-dark .sg-body { + color: var(--color-font-light); +} + .sg-card.sg-card--overlay-host { overflow: visible; } diff --git a/public/assets/styleguide.upstream.meta.json b/public/assets/styleguide.upstream.meta.json index 985a3d0..cff18d2 100644 --- a/public/assets/styleguide.upstream.meta.json +++ b/public/assets/styleguide.upstream.meta.json @@ -1,7 +1,7 @@ { "styleguideVersion": "2026.05.18.1", - "styleguideCommit": "72ab0f5", - "syncedAtUtc": "2026-06-18T10:22:31Z", + "styleguideCommit": "6f6dd21", + "syncedAtUtc": "2026-06-19T10:46:43Z", "sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide", "mirroredDocsPath": "docs/styleguide" } diff --git a/public/assets/styles.css b/public/assets/styles.css index c950be1..407af6b 100644 --- a/public/assets/styles.css +++ b/public/assets/styles.css @@ -3390,7 +3390,6 @@ main { .sg-page-layout-public__footer-card { margin-top: auto; - background: var(--surface-card-group); } /* ========================================================= */ @@ -3729,6 +3728,21 @@ main { background: var(--surface-card); } +.sg-card.sg-card--content-card-dark { + --surface-card: var(--surface-card-group); + --surface-card-body: var(--surface-card-group); + --text-card-body: var(--text-card-header); +} + +.sg-card.sg-card--content-card-dark .sg-card-segment--body { + color: var(--color-font-light); +} + +.sg-card.sg-card--content-card-dark .sg-text-layout-pattern__column, +.sg-card.sg-card--content-card-dark .sg-body { + color: var(--color-font-light); +} + .sg-card.sg-card--overlay-host { overflow: visible; }