From 67674e1ae14f2aa8209cc9251db27f8b761f93d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 24 Jun 2026 17:12:19 +0200 Subject: [PATCH] Sync styleguide 2026.05.18.1 --- docs/styleguide/styles/40-components-cards.css | 1 + public/assets/styleguide.upstream.css | 1 + public/assets/styleguide.upstream.meta.json | 4 ++-- public/assets/styles.css | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/styleguide/styles/40-components-cards.css b/docs/styleguide/styles/40-components-cards.css index 71cea2c..0effbcf 100644 --- a/docs/styleguide/styles/40-components-cards.css +++ b/docs/styleguide/styles/40-components-cards.css @@ -41,6 +41,7 @@ .sg-card.sg-card--footer-card { --surface-card: var(--color-black); --surface-card-body: var(--color-black); + margin-top: calc(var(--spacing-large) * 2); } .sg-card.sg-card--footer-card .sg-card-segment--body, diff --git a/public/assets/styleguide.upstream.css b/public/assets/styleguide.upstream.css index 15759f2..fe6b25e 100644 --- a/public/assets/styleguide.upstream.css +++ b/public/assets/styleguide.upstream.css @@ -3829,6 +3829,7 @@ main { .sg-card.sg-card--footer-card { --surface-card: var(--color-black); --surface-card-body: var(--color-black); + margin-top: calc(var(--spacing-large) * 2); } .sg-card.sg-card--footer-card .sg-card-segment--body, diff --git a/public/assets/styleguide.upstream.meta.json b/public/assets/styleguide.upstream.meta.json index e1c6145..eab8071 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": "24d09c5", - "syncedAtUtc": "2026-06-24T14:57:55Z", + "styleguideCommit": "04565a9", + "syncedAtUtc": "2026-06-24T15:12:19Z", "sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide", "mirroredDocsPath": "docs/styleguide" } diff --git a/public/assets/styles.css b/public/assets/styles.css index 15759f2..fe6b25e 100644 --- a/public/assets/styles.css +++ b/public/assets/styles.css @@ -3829,6 +3829,7 @@ main { .sg-card.sg-card--footer-card { --surface-card: var(--color-black); --surface-card-body: var(--color-black); + margin-top: calc(var(--spacing-large) * 2); } .sg-card.sg-card--footer-card .sg-card-segment--body,