Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-19 12:46:43 +02:00
parent 821b480ecc
commit ee8f4225a7
7 changed files with 75 additions and 14 deletions
+15 -1
View File
@@ -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;
}