{"version":3,"file":"./style-index.css","mappings":";;;AAEI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AADR;AAGQ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AADZ;AAGY;EACI;EACA;EACA;EACA;EACA;EACA;EACA;AADhB;AAOgB;EACI;AALpB;AASY;EACI;EACA;EACA;AAPhB,C","sources":["webpack://mega-menu-block/./src/style.scss"],"sourcesContent":["// Styles for both the Editor and the front end.\n.wp-block-outermost-mega-menu {\n    .wp-block-outermost-mega-menu__toggle {\n        background-color: initial;\n        border: none;\n        color: currentColor;\n        cursor: pointer;\n        font-family: inherit;\n        font-size: inherit;\n        font-style: inherit;\n        font-weight: inherit;\n        line-height: inherit;\n        padding: 0;\n        text-align: left;\n        text-transform: inherit;\n\n        .wp-block-outermost-mega-menu__toggle-icon {\n            align-self: center;\n            display: inline-block;\n            font-size: inherit;\n            height: 0.6em;\n            line-height: 0;\n            margin-left: 0.25em;\n            padding: 0;\n            width: 0.6em;\n\n            svg {\n                stroke: currentColor;\n                display: inline-block;\n                height: inherit;\n                margin-top: 0.075em;\n                width: inherit;\n                transition: all .1s linear;\n                transform: rotate(-90deg);\n            }\n        }\n\n        &[aria-expanded=true] {\n            .wp-block-outermost-mega-menu__toggle-icon {    \n                svg {\n                    transform: rotate(0deg);\n                }\n            }\n\n            &~.wp-block-outermost-mega-menu__menu-container {\n                opacity: 1;\n                overflow: visible;\n                visibility: visible;\n            }\n        }\n    }  \n}\n"],"names":[],"sourceRoot":""}