diff --git a/docs/styleguide/patterns/object-group-card.html b/docs/styleguide/patterns/object-group-card.html index 348be09..da48c8b 100644 --- a/docs/styleguide/patterns/object-group-card.html +++ b/docs/styleguide/patterns/object-group-card.html @@ -90,7 +90,24 @@ +
+

Pattern: List Group Card

+

Variante: List Group Card, identisch, nur die Höhe ist 600px.

+
+
+ diff --git a/docs/styleguide/styles/23-patterns-object-group-card.css b/docs/styleguide/styles/23-patterns-object-group-card.css index 447c9b0..c0035fc 100644 --- a/docs/styleguide/styles/23-patterns-object-group-card.css +++ b/docs/styleguide/styles/23-patterns-object-group-card.css @@ -13,6 +13,10 @@ height: var(--layout-object-group-card-height); } +.sg-list-group-card--height-600 .sg-object-card[data-pattern="object-group-card"] { + height: var(--layout-object-card-height); +} + @media (max-width: 767px) { .sg-object-card[data-pattern="object-group-card"] { height: auto; diff --git a/public/assets/styleguide.upstream.css b/public/assets/styleguide.upstream.css index bd31103..c4575e5 100644 --- a/public/assets/styleguide.upstream.css +++ b/public/assets/styleguide.upstream.css @@ -2335,6 +2335,10 @@ section + section { height: var(--layout-object-group-card-height); } +.sg-list-group-card--height-600 .sg-object-card[data-pattern="object-group-card"] { + height: var(--layout-object-card-height); +} + @media (max-width: 767px) { .sg-object-card[data-pattern="object-group-card"] { height: auto; diff --git a/public/assets/styleguide.upstream.meta.json b/public/assets/styleguide.upstream.meta.json index 532ba8b..67db2e8 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": "5b2e0ff", - "syncedAtUtc": "2026-06-12T06:53:40Z", + "styleguideCommit": "b989195", + "syncedAtUtc": "2026-06-12T07:02:48Z", "sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide", "mirroredDocsPath": "docs/styleguide" } diff --git a/public/assets/styles.css b/public/assets/styles.css index bd31103..c4575e5 100644 --- a/public/assets/styles.css +++ b/public/assets/styles.css @@ -2335,6 +2335,10 @@ section + section { height: var(--layout-object-group-card-height); } +.sg-list-group-card--height-600 .sg-object-card[data-pattern="object-group-card"] { + height: var(--layout-object-card-height); +} + @media (max-width: 767px) { .sg-object-card[data-pattern="object-group-card"] { height: auto;