Sha256: dafb4d16aff08cae25cb7b642b5dae6309b26e474d44ecdaff260ee919ce6118

Contents?: true

Size: 851 Bytes

Versions: 32

Compression:

Stored size: 851 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: $success;
  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: $danger;
}

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

// Attachments
table.effective_file_attachments {
  img { max-width: 128px; max-height: 128px;}
}

input.form-control-file { padding-bottom: 2.75rem; }

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
effective_bootstrap-1.19.13 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.12 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.11 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.10 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.9 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.8 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.7 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.6 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.5 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.4 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.3 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.2 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.1 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.19.0 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.18.7 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.18.4 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.18.3 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.18.2 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.18.1 app/assets/stylesheets/effective_file/input.scss
effective_bootstrap-1.18.0 app/assets/stylesheets/effective_file/input.scss