homegrade_blocks_production/blocks/questions-container/build/index.css
Antoine M 29bfa6e9f0
All checks were successful
continuous-integration/drone/push Build is passing
handling empty block notifications
2024-12-17 12:37:33 +01:00

19 lines
1.1 KiB
CSS

/*!****************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/editor.scss ***!
\****************************************************************************************************************************************************************************************************************************************************/
/**
* The following styles get applied inside the editor only.
*
* Replace them with your own styles or remove the file completely.
*/
.wp-block-homegrade-content-blocks-questions-container {
opacity: 50%;
filter: saturate(90%);
}
.wp-block-homegrade-content-blocks-questions-container:has(.components-notice) {
opacity: 100%;
filter: saturate(100%);
}
/*# sourceMappingURL=index.css.map*/