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
@@ -10,7 +10,7 @@
.sg-left-navigation-pattern__layout {
display: flex;
align-items: stretch;
align-items: flex-start;
gap: 0;
width: 100%;
min-width: 0;
@@ -46,7 +46,6 @@
@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;
}
}
@@ -7,21 +7,6 @@
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;
@@ -198,3 +183,4 @@
margin: 0;
color: var(--text-vsf-drawer-object-card-body);
}