File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/before-after-image-compare/dist/style.css.map
Back
{"version":3,"file":"style.css","mappings":"AAGA,WACC,gCAKA,8BACC,oDAGD,oGAIC,sBADA,qBAEA,eAHA,iBAGA,CAEA,0IAIC,oDADA,SAFA,kBACA,UAEA,CAEA,kJAGC,cADA,YADA,UAEA,CAGD,4JAMC,gCAFA,YAGA,oDANA,aACA,kBAGA,WAGA,iBALA,WAKA,CAEA,oCAVD,4JAWE,eAIF,0JAIC,YADA,OAGA,gBALA,kBACA,MAGA,SACA,CAEA,kKACC,cAGD,4KAEC,UADA,WAEA,gBAIF,4JAIC,oCAGA,SAEA,iBANA,YAEA,SAJA,kBAKA,MAEA,6FANA,SAOA,CAEA,0KAKC,sBAJA,WAGA,YAEA,SAJA,kBAKA,QACA,mJACA,sEANA,UAMA,CAgBA,8LAEC,YACA,WACA,iBAHA,UAGA,CAGD,4LAKC,sBAHA,YACA,UACA,iBAHA,UAIA,CAMJ,sHACC,kBACA","sources":["webpack://image-compare/./src/style.scss"],"sourcesContent":["$primaryColor: #4527a4;\r\n\r\n// Dashicon\r\n.dashicons {\r\n\tfont-family: dashicons !important;\r\n}\r\n\r\n// Alert Box\r\n.wp-block-icb-image-compare {\r\n\t* {\r\n\t\tbox-sizing: border-box;\r\n\t}\r\n\r\n\t.comparison-slider-wrapper,\r\n\t.icbImageCompare {\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\ttransform: translateX(-50%);\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\tbackground-color: white;\r\n\t\t\t\t\tleft: 50%;\r\n\t\t\t\t\ttop: 50%;\r\n\t\t\t\t\ttransform: translate(-50%, -50%) 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// \tbackground-color: white;\r\n\t\t\t\t// \tleft: 50%;\r\n\t\t\t\t// \ttop: 50%;\r\n\t\t\t\t// \ttransform: translate(-50%, -50%) 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":""}
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings