Arches: CardioSmart

Arches:CardioSmart

Multi Product Brand Style System by the American College of Cardiology

Source: dist/css/cardiosmart_boot.css, line 6895

8.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