{"version":3,"sources":["drag-file.css"],"names":[],"mappings":"AAAA;EACE,cAAc;EACd,gBAAgB,EAAE;EAClB;IACE,aAAa;IACb,gBAAgB,EAAE;IAClB;MACE,mBAAmB,EAAE;EACzB;IACE,aAAa;IACb,mBAAmB;IACnB,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,0BAAoB;QAApB,uBAAoB;YAApB,oBAAoB;IACpB,qCAA6B;IAA7B,gCAA6B;IAA7B,6BAA6B;IAC7B,gBAAgB,EAAE;IAClB;MACE,sBAAsB;MACtB,YAAY,EAAE;EAClB;IACE,yBAAyB,EAAE","file":"drag-file.css","sourcesContent":[".drag-file-input {\n  height: 100px;\n  cursor: pointer; }\n  .drag-file-input input {\n    height: 100%;\n    cursor: pointer; }\n    .drag-file-input input.hover + label {\n      border-color: #333; }\n  .drag-file-input label {\n    height: 100%;\n    text-align: center;\n    display: flex;\n    align-items: center;\n    transition: border-color .3s;\n    cursor: pointer; }\n    .drag-file-input label > span {\n      display: inline-block;\n      width: 100%; }\n  .drag-file-input label::after {\n    content: none !important; }\n"]}