Add multisegment card component example

This commit is contained in:
2026-05-18 19:40:04 +02:00
parent ecc982a2b3
commit e70ac7dbe8
2 changed files with 39 additions and 0 deletions
+8
View File
@@ -1906,6 +1906,14 @@ section + section {
background: var(--surface-card-header-muted);
}
.sg-card-segment--gray {
background: var(--surface-card-body);
}
.sg-card-segment--white {
background: var(--surface-object-card-lower-segment);
}
.sg-card--content-card {
--surface-card-header-primary: var(--surface-content-block-card-title);
--surface-card-body: var(--surface-content-block-card-content);