Sha256: c8f0ecd8f5be6fb399464fd488d8b6eb502f92f85ac4685dda11c8461874a77a

Contents?: true

Size: 960 Bytes

Versions: 2

Compression:

Stored size: 960 Bytes

Contents

@import "dropzone";

/* ******************************************
** NITRO Adjustments to vendored dropzone.css
******************************************** */
.dropzone {
  border-radius: 8px;
  background-color: $light-grey;
  border: dotted 5px $medium-grey;
  color: $medium-dark-grey;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
  min-height: auto;

  .dz-message {
    text-align: center;
    margin: 1.5em;
  }

  &.dz-drag-hover {
    background-color: $light-yellow;
  }

  .dz-preview {
    margin: 0.6em;

    &.dz-image-preview {
      background-color: transparent;
    }

    .dz-image {
      border-radius: 4px;
    }

    .dz-details {
      padding: 2em 0;
    }

    .dz-progress {
      border: 1px solid $power-green;
      bottom: 25%;
      margin-left: -50px;
      top: unset;
      width: 100px;

      .dz-upload {
        background: $power-green;
      }
    }

    .dz-error-message {
      top: 150px;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro_sg-3.0.2 sass-mixins/vendor/_nitro-dropzone.scss
nitro_sg-3.0.1 sass-mixins/vendor/_nitro-dropzone.scss