Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-12 08:53:40 +02:00
parent ebe0e59efc
commit 4c7322cfbd
9 changed files with 43 additions and 11 deletions
@@ -10,6 +10,13 @@
flex: 1 1 var(--layout-object-group-card-min-width);
min-width: var(--layout-object-group-card-min-width);
max-width: var(--layout-object-group-card-max-width);
height: var(--layout-object-group-card-height);
}
@media (max-width: 767px) {
.sg-object-card[data-pattern="object-group-card"] {
height: auto;
}
}
.sg-object-group-card__hint {