OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/assets/stylesheets/content/_progress_bar.lsg

12 lines
294 B

# Progress Bar
```
<span>
<span style="width: 100px" class="progress-bar">
<span style="width: 40%" class="inner-progress closed"></span>
<span style="width: 20%" class="inner-progress done"></span>
</span>
<span class="progress-bar-legend">60% Total progress</span>
</span>
```