Update cards component labels and add content card example

This commit is contained in:
2026-05-18 17:41:20 +02:00
parent 331af1146b
commit c5ed75c20f
2 changed files with 34 additions and 6 deletions
+7
View File
@@ -1894,6 +1894,13 @@ section + section {
background: var(--surface-card-header-muted);
}
.sg-card--content-card {
--surface-card-header-primary: var(--surface-content-block-card-title);
--surface-card-body: var(--surface-content-block-card-content);
--text-card-header: var(--text-content-block-card-title);
--text-card-body: var(--text-content-block-card-content);
}
.sg-card-segment + .sg-card-segment {
box-shadow: inset 0 1px 0 var(--divider-card-segment);
}