Sha256: 3729c432b333cfd8900a51cf0eaa7b9cda1ec108ca9daf7c82026d423529a688
Contents?: true
Size: 796 Bytes
Versions: 2
Compression:
Stored size: 796 Bytes
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; .progress { overflow: hidden; position: relative; background: $gray; &.small .progress-bar { height: 1rem; line-height: .75rem; font-size: $small-size; } &.large .progress-bar { height: 2rem; line-height: 1.75rem; font-size: $large-size; } @include clear-fix; } .progress-bar { height: 1.5rem; line-height: 1.25rem; overflow: hidden; position: relative; text-align: center; font-size: $medium-size; background: $gray-darkest; float: left; @include transition(width .6s, background $progress-transition); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-1.0.0.rc.2 | scss/toolkit/components/progress.scss |
titon-toolkit-1.0.0.rc1 | scss/toolkit/components/progress.scss |