Sync styleguide 2026.05.18.1
This commit is contained in:
@@ -2019,6 +2019,10 @@ section + section {
|
||||
background: var(--surface-options-row);
|
||||
}
|
||||
|
||||
.sg-options-row--left-only {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.sg-options-row__left,
|
||||
.sg-options-row__right {
|
||||
display: flex;
|
||||
@@ -2063,6 +2067,20 @@ section + section {
|
||||
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 {
|
||||
@@ -2152,7 +2170,6 @@ section + section {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* ========================================================= */
|
||||
/* Patterns: Object Card */
|
||||
/* ========================================================= */
|
||||
|
||||
Reference in New Issue
Block a user