7.3 #permalink Thermometer

Toggle example guides Toggle HTML markup

A "thermometer" displaying the partial progress of an accumulating value (such as a project's funding level toward its goal).

The macro takes two arguments: the amount raised and the amount remaining

Example
 
Markup
  <div class="thermometer box_topMargin3">
    <div class="thermometer-percentRaised" style="width: 60%;">&nbsp;</div>
  </div>
Source: modules/07_large_elements/thermometer.less, line 4