Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-24 11:18:21 +02:00
parent 6ccfdb0fb5
commit 1f30c8c1aa
7 changed files with 58 additions and 14 deletions
@@ -15,3 +15,16 @@
color: var(--text-typography-preview);
margin-top: 0;
}
.sg-bullet-list {
margin: 0;
padding-inline-start: var(--spacing-large);
color: var(--text-typography-preview);
font-family: var(--font-family-base);
font-size: var(--font-size-base);
line-height: var(--line-height-base);
}
.sg-bullet-list li + li {
margin-top: var(--spacing-small);
}