Arches: JACC & UC Only Patterns

Arches:JACC & UC Only Patterns

Multi Product Brand Style System by the American College of Cardiology

Source: dist/css/journal_recipe.css, line 1140

3.1.1.1 Read More Arrow

This stacked incon is used in multiple locations when a user should know their is more to learn or read on another section of the site.

Example

Default styling

<span class="fa-stack font_6 order_2">
        <i class="fa-ellipsis fas fa-stack-1x" aria-hidden="true"></i>
        <i class="fa-chevron-right fa-solid fa-stack-1x" aria-hidden="true" style=" left: 20%; font-size: 115%; "></i>
</span>
Copy Code