Sha256: 89ea13cfaf68c1621619d05f062be675b8094456cdb970d1a700257bce9c3afe

Contents?: true

Size: 564 Bytes

Versions: 7

Compression:

Stored size: 564 Bytes

Contents

/* Table of Contents
==================================================
#Progress */

/* #Progress
================================================== */
.progress {
  background: rgba(236,238,241,1);
  border-radius: 500px;
  height: 25px;
  overflow: hidden;
}
.progress .bar {
  background: rgba(79,148,210,1);
  box-sizing: border-box;
  color: rgba(255,255,255,1);
  float: left;
  font-size: 13px;
  height: 100%;
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
  text-align: center;
  width: 0;
}
.progress-mini { height: 8px; }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flashgrid-1.3.0 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.2.0 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.1.2 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.1.1 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.1.0 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.22 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.21 vendor/assets/stylesheets/progress.css.scss