src/scss/toolkit/ui/progress.scss in titon-toolkit-0.9.4 vs src/scss/toolkit/ui/progress.scss in titon-toolkit-0.10.0

- old
+ new

@@ -1,34 +1,34 @@ /** - * @copyright Copyright 2010-2013, The Titon Project - * @license http://opensource.org/licenses/bsd-license.php - * @link http://titon.io + * @copyright 2010-2013, The Titon Project + * @license http://opensource.org/licenses/bsd-license.php + * @link http://titon.io */ @import "../common"; /** - * <div class="progress"> - * <div class="progress-bar" style="width: 50%">50%</div> - * </div> + * <div class="progress"> + * <div class="progress-bar" style="width: 50%">50%</div> + * </div> */ .progress { - height: 20px; - overflow: hidden; - position: relative; - background: $gray; + height: 20px; + overflow: hidden; + position: relative; + background: $gray; - @include clear-fix; + @include clear-fix; } .progress-bar { - height: 20px; - line-height: 18px; - overflow: hidden; - position: relative; - text-align: center; - font-size: .7rem; - background: $gray-darkest; - float: left; - @include transition(width .6s, background .3s); + height: 20px; + line-height: 18px; + overflow: hidden; + position: relative; + text-align: center; + font-size: .7rem; + background: $gray-darkest; + float: left; + @include transition(width .6s, background .3s); } \ No newline at end of file