{"version":3,"file":"blocks/floating-image-item/style-index.css","mappings":";;;AAAA;;;;;EAAA;AAOA;EACI;EACA;EACA;AAAJ;;AAGA;EACI;AAAJ;;AAEA;EACI;AACJ;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EAGA;AAEJ;AAUA;EACI;IAEI;EAGN;EADE;IAEI;EAGN;AACF;AASA;EACI;IAEI;EAGN;EADE;IAEI;EAGN;AACF,C","sources":["webpack://wpmozo-blocks-and-addons/./src/blocks/floating-image-item/style.scss"],"sourcesContent":["/**\n * The following styles get applied both on the front of your site\n * and in the editor.\n *\n * Replace them with your own styles or remove the file completely.\n */\n\n.wp-block-create-block-floating-image-item {\n    background-color: #21759b;\n    color: #fff;\n    padding: 2px;\n}\n\n.floating-image-item {\n    position: absolute !important;\n}\n.wpmozo-bna-floating-image-wrapper{\n    position: relative;\n}\n.floating-image-item {\n    display: inline-block;\n    line-height: 0;\n    top: 0;\n    left: 0;\n    margin: 0;\n    will-change: transform;\n    -webkit-transition: 0.3s;\n    -o-transition: 0.3s;\n    transition: 0.3s;\n}\n@-webkit-keyframes wpmozo_float_up_down {\n    from {\n        -webkit-transform: translateY(10px);\n        transform: translateY(10px);\n    }\n    to {\n        -webkit-transform: translateY(-10px);\n        transform: translateY(-10px);\n    }\n}\n@keyframes wpmozo_float_up_down {\n    from {\n        -webkit-transform: translateY(10px);\n        transform: translateY(10px);\n    }\n    to {\n        -webkit-transform: translateY(-10px);\n        transform: translateY(-10px);\n    }\n}\n@-webkit-keyframes wpmozo_float_left_right {\n    from {\n        -webkit-transform: translateX(10px);\n        transform: translateX(10px);\n    }\n    to {\n        -webkit-transform: translateX(-10px);\n        transform: translateX(-10px);\n    }\n}\n@keyframes wpmozo_float_left_right {\n    from {\n        -webkit-transform: translateX(10px);\n        transform: translateX(10px);\n    }\n    to {\n        -webkit-transform: translateX(-10px);\n        transform: translateX(-10px);\n    }\n}\n"],"names":[],"sourceRoot":""}