Revert recent repo changes

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