Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
fire_public.static.css.1.bb8204c2.chunk.css.map Maven / Gradle / Ivy
{"version":3,"sources":["/Users/xhinliang/Codes/private-projects/jugg/web/webpack:/webpack:/react-console.scss"],"names":[],"mappings":"AASA,4BACC,eAAA,CACA,qDAAA,CACA,UAAA,CACA,cAAA,CACA,qBAAA,CACA,WAAA,CACA,kBAAA,CACA,YAAA,CACA,aAAA,CACA,eAAA,CAGD,6BACC,UAAA,CAGD,gCACC,eAAA,CAGD,kDACC,eAAA,CACA,UAAA,CAGD,oDACC,eAAA,CACA,UAAA,CACA,uBAAA,CACA,oBAAA,CAGD,uDACC,4DAAA,CAAA,oDAAA,CAGD,kDACC,GACC,eAAA,CACA,UAAA,CAED,IACC,eAAA,CACA,UAAA,CAED,IACC,eAAA,CACA,UAAA,CAED,GACC,eAAA,CACA,UAAA,CA1DiB,CA2CnB,0CACC,GACC,eAAA,CACA,UAAA,CAED,IACC,eAAA,CACA,UAAA,CAED,IACC,eAAA,CACA,UAAA,CAED,GACC,eAAA,CACA,UAAA,CA1DiB,CA8DnB,0BACC,UAAA,CACA,YAAA","file":"1.bb8204c2.chunk.css","sourcesContent":["$monospace: \"Menlo\", \"Consolas\", \"DejaVu Sans Mono\", monospace;\n\n$background-color: #efefef;\n$prompt-color: #444;\n$message-color: #999;\n$cursor-color: #333;\n$cursor-text-color: #eee;\n\n\ndiv.react-console-container {\n\tfont-size: 0.85em;\n\tfont-family: $monospace;\n\twidth: 60em;\n\tmax-width: 100%;\n\tbox-sizing: border-box;\n\theight: 20em;\n\tbackground: $background-color;\n\tpadding: 0.5em;\n\toverflow: auto;\n\twhite-space: pre;\n}\n\ndiv.react-console-prompt-box {\n\tcolor: $prompt-color;\n}\n\nspan.react-console-prompt-label {\n\tfont-weight: bold;\n}\n\ndiv.react-console-focus span.react-console-cursor {\n\tbackground: $cursor-color;\n\tcolor: $cursor-text-color;\n}\n\ndiv.react-console-nofocus span.react-console-cursor {\n\tbackground: none;\n\tcolor: $prompt-color;\n\toutline: 0.1em solid $cursor-color;\n\toutline-offset: -0.1em;\n}\n\ndiv.react-console-focus span.react-console-cursor-idle {\n\tanimation: react-console-cursor-animation 1s infinite;\n}\n\n@keyframes react-console-cursor-animation {\n\t0% {\n\t\tbackground: $cursor-color;\n\t\tcolor: $cursor-text-color;\n\t}\n\t50% {\n\t\tbackground: $cursor-color;\n\t\tcolor: $cursor-text-color;\n\t}\n\t51% {\n\t\tbackground: none;\n\t\tcolor: $prompt-color;\n\t}\n\t100% {\n\t\tbackground: none;\n\t\tcolor: $prompt-color;\n\t}\n}\n\ndiv.react-console-message {\n\tcolor: $message-color;\n\tpadding: 0.1em;\n}\n\n\n\n/** WEBPACK FOOTER **\n ** webpack:///react-console.scss\n **/"]}