Add typography bullet list component
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
<h1 class="sg-heading-h1" data-component-part="heading-h1">H1 Überschrift</h1>
|
||||
<h2 class="sg-heading-h2" data-component-part="heading-h2">H2 Überschrift</h2>
|
||||
<p class="sg-body" data-component-part="body-text">Body / Fließtext</p>
|
||||
<ul class="sg-bullet-list" data-component-part="bullet-list">
|
||||
<li>Bullet List Eintrag 1</li>
|
||||
<li>Bullet List Eintrag 2</li>
|
||||
<li>Bullet List Eintrag 3</li>
|
||||
</ul>
|
||||
<p class="sg-strong" data-component-part="strong-text">Strong / hervorgehobener Text</p>
|
||||
<p class="sg-section-title" data-component-part="section-title">Section Title</p>
|
||||
<p class="sg-bar-label" data-component-part="bar-label">Bar Label</p>
|
||||
|
||||
Reference in New Issue
Block a user