qr-fileshare
Version:
Quickly transfer files to a different device via a web interface
1 lines • 5.13 kB
Source Map (JSON)
{"version":3,"sources":["C:/Users/shive/Desktop/webdev/qr-fileshare/client/src/C:/Users/shive/Desktop/webdev/qr-fileshare/client/src/index.css","main.9dd6cc0e.chunk.css","C:/Users/shive/Desktop/webdev/qr-fileshare/client/src/styles/C:/Users/shive/Desktop/webdev/qr-fileshare/client/src/styles/TopBar.css","C:/Users/shive/Desktop/webdev/qr-fileshare/client/src/styles/C:/Users/shive/Desktop/webdev/qr-fileshare/client/src/styles/FileCard.css","C:/Users/shive/Desktop/webdev/qr-fileshare/client/src/styles/C:/Users/shive/Desktop/webdev/qr-fileshare/client/src/styles/FileList.css"],"names":[],"mappings":"AAAA,KACE,QAAA,CACA,SAAA,CACA,aAAA,CACA,6BCCF,CCLA,QACI,WAAA,CACA,YAAA,CACA,qBAAA,CACA,sBDQJ,CCLA,YACI,cAAA,CACA,eAAA,CACA,UAAA,CACA,mBDQJ,CCLA,cACI,eAAA,CACA,gBAAA,CACA,aAAA,CACA,yBAAA,CACA,cDQJ,CCLA,oBACI,UDQJ,CCLA,QACI,iBAAA,CACA,OAAA,CACA,QAAA,CACA,YAAA,CACA,sCAAA,CAAA,8BAAA,CACA,eDSJ,CEzCA,UACI,WAAA,CACA,WAAA,CACA,YF2CJ,CExCA,gBACI,cF2CJ,CExCA,kBACI,YAAA,CACA,sBAAA,CACA,qBF2CJ,CExCA,iBACI,aF2CJ,CExCA,yBACI,YAAA,CACA,sBAAA,CACA,qBAAA,CACA,eAAA,CACA,UF2CJ,CExCA,cACI,iBAAA,CACA,SF2CJ,CExCA,eACI,UAAA,CACA,WF2CJ,CGxEA,6BALI,SAAA,CACA,cAAA,CACA,mCAAA,CAAA,2BH2FJ,CGxFA,eACI,YAAA,CAGA,qBHoFJ,CG9EA,uBACI,kBAAA,CACA,UAAA,CACA,UAAA,CACA,iBAAA,CACA,UHiFJ","file":"main.9dd6cc0e.chunk.css","sourcesContent":["body {\r\n margin: 0;\r\n padding: 0;\r\n color: #212121;\r\n font-family: 'Roboto', sans-serif;\r\n}\r\n","body {\r\n margin: 0;\r\n padding: 0;\r\n color: #212121;\r\n font-family: 'Roboto', sans-serif;\r\n}\r\n\n#topBar {\r\n height: 20vh;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n}\r\n\r\n#topBarHead {\r\n margin-left: 5%;\r\n font-weight: 300;\r\n color: #FFF;\r\n margin-bottom: 0.5rem;\r\n}\r\n\r\n#topBarQrLink {\r\n font-size: 0.8rem;\r\n margin-left: 5.5%;\r\n color: #F1F1F1;\r\n transition: color 0.2s ease;\r\n cursor: pointer;\r\n}\r\n\r\n#topBarQrLink:hover {\r\n color: #FFF;\r\n}\r\n\r\n#qrCode {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n height: 20rem;\r\n -webkit-transform: translate(-50%, -50%);\r\n transform: translate(-50%, -50%);\r\n background: #FFF;\r\n}\n.fileCard {\r\n height: 100%;\r\n z-index: -10;\r\n display: flex;\r\n}\r\n\r\n.fileCard:hover {\r\n cursor: pointer;\r\n}\r\n\r\n.fileCard.noImage {\r\n display: flex;\r\n justify-content: center;\r\n flex-direction: column;\r\n}\r\n\r\n.fileCardContent{\r\n flex: 1 0 auto;\r\n}\r\n\r\n.fileCardContent.noImage {\r\n display: flex;\r\n justify-content: center;\r\n flex-direction: column;\r\n min-height: 50px;\r\n width: 100%;\r\n}\r\n\r\n.fileNameText {\r\n position: relative;\r\n z-index: 2;\r\n}\r\n\r\n.fileCardImage {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\n#fileListGrid {\r\n width: 90%;\r\n margin-left: 5%;\r\n -webkit-transform: translateY(-10px);\r\n transform: translateY(-10px);\r\n}\r\n\r\n.fileListPaper {\r\n padding: 16px;\r\n box-sizing: border-box;\r\n width: 90%;\r\n margin-left: 5%;\r\n -webkit-transform: translateY(-10px);\r\n transform: translateY(-10px);\r\n}\r\n\r\n#fileListTopBackground {\r\n background: #03A9F4;\r\n height: 3vh;\r\n width: 100%;\r\n position: absolute;\r\n z-index: -1;\r\n}\n","#topBar {\r\n height: 20vh;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n}\r\n\r\n#topBarHead {\r\n margin-left: 5%;\r\n font-weight: 300;\r\n color: #FFF;\r\n margin-bottom: 0.5rem;\r\n}\r\n\r\n#topBarQrLink {\r\n font-size: 0.8rem;\r\n margin-left: 5.5%;\r\n color: #F1F1F1;\r\n transition: color 0.2s ease;\r\n cursor: pointer;\r\n}\r\n\r\n#topBarQrLink:hover {\r\n color: #FFF;\r\n}\r\n\r\n#qrCode {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n height: 20rem;\r\n transform: translate(-50%, -50%);\r\n background: #FFF;\r\n}",".fileCard {\r\n height: 100%;\r\n z-index: -10;\r\n display: flex;\r\n}\r\n\r\n.fileCard:hover {\r\n cursor: pointer;\r\n}\r\n\r\n.fileCard.noImage {\r\n display: flex;\r\n justify-content: center;\r\n flex-direction: column;\r\n}\r\n\r\n.fileCardContent{\r\n flex: 1 0 auto;\r\n}\r\n\r\n.fileCardContent.noImage {\r\n display: flex;\r\n justify-content: center;\r\n flex-direction: column;\r\n min-height: 50px;\r\n width: 100%;\r\n}\r\n\r\n.fileNameText {\r\n position: relative;\r\n z-index: 2;\r\n}\r\n\r\n.fileCardImage {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n","#fileListGrid {\r\n width: 90%;\r\n margin-left: 5%;\r\n transform: translateY(-10px);\r\n}\r\n\r\n.fileListPaper {\r\n padding: 16px;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n width: 90%;\r\n margin-left: 5%;\r\n transform: translateY(-10px);\r\n}\r\n\r\n#fileListTopBackground {\r\n background: #03A9F4;\r\n height: 3vh;\r\n width: 100%;\r\n position: absolute;\r\n z-index: -1;\r\n}"]}