UNPKG

flowy-engine

Version:

The minimal javascript library to create flowcharts ✨

1 lines 1.3 kB
{"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA,UACE,qBACF,CACA,OACE,iBAAkB,CAClB,SACF,CACA,WACE,UAAW,CACX,WAAY,CACZ,kBAAmB,CACnB,wBAAyB,CACzB,eAAgB,CAChB,SAAU,CACV,8CAAsD,CACtD,kBAAmB,CACnB,iBAAkB,CAClB,SACF,CACA,WACE,mBAAqB,CACrB,kBACF,CACA,iBACE,UAAW,CACX,aAAc,CACd,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,oBAAqB,CACrB,UAAY,CACZ,kBACF,CACA,YACE,iBAAkB,CAClB,UAAW,CACX,gBAAiB,CACjB,mBACF,CACA,gBACE,4BAA6B,CAC7B,gBACF","file":"flowy-engine.css","sourceRoot":"../src/engine","sourcesContent":[".dragging {\n z-index: 111 !important;\n}\n.block {\n position: absolute;\n z-index: 9;\n}\n.indicator {\n width: 12px;\n height: 12px;\n border-radius: 60px;\n background-color: #217ce8;\n margin-top: -5px;\n opacity: 1;\n transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);\n transform: scale(1);\n position: absolute;\n z-index: 2;\n}\n.invisible {\n opacity: 0 !important;\n transform: scale(0);\n}\n.indicator:after {\n content: '';\n display: block;\n width: 12px;\n height: 12px;\n background-color: #217ce8;\n transform: scale(1.7);\n opacity: 0.2;\n border-radius: 60px;\n}\n.arrowblock {\n position: absolute;\n width: 100%;\n overflow: visible;\n pointer-events: none;\n}\n.arrowblock svg {\n width: -webkit-fill-available;\n overflow: visible;\n}\n"]}