Split object card actions into dedicated bottom segment

This commit is contained in:
2026-05-18 16:12:26 +02:00
parent 5901413211
commit 64b702bdf8
2 changed files with 66 additions and 21 deletions
+6 -1
View File
@@ -1518,6 +1518,11 @@ section + section {
flex: var(--layout-object-card-content-grow) 1 auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
background: var(--color-white);
}
.sg-object-card__actions-segment {
background: var(--color-white);
}
@@ -1532,7 +1537,7 @@ section + section {
display: flex;
gap: var(--spacing-small);
width: 100%;
margin-top: auto;
margin-top: 0;
}
.sg-object-card__action {