Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-17 13:45:35 +02:00
parent cec14b71f6
commit 3cd2ced365
8 changed files with 90 additions and 71 deletions
+10 -31
View File
@@ -869,6 +869,7 @@ section + section {
flex-direction: column;
gap: var(--spacing-small);
min-width: 0;
width: 100%;
max-width: var(--layout-form-input-field-max-width);
}
@@ -2431,7 +2432,7 @@ section + section {
}
.sg-form-sections-card__actions-segment {
margin-top: calc(var(--spacing-large) - var(--card-segment-padding-vertical));
margin-top: var(--spacing-large);
padding: 0;
}
@@ -3057,7 +3058,7 @@ section + section {
.sg-left-navigation-pattern__layout {
display: flex;
align-items: stretch;
align-items: flex-start;
gap: 0;
width: 100%;
min-width: 0;
@@ -3091,9 +3092,14 @@ section + section {
flex: 1 1 auto;
}
.sg-left-navigation-pattern__group-card--content .sg-group-card__heading {
flex: 0 1 auto;
width: auto;
margin-left: 0;
}
@media (min-width: 768px) {
.sg-left-navigation-pattern__group-card--navigation .sg-tab-button-group[data-component-variant="linksmenu-items"] {
height: 100%;
justify-content: flex-start;
}
}
@@ -3137,21 +3143,6 @@ section + section {
flex-direction: column;
}
.sg-card-list-page-drawer-backdrop {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.45);
opacity: 0;
pointer-events: none;
transition: opacity 220ms ease;
z-index: 999;
}
.sg-card-list-page-drawer-backdrop[data-open="true"] {
opacity: 1;
pointer-events: auto;
}
.sg-card-list-page-drawer {
position: fixed;
top: 0;
@@ -4263,10 +4254,6 @@ section + section {
width: 100%;
}
.sg-large-table--bestellungen .sg-large-table__row {
grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(8.5rem, max-content);
}
.sg-large-table__title-segment {
flex-direction: row;
align-items: center;
@@ -4315,10 +4302,6 @@ section + section {
white-space: normal;
}
.sg-large-table--bestellungen .sg-large-table__cell--amount {
text-align: right;
}
.sg-large-table__load-more-layout {
width: 100%;
max-width: 100%;
@@ -4329,11 +4312,6 @@ section + section {
padding: 0;
}
.sg-large-table--bestellungen .sg-large-table__cell--amount .sg-large-table__sort-button {
justify-content: flex-end;
text-align: right;
}
.sg-large-table__sort-button {
display: flex;
align-items: center;
@@ -4397,3 +4375,4 @@ section + section {
color: var(--text-typography-preview);
margin-top: 0;
}