Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-16 20:42:20 +02:00
parent 887ff2a90e
commit 98b179e924
6 changed files with 66 additions and 68 deletions
+3 -18
View File
@@ -3057,7 +3057,7 @@ section + section {
.sg-left-navigation-pattern__layout {
display: flex;
align-items: stretch;
align-items: flex-start;
gap: 0;
width: 100%;
min-width: 0;
@@ -3093,8 +3093,7 @@ section + section {
@media (min-width: 768px) {
.sg-left-navigation-pattern__group-card--navigation .sg-tab-button-group[data-component-variant="linksmenu-items"] {
height: 100%;
justify-content: center;
justify-content: flex-start;
}
}
@@ -3137,21 +3136,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;
@@ -4384,3 +4368,4 @@ section + section {
color: var(--text-typography-preview);
margin-top: 0;
}
+2 -2
View File
@@ -1,7 +1,7 @@
{
"styleguideVersion": "2026.05.18.1",
"styleguideCommit": "8a7b6fa",
"syncedAtUtc": "2026-06-16T12:22:28Z",
"styleguideCommit": "a077731",
"syncedAtUtc": "2026-06-16T18:42:20Z",
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
"mirroredDocsPath": "docs/styleguide"
}
+2 -30
View File
@@ -3057,7 +3057,7 @@ section + section {
.sg-left-navigation-pattern__layout {
display: flex;
align-items: stretch;
align-items: flex-start;
gap: 0;
width: 100%;
min-width: 0;
@@ -3093,7 +3093,6 @@ section + section {
@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 +3136,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 +4247,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 +4295,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 +4305,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 +4368,4 @@ section + section {
color: var(--text-typography-preview);
margin-top: 0;
}