{"version":3,"sources":["preload.css"],"names":[],"mappings":"AAAA;IACI,iBAAiB;CACpB;;AAED,eAAe;;AAEf;IACI,eAAe;IACf,MAAM;IACN,OAAO;IACP,QAAQ;IACR,SAAS;IACT,sBAAsB,CAAC,6DAA6D;IACpF,WAAW,CAAC,gCAAgC;CAC/C;;AAED;IACI,YAAY;IACZ,aAAa;IACb,kBAAkB;IAClB,SAAS,CAAC,+DAA+D;IACzE,QAAQ,CAAC,6DAA6D;IACtE,yCAAyC,CAAC,oCAAoC;IAC9E,4BAA4B;IAC5B,2BAA2B;IAC3B,yBAAyB,CAAC,wCAAwC;CACrE","file":"preload.css","sourcesContent":["body {\r\n    overflow: hidden;\r\n}\r\n\r\n/* Preloader */\r\n\r\n#preloader {\r\n    position:fixed;\r\n    top:0;\r\n    left:0;\r\n    right:0;\r\n    bottom:0;\r\n    background-color:#fff; /* change if the mask should have another color then white */\r\n    z-index:99; /* makes sure it stays on top */\r\n}\r\n\r\n#status {\r\n    width:200px;\r\n    height:200px;\r\n    position:absolute;\r\n    left:50%; /* centers the loading animation horizontally one the screen */\r\n    top:50%; /* centers the loading animation vertically one the screen */\r\n    background-image:url(../img/preload.gif); /* path to your loading animation */\r\n    background-repeat:no-repeat;\r\n    background-position:center;\r\n    margin:-100px 0 0 -100px; /* is width and height divided by two */\r\n}"],"sourceRoot":"/source/"}