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: Online Video Library

Arches:Online Video Library

Multi Product Brand Style System by the American College of Cardiology

Source: dist/css/library_boot.css, line 9035

10.1.3 Like Buttons

This buttons are used to rate the videos and download the attachments.

<ul class="ul_none flex flex_row lowercase flex flex_row gap_2">
    <li class="br_solid br_black-3 br_radius br_1 h:bg_black-3">
        <a class="p-y_3 p-x_4 " href="#"><i class="fal fa-thumbs-up"></i></a>
    </li>
    <li class="br_solid br_black-3 br_radius br_1 h:bg_black-3">
        <a class="p-y_3 p-x_4 " href="#"><i class="fal fa-thumbs-down"></i></a>
    </li>
    <li class="br_solid br_black-3 br_radius br_1 h:bg_black-3 m-l_auto">
        <a class="p-y_3 p-x_4 " href="#"><i class="fal fa-paperclip"></i> Attachments</a>
    </li>
</ul>
Copy Code