Add typography bullet list component

This commit is contained in:
2026-06-24 11:05:15 +02:00
parent 749b787f53
commit 063c8a678d
2 changed files with 18 additions and 0 deletions
+13
View File
@@ -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);
}