Arches: Virtual ACC

Arches:Virtual ACC

Multi Product Brand Style System by the American College of Cardiology

Source: dist/css/virtual_boot.css, line 8812

13.8.2 No Location Faculty List

When you list non-event areas like Posters, and Abstracts the list removes the location of the person.

Data.Faculty.FullName - Full Name
Sub Components in Design:

    Example s

    block

    use block on the role type label to stack the faculty names.

    • Role Type 1:
    • Pepper H. Soda III, MD, FACC
    • Role Type 2:
    • Dianna Denesik III
    • Miguel Romaguera
    • Jeanette Franecki

    inline-block

    use inline-block on the role type label to keep all the faculty in wrapping single line.

    • Role Type 1:
    • Pepper H. Soda III, MD, FACC
    • Role Type 2:
    • Dianna Denesik III
    • Miguel Romaguera
    • Jeanette Franecki
    <ul class="ul_inline-semicolon font_regular font_copy">
      <li class="no-after font_medium c_primary-n1 [modifier]">Role Type 1:</li>
      <li>Pepper H. Soda III, MD, FACC</li>
      <li class="no-after font_medium c_primary-n1  [modifier]">Role Type 2:</li>
      <li>Dianna Denesik III</li>
      <li>Miguel Romaguera</li>
      <li>Jeanette Franecki</li>
    </ul>
    Copy Code