Arches: ACC & Bootstrap

Arches:ACC & Bootstrap

Multi Product Brand Style System by the American College of Cardiology

Source: dist/css/acc_boot.css, line 9276

6.4.2.1.2 Learning Domain Tags
experimental

This component displays the different learning domains that are related to an educational topic. It is usually found at the bottom of an EDU Card.

Example

Default styling

caution:
This item is not finalized and might be subject to change
<aside class="bg_black-2 br-t_1 br_black-2 br_solid p_3 z_2 relative">
    <ul class="ul_inline-pipe ul_list-comma ul_none font-size_down-2">
        <li class="font_bold no-after">Learning Domain:</li>
        <li data-item="LearningDomainType">Cognitive Knowledge Skill</li>
        <li data-item="LearningDomainType">Interprofessional Collaborative Team Skills</li>
    </ul>
</aside>
Copy Code