Source: dist/css/library_boot.css, line 8663
10.13 Progress Player Bar
shows users where they left off with the player.
Source: dist/css/library_boot.css, line 8663
shows users where they left off with the player.
Has zero player
50% played
<aside class="bg_secondary-3 h:bg_primary-3 p-x_4 p-y_3 br_radius flex flex_row texture_dust relative">
<a class="expanded-click-area" href="player@[modifier]"><i class="fa fa-play p-x_3 c_primary"></i></a>
<div class="progress w_100 self_center br_black-2 br_solid bg_black-4 br_1 br_round h_0lh font_n4">
<div class="progress-bar bg_accent" role="progressbar" style="width: [modifier]%" aria-valuenow="[modifier]" aria-valuemax="100"></div>
</div>
</aside>