HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/less/plugins/dropzone.less
.drop-box {
    background: white;
    border: 1px dashed @border-color;
    width: 100%;
    text-align: center;
    padding: 1.563rem @gutter;
    margin-bottom: @gutter;
}
.dragover {
    border-color: @brand-primary;
}

.dropzone {
  background: white;
  border-width: 1px;
  border-color: @brand-dark;
  border-style: dashed;
  .rounded(@border-radius-base);
  display: table;
  width: 100%;
  padding: 0;
  .dz-message {
    display: table-cell;
    vertical-align: middle;
  }
  .dz-preview.dz-file-preview .dz-image {
    .rounded(@border-radius-base);
    background: @brand-default;
  }
  .dz-preview .dz-error-message {
    background: @brand-danger;
    .rounded(@border-radius-base);
  }
  .dz-preview .dz-error-message:after {
    border-bottom-color: @brand-danger;
  }
  .dz-preview .dz-progress {
    border-color: @border-color;
  }
  .dz-preview .dz-progress .dz-upload {
    background: @brand-primary;
  }
  .dz-preview .dz-details .dz-filename:hover span {
    border-color: @border-color;
  }
  .dz-preview .dz-details .dz-filename span,
  .dz-preview .dz-details .dz-size span {
    .rounded(@border-radius-base);
  }
}

.my-drop-zone {
  border: dashed 1px @text-color;
  .rounded(@border-radius-base);
  min-height: 1.25rem;
  padding: 1.188rem;
  margin-bottom: @padding-base;
  background-color: white;
}

.nv-file-over {
  border-color: @brand-danger;
}

.another-file-over-class {
  border-color: @brand-success;
}