Split object card actions into dedicated bottom segment
This commit is contained in:
+6
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user