Source: dist/css/library_boot.css, line 8862
10.1.3 Like Buttons
This buttons are used to rate the videos and download the attachments.
Source: dist/css/library_boot.css, line 8862
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>