Sha256: 5802fc5173e02d92e17d14ba399359fd7d594a18d6c7c13f4502890bb84bfb98

Contents?: true

Size: 692 Bytes

Versions: 69

Compression:

Stored size: 692 Bytes

Contents

.direct-uploads {
}

.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

.direct-upload--pending {
  opacity: 0.6;
}

.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}

.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

.direct-upload--error {
  border-color: red;
}

input[type=file][data-direct-upload-url][disabled] {
  display: none;
}

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
effective_bootstrap-0.1.0 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.29 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.28 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.27 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.26 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.25 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.24 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.23 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.22 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.21 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.20 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.19 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.18 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.17 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.16 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.15 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.14 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.13 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.12 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-0.0.11 app/assets/stylesheets/effective_file/input.scss