Sha256: b46d05e7b7e16271046fe79e80f83cd12ea80e57827bf1bc2b8cd21d3ea1acb8

Contents?: true

Size: 665 Bytes

Versions: 2

Compression:

Stored size: 665 Bytes

Contents

/**
 * @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>
 */

.progress {
    height: 20px;
    overflow: hidden;
    position: relative;
    background: $gray;

    @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);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
titon-toolkit-0.11.1 scss/toolkit/ui/progress.scss
titon-toolkit-0.11.0 scss/toolkit/ui/progress.scss