Move drawer controls from options row into single gray card segment
This commit is contained in:
@@ -2139,6 +2139,18 @@ section + section {
|
||||
color: var(--text-portal-header-tab);
|
||||
}
|
||||
|
||||
.sg-vsf-drawer-controls-card {
|
||||
--surface-card-body: var(--surface-card-segment-neutral);
|
||||
}
|
||||
|
||||
.sg-card-segment.sg-vsf-drawer-controls-row {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: var(--spacing-small);
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.sg-vsf-drawer-object-card__heading {
|
||||
color: var(--text-vsf-drawer-object-card-heading);
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user