Sha256: 8321a3c71d8f7ef5272141ade909a9385b0c4967a4cb6ad5da9dbf5e1dc891a7

Contents?: true

Size: 1.42 KB

Versions: 22

Compression:

Stored size: 1.42 KB

Contents

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

/* #Progress
================================================== */
@-webkit-keyframes progressBarStripes {
  from { background-position: 40px 0; }
  to   { background-position: 0 0; }
}
@keyframes progressBarStripes {
  from { background-position: 40px 0; }
  to   { background-position: 0 0; }
}
.progress {
  background: rgba(245,248,250,1);
  border-radius: 500px;
  height: 25px;
  overflow: hidden;
}
.progress .bar {
  background: rgba(15,135,226,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 .bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress .bar-striped.active {
  -webkit-animation: progressBarStripes 2s linear infinite;
          animation: progressBarStripes 2s linear infinite;
}
.progress-mini { height: 8px; }

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
flashgrid-4.0.7 vendor/assets/stylesheets/progress.css.scss
flashgrid-4.0.6 vendor/assets/stylesheets/progress.css.scss
flashgrid-4.0.5 vendor/assets/stylesheets/progress.css.scss
flashgrid-4.0.4 vendor/assets/stylesheets/progress.css.scss
flashgrid-4.0.3 vendor/assets/stylesheets/progress.css.scss
flashgrid-4.0.2 vendor/assets/stylesheets/progress.css.scss
flashgrid-4.0.1 vendor/assets/stylesheets/progress.css.scss
flashgrid-4.0.0 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.6.0 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.5.2 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.5.1 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.5.0 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.4.5 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.4.1 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.4.0 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.3.2 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.3.1 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.3.0 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.2.1 vendor/assets/stylesheets/progress.css.scss
flashgrid-3.2.0 vendor/assets/stylesheets/progress.css.scss