Sync styleguide 2026.05.18.1
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
background: var(--surface-options-row);
|
||||
}
|
||||
|
||||
.sg-options-row--left-only {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.sg-options-row__left,
|
||||
.sg-options-row__right {
|
||||
display: flex;
|
||||
@@ -73,6 +77,20 @@
|
||||
box-shadow: inset 0 1px 0 var(--divider-options-row-mobile);
|
||||
}
|
||||
|
||||
.sg-options-row--left-only {
|
||||
flex-direction: row;
|
||||
gap: var(--layout-options-row-main-gap);
|
||||
padding:
|
||||
var(--card-segment-padding-vertical)
|
||||
var(--layout-page-content-inset-inline);
|
||||
}
|
||||
|
||||
.sg-options-row--left-only .sg-options-row__left {
|
||||
order: 0;
|
||||
padding: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.sg-options-row__left > .sg-pulldown-demo,
|
||||
.sg-options-row__left > .sg-input-single-line-wrap,
|
||||
.sg-options-row__left > .sg-search-field-row {
|
||||
@@ -161,4 +179,3 @@
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user