-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblockly.e5ce808b.css.map
1 lines (1 loc) · 3.26 KB
/
blockly.e5ce808b.css.map
1
{"version":3,"sources":["css/blockly.css"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"blockly.e5ce808b.css","sourceRoot":"..\\..","sourcesContent":["#blockly-mobile-menu {\n\tposition: absolute;\n\ttop: 10px;\n\tright: 10px;\n\tz-index: 20;\n\tcolor: #777;\n\tfont-size: 1.3em;\n\tcursor: pointer;\n}\n\n.blocks-container {\n\twidth: calc(50% - 25px - 20px);\n\theight: 100%;\n\tmargin-left: 31px;\n}\n\n/* Categories bar */\n.blocklyToolboxDiv {\n\tbackground-color: rgba(0, 0, 0, 0.04);\n\tz-index: 10;\n}\n\n/* Category label */\n.blocklyTreeRow {\n\tmargin: 3px;\n\tpadding: 20px !important;\n\tbackground-color: transparent !important;\n\tcursor: pointer;\n}\n\n.blocklyTreeIcon {\n\tdisplay: none !important;\n}\n\n.blocklyTreeLabel {\n\tdisplay: inline-flex;\n\talign-items: center;\n}\n\n#blockly-0\\.label {\n\tcolor: #4c97ff;\n}\n\n#blockly-1\\.label {\n\tcolor: #59c059;\n}\n\n#blockly-2\\.label {\n\tcolor: #ff9f29;\n}\n\n#blockly-3\\.label {\n\tcolor: #ff6680;\n}\n\n#blockly-4\\.label {\n\tcolor: #888888;\n}\n\n.blocklyTreeLabel::before {\n\tfont-family: 'Font Awesome 5 Free';\n\tfont-size: 2.2em;\n\tfont-weight: bold;\n\tmargin-right: .4em;\n}\n\n#blockly-0\\.label::before {\n\tcontent: '\\f0b2';\n}\n\n#blockly-1\\.label::before {\n\tcontent: '\\f1b3';\n}\n\n#blockly-2\\.label::before {\n\tcontent: '\\f074';\n}\n\n#blockly-3\\.label::before {\n\tcontent: '\\f6be';\n}\n\n#blockly-4\\.label::before {\n\tcontent: '\\f492';\n}\n\n#blockly-0 {\n\tanimation: wiggle 6s infinite;\n}\n\n#blockly-1 {\n\tanimation: wiggle 6s infinite;\n\tanimation-delay: 70ms;\n}\n\n#blockly-2 {\n\tanimation: wiggle 6s infinite;\n\tanimation-delay: 140ms;\n}\n\n#blockly-3 {\n\tanimation: wiggle 6s infinite;\n\tanimation-delay: 210ms;\n}\n\n#blockly-4 {\n\tanimation: wiggle 6s infinite;\n\tanimation-delay: 280ms;\n}\n\n@keyframes wiggle {\n 0% { transform: rotate(0deg); }\n 95% { transform: rotate(0deg); }\n 96% { transform: rotate(3deg); }\n 97% { transform: rotate(-3deg); }\n 98% { transform: rotate(3deg); }\n 99% { transform: rotate(-3deg); }\n 100% { transform: rotate(0deg); }\n}\n\n/* Toolbox container */\n.blocklyFlyout {\n\tborder: #aaa 2px dashed;\n\tborder-radius: 10px;\n\tbox-sizing: border-box;\n\theight: calc(100% - 10px);\n\t/* Makes issues when adding blocks from the toolbox (offset between block and pointer) */\n\t/* top: 5px;\n\tleft: 5px;\n\tbottom: 5px;\n\ttransform: none !important; */\n}\n\n.blocklyFlyoutBackground {\n\tfill: #f5f5f5;\n\tfill-opacity: 1.0;\n}\n\n.leftRightMutatorButton {\n\topacity: 0.5;\n}\n\n.leftRightMutatorButton:hover {\n\topacity: 1.0;\n}\n"]}