{"version":3,"file":"image-comparison.css","mappings":"AAAA,sCAEE,6BAAY,CAAZ,qBAAsB,CAFxB,2HASE,qBAAuB,CADvB,oBAAqB,CAErB,eAHA,iBAGe,CAVjB,iKAgBG,6BAAY,CAAZ,sBADA,QAAS,CAFT,iBAAkB,CAClB,UAEsB,CAhBzB,yKAqBI,cADA,WAAY,CADZ,UAEc,CArBlB,mLA8BI,+BAAoC,CAFpC,WAAY,CAGZ,6BAAsB,CAAtB,qBAAsB,CANtB,YAAa,CACb,iBAAkB,CAGlB,UAAW,CAGX,iBALA,WAKiB,CAEjB,oCAlCJ,mLAmCK,aAAc,CAEf,CArCJ,iLA2CI,WAAY,CADZ,MAAO,CAGP,gBALA,iBAAkB,CAClB,KAAM,CAGN,SACgB,CA7CpB,yLAgDK,aAAc,CAhDnB,mMAqDK,SAAU,CADV,UAAW,CAEX,eAAgB,CAtDrB,mLA8DI,mCAA0C,CAG1C,QAAS,CAET,iBANA,WAAY,CAEZ,QAAS,CAGT,gBAAiB,CAPjB,iBAAkB,CAKlB,KAAM,CAJN,SAOiB,CAnErB,iMA6EK,qBAAuB,CAPvB,UAAW,CAGX,WAAY,CACZ,SAAU,CAEV,gBAAiB,CALjB,iBAAkB,CAIlB,OAAQ,CAGR,+BAAwB,CAAxB,2BAAwB,CAAxB,uBAAwB,CACxB,sCAAY,CAAZ,iCAAY,CAAZ,+BAPA,UAOgC,CA/ErC,+LA0FK,qBAAuB,CAPvB,UAAW,CAGX,WAAY,CACZ,SAAU,CAEV,eAAgB,CALhB,iBAAkB,CAIlB,OAAQ,CAGR,+BAAwB,CAAxB,2BAAwB,CAAxB,uBAAwB,CACxB,sCAAY,CAAZ,iCAAY,CAAZ,+BAPA,UAOgC,CA5FrC,qNAkGM,WAAY,CACZ,UAAW,CACX,iBAHA,UAGiB,CApGvB,mNA4GM,sBAHA,WAAY,CACZ,SAAU,CACV,gBAAiB,CAHjB,UAIsB,CA5G5B,6IAmHG,iBAAkB,CAClB,UAAW","sources":["webpack://b-blocks/./src/blocks/image-comparison/style.scss"],"sourcesContent":[".wp-block-b-blocks-image-comparison {\r\n\t* {\r\n\t\tbox-sizing: border-box;\r\n\t}\r\n\r\n\t.comparison-slider-wrapper,\r\n\t.bBlocksImageComparison {\r\n\t\tposition: relative;\r\n\t\tdisplay: inline-block;\r\n\t\tbackground-color: white;\r\n\t\tmax-width: 100%;\r\n\r\n\t\t.comparison-slider {\r\n\t\t\tposition: relative;\r\n\t\t\twidth: 100%;\r\n\t\t\tmargin: 0;\r\n\t\t\tbox-sizing: border-box;\r\n\r\n\t\t\t>img {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\theight: auto;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t}\r\n\r\n\t\t\t.overlay {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\twidth: 250px;\r\n\t\t\t\tbottom: 20px;\r\n\t\t\t\tright: 20px;\r\n\t\t\t\tbackground-color: rgba(0, 0, 0, 0.4);\r\n\t\t\t\tbox-sizing: border-box;\r\n\t\t\t\ttext-align: right;\r\n\r\n\t\t\t\t@media screen and (min-width : 767px) {\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t.resize {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop: 0;\r\n\t\t\t\tleft: 0;\r\n\t\t\t\theight: 100%;\r\n\t\t\t\twidth: 50%;\r\n\t\t\t\toverflow: hidden;\r\n\r\n\t\t\t\t>img {\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t.overlay {\r\n\t\t\t\t\tright: auto;\r\n\t\t\t\t\tleft: 20px;\r\n\t\t\t\t\ttext-align: left;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t.divider {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\twidth: 2px;\r\n\t\t\t\theight: 100%;\r\n\t\t\t\tbackground-color: rgba(256, 256, 256, 0.2);\r\n\t\t\t\tleft: 50%;\r\n\t\t\t\ttop: 0;\r\n\t\t\t\tbottom: 0;\r\n\t\t\t\tmargin-left: -1px;\r\n\t\t\t\tcursor: ew-resize;\r\n\r\n\t\t\t\t&:before {\r\n\t\t\t\t\tcontent: '';\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\twidth: 20px;\r\n\t\t\t\t\theight: 20px;\r\n\t\t\t\t\tleft: -9px;\r\n\t\t\t\t\ttop: 50%;\r\n\t\t\t\t\tmargin-top: -10px;\r\n\t\t\t\t\tbackground-color: white;\r\n\t\t\t\t\ttransform: rotate(45deg);\r\n\t\t\t\t\ttransition: all 0.1s ease-in-out;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t&:after {\r\n\t\t\t\t\tcontent: '';\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\twidth: 12px;\r\n\t\t\t\t\theight: 12px;\r\n\t\t\t\t\tleft: -5px;\r\n\t\t\t\t\ttop: 50%;\r\n\t\t\t\t\tmargin-top: -6px;\r\n\t\t\t\t\tbackground-color: white;\r\n\t\t\t\t\ttransform: rotate(45deg);\r\n\t\t\t\t\ttransition: all 0.1s ease-in-out;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t&.draggable {\r\n\t\t\t\t\t&:before {\r\n\t\t\t\t\t\twidth: 30px;\r\n\t\t\t\t\t\theight: 30px;\r\n\t\t\t\t\t\tleft: -14px;\r\n\t\t\t\t\t\tmargin-top: -15px;\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t&:after {\r\n\t\t\t\t\t\twidth: 20px;\r\n\t\t\t\t\t\theight: 20px;\r\n\t\t\t\t\t\tleft: -9px;\r\n\t\t\t\t\t\tmargin-top: -10px;\r\n\t\t\t\t\t\tbackground-color: #555;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.caption {\r\n\t\t\tposition: relative;\r\n\t\t\twidth: 100%;\r\n\t\t}\r\n\t}\r\n}"],"names":[],"sourceRoot":""}