Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-27 07:53:59 +02:00
parent f0210157f1
commit 9942256db4
7 changed files with 65 additions and 6 deletions
@@ -130,6 +130,11 @@
color: var(--text-card-header);
}
.sg-card-segment--signal-green-light {
background: var(--color-signal-green-light);
color: var(--text-card-header);
}
.sg-card-segment--signal-yellow {
background: var(--color-signal-yellow);
color: var(--text-card-header);
@@ -147,6 +152,11 @@
--text-card-header: var(--text-card-body);
}
.sg-card.sg-card--notification-signal-green-light {
--text-card-header: var(--color-font-light);
--text-card-body: var(--color-font-light);
}
.sg-card--content-card {
--surface-card-header-primary: var(--surface-content-block-card-title);
--surface-card-body: var(--surface-content-block-card-content);