Sha256: 4798c119d6e0a318c379a7406e07410dc9207211b7a5f447775aaa1fa8310b92

Contents?: true

Size: 576 Bytes

Versions: 43

Compression:

Stored size: 576 Bytes

Contents

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

/* #Progress
================================================== */
.progress {
  background-color: rgba(236,238,241,1);
  border-radius: 500px;
  height: 25px;
  overflow: hidden;
}
.progress .bar {
  background-color: 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

43 entries across 43 versions & 3 rubygems

Version Path
flashgrid-1.0.20 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.19 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.18 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.17 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.16 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.15 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.14 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.13 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.12 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.11 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.10 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.9 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.8 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.7 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.6 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.5 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.4 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.3 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.2 vendor/assets/stylesheets/progress.css.scss
flashgrid-1.0.1 vendor/assets/stylesheets/progress.css.scss