Below are the definitions that you need to use for all lists on our CMS. Right now, only the unordered list has been designed.
Our list definitions is only based on light themes and only one type of list has been defined at the moment.
Different types for lists are available, however we have only designed the unordered list for light themes.
The unordered list should look like this on light themes.
<ul class="msds-ul msds-text-body-1">
<li class="msds-ul__item">List default</li>
<li class="msds-ul__item">Number two item</li>
<li class="msds-ul__item">awdawd</li>
<li class="msds-ul__item">Number four item
<ul class="msds-ul">
<li class="msds-ul__item">Level 2 item</li>
<li class="msds-ul__item">Level 2 item</li>
<li class="msds-ul__item">Billy</li>
<li class="msds-ul__item">Bob</li>
</ul>
</li>
</ul>