2.c301f1a7.chunk.css.map 3.8 KB

1
  1. {"version":3,"sources":["styles.css"],"names":[],"mappings":"AAAA,cACE,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,UAAW,CACX,gBAAiB,CACjB,eAAgB,CAChB,aAAc,CACd,iBAAkB,CAClB,qBAAsB,CACtB,0BAA2B,CAC3B,wBAAyB,CACzB,iBACF,CAEA,oBACE,wBAAyB,CACzB,oBACF,CAEA,sBACE,UACF,CAEA,6BACE,YACF,CAEA,WACE,YACF,CAEA,gBAIE,iBAAkB,CAClB,KAAM,CACN,QAAS,CACT,MAAO,CACP,OAAQ,CAER,cAMF,CAEA,yCAjBE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CAMnB,kCAAoC,CAEpC,eAAgB,CAChB,aAAc,CACd,iCAAkC,CAClC,kCAAmC,CACnC,cAsBF,CAnBA,yBAIE,qBAAsB,CACtB,cAAe,CACf,eAAgB,CAChB,wBAAyB,CAEzB,WAAY,CAEZ,iBAAkB,CAClB,cAAe,CAEf,eAAgB,CAChB,cAIF,CAEA,sBACE,eAAgB,CAEhB,kBAAmB,CAEnB,6BAA8B,CAC9B,iBAAkB,CAClB,UAAW,CACX,eAAgB,CAChB,SAAU,CACV,+BAAgC,CAChC,qBACF,CAEA,kDAZE,YAAa,CAEb,kBAaF,CAEA,qBACE,kCAAoC,CACpC,cAAe,CACf,eAAgB,CAChB,UACF,CAEA,kBACE,UAAW,CACX,eAAgB,CAChB,eAAgB,CAChB,iBACF,CAEA,mBACE,yBAA0B,CAC1B,uBAA2B,CAC3B,2BAA4B,CAC5B,UAAW,CACX,WAAY,CACZ,cAAe,CACf,UAAY,CACZ,mBACF,CAEA,2BACE,aAAc,CACd,SACF,CAEA,kBACE,cAAe,CACf,eAAgB,CAChB,wBAAyB,CACzB,WAAY,CACZ,iBAAkB,CAClB,kCAAoC,CACpC,cAAe,CACf,eAAgB,CAChB,UAAW,CACX,iCAAkC,CAClC,kCAAmC,CACnC,cACF,CAEA,2BACE,wBAAyB,CACzB,UAAc,CACd,YACF","file":"2.c301f1a7.chunk.css","sourcesContent":[".dzu-dropzone {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n min-height: 120px;\n overflow: scroll;\n margin: 0 auto;\n position: relative;\n box-sizing: border-box;\n transition: all .15s linear;\n border: 2px solid #d9d9d9;\n border-radius: 4px;\n}\n\n.dzu-dropzoneActive {\n background-color: #DEEBFF;\n border-color: #2484FF;\n}\n\n.dzu-dropzoneDisabled {\n opacity: 0.5;\n}\n\n.dzu-dropzoneDisabled *:hover {\n cursor: unset;\n}\n\n.dzu-input {\n display: none;\n}\n\n.dzu-inputLabel {\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n font-family: 'Helvetica', sans-serif;\n font-size: 20px;\n font-weight: 600;\n color: #2484FF;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n cursor: pointer;\n}\n\n.dzu-inputLabelWithFiles {\n display: flex;\n justify-content: center;\n align-items: center;\n align-self: flex-start;\n padding: 0 14px;\n min-height: 32px;\n background-color: #E6E6E6;\n color: #2484FF;\n border: none;\n font-family: 'Helvetica', sans-serif;\n border-radius: 4px;\n font-size: 14px;\n font-weight: 600;\n margin-top: 20px;\n margin-left: 3%;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n cursor: pointer;\n}\n\n.dzu-previewContainer {\n padding: 40px 3%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n position: relative;\n width: 100%;\n min-height: 60px;\n z-index: 1;\n border-bottom: 1px solid #ECECEC;\n box-sizing: border-box;\n}\n\n.dzu-previewStatusContainer {\n display: flex;\n align-items: center;\n}\n\n.dzu-previewFileName {\n font-family: 'Helvetica', sans-serif;\n font-size: 14px;\n font-weight: 400;\n color: #333333;\n}\n\n.dzu-previewImage {\n width: auto;\n max-height: 40px;\n max-width: 140px;\n border-radius: 4px;\n}\n\n.dzu-previewButton {\n background-size: 14px 14px;\n background-position: center;\n background-repeat: no-repeat;\n width: 14px;\n height: 14px;\n cursor: pointer;\n opacity: 0.9;\n margin: 0 0 2px 10px;\n}\n\n.dzu-submitButtonContainer {\n margin: 24px 0;\n z-index: 1;\n}\n\n.dzu-submitButton {\n padding: 0 14px;\n min-height: 32px;\n background-color: #2484FF;\n border: none;\n border-radius: 4px;\n font-family: 'Helvetica', sans-serif;\n font-size: 14px;\n font-weight: 600;\n color: #FFF;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n cursor: pointer;\n}\n\n.dzu-submitButton:disabled {\n background-color: #E6E6E6;\n color: #333333;\n cursor: unset;\n}\n"]}