/* * Metro UI CSS * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Progress.less */ .progress-bar { height: 5px; width: 100%; margin-bottom: 10px; .bar { float: left; width: 0; background-color: #008287; height: 100%; } .clearfix; }