{"version":3,"names":[],"mappings":"","sources":["ng-dropzone.css"],"sourcesContent":["/*\r\n * Beautify Dropzone\r\n *\r\n * @author Uday Hiwarale <uhiwarale@gmail.com>\r\n * https://www.github.com/thatisuday/ngDropzone\r\n *\r\n * Remove huge border radius, odd colors\r\n * Remove unnecessary preview elements like size, name etc.\r\n * Use .md, .sm, .xs classes with .dropzone class for smaller thumbnail previews\r\n * * * * * * * * * * * * * * *\r\n * Make sure you set font family property in body else add below style to your dropzones\r\n * font-family:sans-serif;\r\n**/\n.dropzone {\n  position: relative;\n  padding: 5px;\n  cursor: pointer;\n  border: 1px solid #eee;\n  /* Drop message */\n  /* Preview */ }\n  .dropzone .dz-message {\n    margin: 0;\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    -moz-transform: translate(-50%, -50%);\n    -webkit-transform: translate(-50%, -50%);\n    font-weight: 300;\n    color: #999;\n    font-size: 12px;\n    text-transform: uppercase; }\n  .dropzone .dz-preview {\n    margin: 5px;\n    min-height: auto;\n    /* Preview image */\n    /* Preview info */\n    /* Progress */\n    /* Callback icons */\n    /* Error */\n    /* Remove file */ }\n    .dropzone .dz-preview.dz-file-preview .dz-image {\n      border-radius: 3px; }\n    .dropzone .dz-preview .dz-image {\n      border-radius: 3px; }\n    .dropzone .dz-preview .dz-size,\n    .dropzone .dz-preview .dz-filename {\n      display: none; }\n    .dropzone .dz-preview .dz-progress {\n      left: 0;\n      width: 90%;\n      border-radius: 3px;\n      margin-left: 5%;\n      margin-right: 5%; }\n      .dropzone .dz-preview .dz-progress .dz-upload {\n        background: #8BC34A;\n        background: -webkit-linear-gradient(top, #E6EE9C, #8BC34A);\n        background: linear-gradient(to bottom, #E6EE9C, #8BC34A); }\n    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {\n      margin: 0;\n      width: 100%;\n      height: 100%; }\n      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {\n        position: absolute;\n        margin-top: -6px;\n        width: 50%;\n        height: 50%;\n        transform: translate(-50%, -50%);\n        -moz-transform: translate(-50%, -50%);\n        -webkit-transform: translate(-50%, -50%); }\n    .dropzone .dz-preview.dz-error .dz-error-message {\n      top: auto;\n      left: 0;\n      font-size: 12px;\n      font-weight: 300;\n      line-height: 14px;\n      border-radius: 3px;\n      background: #FF9800;\n      background: -webkit-linear-gradient(top, #FFA726, #FF9800);\n      background: linear-gradient(to bottom, #FFA726, #FF9800);\n      text-align: center;\n      margin-top: 10px;\n      margin-left: -10px; }\n    .dropzone .dz-preview.dz-error .dz-error-message:after {\n      border-bottom: 6px solid #FF9800; }\n    .dropzone .dz-preview .dz-remove {\n      position: absolute;\n      bottom: 0;\n      width: 100%;\n      color: #fff;\n      font-size: 11px;\n      padding: 3px 0;\n      background-color: rgba(100, 100, 100, 0.5);\n      font-weight: 300;\n      z-index: 10;\n      text-transform: uppercase;\n      white-space: nowrap;\n      overflow: hidden;\n      text-decoration: none; }\n  .dropzone.md .dz-preview .dz-image {\n    width: 100px;\n    height: 100px; }\n  .dropzone.md .dz-preview.dz-error .dz-error-message {\n    margin-left: -20px; }\n  .dropzone.sm .dz-preview .dz-image {\n    width: 80px;\n    height: 80px; }\n  .dropzone.sm .dz-preview.dz-error .dz-error-message {\n    margin-left: -30px; }\n  .dropzone.sm .dz-preview .dz-remove {\n    font-size: 10px; }\n  .dropzone.xs .dz-preview .dz-image {\n    width: 60px;\n    height: 60px; }\n  .dropzone.xs .dz-preview.dz-error .dz-error-message {\n    margin-left: -40px; }\n  .dropzone.xs .dz-preview .dz-remove {\n    font-size: 9px; }\n"],"file":"ng-dropzone.min.css"}