This Documentation is Moved!

This is currently being depreciated. Please visited the new location for the styleguide at https://assets.acc.org/Arches/Latest/docs/

Arches: Virtual ACC

Arches:Virtual ACC

Multi Product Brand Style System by the American College of Cardiology

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

13.7.2 No Location Faculty List

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

Sub Components in Design:

Example s

Default styling

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

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