Sha256: bbfc4d191c5b70bc1418d9eab4798149d2e46489546b7524b0cea7ff6c6d88d4

Contents?: true

Size: 731 Bytes

Versions: 43

Compression:

Stored size: 731 Bytes

Contents

.dropzone {
  border: 1px dashed $gray-light;
  font-weight: bold;
  height: $padding-large-vertical * 5;
  line-height: $padding-large-vertical * 5;
  text-align: center;
  transition: all 0.3s ease-out;

  &.in {
    background-color: lighten($gray-base, 98%);
    font-size: larger;
    height: $padding-large-vertical * 20;
    line-height: $padding-large-vertical * 20;
  }

  &.hover {
    background-color: $gray-lighter;
    transition: background-color 0.1s ease-out;
  }
}

.files .name span { word-break: break-all; }

.add-batch-work-file-wrapper {
  .add-batch-work-file-row {
    padding-bottom: 10px;
  }

  .resource_type_dropdown {
    margin-bottom: 10px;
  }

  .padding-bottom {
    padding-bottom: 10px;
  }
}

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.5.0 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.4.2 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.4.1 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.4.0 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.3.0 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.2.0 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-2.9.6 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.1.0 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-2.9.5 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.0.2 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.0.1 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.0.0 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.0.0.pre.rc4 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-2.9.4 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-3.0.0.pre.rc3 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-2.9.3 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-2.9.2 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-2.9.1 app/assets/stylesheets/hyrax/_file_upload.scss
hyrax-2.9.0 app/assets/stylesheets/hyrax/_file_upload.scss