ScoDoc/static/mobile/static/css/main.63c57b57.chunk.css.map

1 line
6.0 KiB
Plaintext

{"version":3,"sources":["webpack://src/ScoDoc/Style.css"],"names":[],"mappings":"AAEA,KACI,gCAAkC,CAClC,YACJ,CAEA,EACI,aAAc,CACd,oBAAoB,CACpB,oBAAqB,CACrB,eACJ,CACA,WAEI,cAAe,CAEf,UACJ,CAEA,uBANI,iBAAkB,CAElB,eAYJ,CARA,YAEI,cAAe,CAEf,wBAAyB,CACzB,oBAAoB,CACpB,oBAAyB,CACzB,UACJ,CAIA,SACI,oBAAa,CAAb,YAAa,CACb,0BAAmB,CAAnB,kBAAmB,CACnB,6BAAsB,CAAtB,qBAAsB,CACtB,8BAAuB,CAAvB,sBAAuB,CACvB,UAAW,CACX,eAAgB,CAChB,YACJ,CAEA,aAQI,SAIJ,CAEA,uBAZI,iCAAkC,CAClC,eAAgB,CAEhB,SAAU,CACV,eAAgB,CAChB,iBAAkB,CAGlB,uCAAyC,CACzC,iBAgBJ,CAbA,UAWI,kBAAmB,CACnB,gBACJ,CAEA,UAEI,iCAAkC,CAClC,eAAgB,CAChB,SAAU,CACV,eAAgB,CAChB,iBAAkB,CAElB,uCAAyC,CACzC,iBAAkB,CAClB,WAAY,CACZ,YAEJ,CACA,YACI,wBAAyB,CACzB,4BAA6B,CAC7B,YAAa,CACb,iBAAkB,CAElB,2BACJ,CAEA,yDACI,wBAAyB,CACzB,WAAY,CACZ,UAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,oBAAqB,CACrB,oBAAqB,CACrB,wBAAyB,CACzB,cAAe,CAEf,4CAA8C,CAE9C,6BAA8B,CAC9B,oBAA0B,CAK1B,8BACJ,CAEA,2EACI,wBACJ,CAEA,8EAEI,4BAA8B,CAG9B,oBACJ,CAEA,sCACI,wBAAyB,CAEzB,aAAc,CACd,iBAAkB,CAClB,oBAAqB,CACrB,oBAAqB,CACrB,cAAe,CACf,UAAW,CACX,SAAU,CACV,wBAAyB,CAKzB,8BAAgC,CAEhC,6BACJ,CAEA,kDACI,qBAAsB,CACtB,+BACJ,CAEA,4FACI,UACJ,CAFA,kFACI,UACJ,CAFA,gEACI,UACJ,CAEA,sBACI,aACJ,CAEA,4BACI,UACJ,CAEA,OACI,YACJ,CAEA,MACI,SACJ,CAEA,UACI,eACJ,CAEA,UACI,eAAgB,CAChB,aACJ,CAEA,OACI,kBAAoB,CACpB,UAAY,CACZ,eACJ,CAEA,MACI,kBACJ","file":"main.63c57b57.chunk.css","sourcesContent":["/* BASIC */\r\n\r\nbody {\r\n font-family: \"Poppins\", sans-serif;\r\n height: 100vh;\r\n}\r\n\r\na {\r\n color: #92badd;\r\n display:inline-block;\r\n text-decoration: none;\r\n font-weight: 400;\r\n}\r\n#pageTitle {\r\n text-align: center;\r\n font-size: 25px;\r\n font-weight: 600;\r\n color: #aaaaaa;\r\n}\r\n\r\n#loginTitle {\r\n text-align: center;\r\n font-size: 20px;\r\n font-weight: 600;\r\n text-transform: uppercase;\r\n display:inline-block;\r\n margin: 40px 8px 10px 8px;\r\n color: #cccccc;\r\n}\r\n\r\n/* STRUCTURE */\r\n\r\n.wrapper {\r\n display: flex;\r\n align-items: center;\r\n flex-direction: column;\r\n justify-content: center;\r\n width: 100%;\r\n min-height: 100%;\r\n padding: 10px;\r\n}\r\n\r\n#formContent {\r\n -webkit-border-radius: 10px 10px 10px 10px;\r\n border-radius: 10px 10px 10px 10px;\r\n background: #fff;\r\n padding: 30px;\r\n width: 90%;\r\n max-width: 450px;\r\n position: relative;\r\n padding: 0px;\r\n -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);\r\n box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);\r\n text-align: center;\r\n}\r\n\r\n#errorMsg {\r\n -webkit-border-radius: 10px 10px 10px 10px;\r\n border-radius: 10px 10px 10px 10px;\r\n background: #fff;\r\n width: 90%;\r\n max-width: 450px;\r\n position: relative;\r\n padding: 0px;\r\n -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);\r\n box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);\r\n text-align: center;\r\n margin-bottom: 10px;\r\n padding-bottom: 20px;\r\n}\r\n\r\n#wrapDept {\r\n -webkit-border-radius: 10px 10px 10px 10px;\r\n border-radius: 10px 10px 10px 10px;\r\n background: #fff;\r\n width: 90%;\r\n max-width: 450px;\r\n position: relative;\r\n -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);\r\n box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);\r\n text-align: center;\r\n margin: 10px;\r\n padding: 10px;\r\n\r\n}\r\n#formFooter {\r\n background-color: #f6f6f6;\r\n border-top: 1px solid #dce8f1;\r\n padding: 25px;\r\n text-align: center;\r\n -webkit-border-radius: 0 0 10px 10px;\r\n border-radius: 0 0 10px 10px;\r\n}\r\n\r\ninput[type=button], button[type=submit], input[type=reset] {\r\n background-color: #56baed;\r\n border: none;\r\n color: white;\r\n padding: 15px 80px;\r\n text-align: center;\r\n text-decoration: none;\r\n display: inline-block;\r\n text-transform: uppercase;\r\n font-size: 13px;\r\n -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);\r\n box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);\r\n -webkit-border-radius: 5px 5px 5px 5px;\r\n border-radius: 5px 5px 5px 5px;\r\n margin: 5px 20px 40px 20px;\r\n -webkit-transition: all 0.3s ease-in-out;\r\n -moz-transition: all 0.3s ease-in-out;\r\n -ms-transition: all 0.3s ease-in-out;\r\n -o-transition: all 0.3s ease-in-out;\r\n transition: all 0.3s ease-in-out;\r\n}\r\n\r\ninput[type=button]:hover, button[type=submit]:hover, input[type=reset]:hover {\r\n background-color: #39ace7;\r\n}\r\n\r\ninput[type=button]:active, button[type=submit]:active, input[type=reset]:active {\r\n -moz-transform: scale(0.95);\r\n -webkit-transform: scale(0.95);\r\n -o-transform: scale(0.95);\r\n -ms-transform: scale(0.95);\r\n transform: scale(0.95);\r\n}\r\n\r\ninput[type=text], input[type=password] {\r\n background-color: #f6f6f6;\r\n border: none;\r\n color: #0d0d0d;\r\n padding: 15px 32px;\r\n text-decoration: none;\r\n display: inline-block;\r\n font-size: 16px;\r\n margin: 5px;\r\n width: 85%;\r\n border: 2px solid #f6f6f6;\r\n -webkit-transition: all 0.5s ease-in-out;\r\n -moz-transition: all 0.5s ease-in-out;\r\n -ms-transition: all 0.5s ease-in-out;\r\n -o-transition: all 0.5s ease-in-out;\r\n transition: all 0.5s ease-in-out;\r\n -webkit-border-radius: 5px 5px 5px 5px;\r\n border-radius: 5px 5px 5px 5px;\r\n}\r\n\r\ninput[type=text]:focus, input[type=password]:focus {\r\n background-color: #fff;\r\n border-bottom: 2px solid #5fbae9;\r\n}\r\n\r\ninput[type=text]::placeholder, input[type=password]::placeholder {\r\n color: #cccccc;\r\n}\r\n\r\n.underlineHover:hover {\r\n color: #0d0d0d;\r\n}\r\n\r\n.underlineHover:hover:after{\r\n width: 100%;\r\n}\r\n\r\n*:focus {\r\n outline: none;\r\n}\r\n\r\n#icon {\r\n width:60%;\r\n}\r\n\r\n.mySelect {\r\n min-width: 200px;\r\n}\r\n\r\n.smallRow {\r\n line-height: 60%;\r\n font-size: 70%;\r\n}\r\n\r\n.ueRow {\r\n background: #5bc0de ;\r\n color: white;\r\n font-weight: bold;\r\n}\r\n\r\nthead {\r\n background: lightgray;\r\n}"]}