Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-05 08:08:46 +02:00
parent 896e6bfddb
commit 4c67276645
13 changed files with 1148 additions and 2 deletions
@@ -56,6 +56,10 @@
--score-marker-position: 50%;
}
.sg-score-bar--no-value {
display: block;
}
.sg-score-bar__value {
height: 100%;
border-radius: var(--radius-graph-bar);
@@ -85,6 +89,21 @@
background: transparent;
}
.sg-score-bar__empty-state {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: flex-start;
padding-inline-start: var(--spacing-small);
color: var(--text-chart-default);
font-family: var(--font-family-base);
font-size: var(--font-size-small);
font-weight: var(--font-weight-regular);
line-height: var(--line-height-base);
pointer-events: none;
}
.sg-chart-preview-area {
min-width: var(--layout-object-card-min-width);
max-width: var(--layout-object-card-max-width);