Add typography bullet list component
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user