Sha256: 21bbbbe02cd5b2d2b5581e2212c990bb4257d92ed98ca8922a0a0808e1b1b68a

Contents?: true

Size: 717 Bytes

Versions: 18

Compression:

Stored size: 717 Bytes

Contents

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 12px;
  background: #29d;

  -webkit-transition: -webkit-transform .3s, width 1s;
  -moz-transition: width 1s;
  -o-transform: width 1s;
  transition: transform .3s, width 1s;

  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);

  pointer-events: none;
}

.pace.pace-active .pace-progress {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

Version data entries

18 entries across 15 versions & 5 rubygems

Version Path
pacejs_rails-0.5.6 app/assets/stylesheets/pace-theme-flat-top.css
pace-rails-0.1.1 vendor/assets/stylesheets/pace/pace-theme-flat-top.css
pace-rails-0.1.0 app/assets/stylesheets/pace/pace-theme-flat-top.css
pace-rails-0.1.0 vendor/assets/stylesheets/pace/pace-theme-flat-top.css
pacejs_rails-0.5.1 app/assets/stylesheets/pace-theme-flat-top.css
pacejs_rails-0.4.17 app/assets/stylesheets/pace-theme-flat-top.css
pacejs_rails-0.4.16 app/assets/stylesheets/pace-theme-flat-top.css
pace-rails-0.0.8 vendor/assets/stylesheets/pace/pace-theme-flat-top.css
pace-rails-0.0.8 app/assets/stylesheets/pace/pace-theme-flat-top.css
pace-cis-0.0.5 app/assets/stylesheets/pace-theme-flat-top.css
cis_pace-0.0.0 app/assets/stylesheets/pace-theme-flat-top.css
pace-rails-0.0.7 app/assets/stylesheets/pace/pace-theme-flat-top.css
pace-rails-0.0.7 vendor/assets/stylesheets/pace/pace-theme-flat-top.css
pace-rails-0.0.6 app/assets/stylesheets/pace/pace-theme-flat-top.css
pacejs_rails-0.4.15 app/assets/stylesheets/pace-theme-flat-top.css
pace_rails-0.0.7 app/assets/stylesheets/pace/pace-theme-flat-top.css
pace-rails-0.0.5 app/assets/stylesheets/pace/pace-theme-flat-top.css
pace_rails-0.0.6 app/assets/stylesheets/pace/flat-top.css