homegrade_blocks_production/blocks/highlight/build/index.css

37 lines
1.6 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.
*/
.homegrade-blocks-highlight--classic .wp-block-button__link {
background-color: #df1e1e !important;
}
.homegrade-blocks-highlight--warning:after {
z-index: 0 !important;
}
.homegrade-blocks-highlight ul li {
display: flex;
padding: 10px 0;
}
.homegrade-blocks-highlight ul li:before {
transform: translateY(6px);
flex-shrink: 0;
border-radius: 50%;
content: "";
width: 10px;
height: 10px;
display: inline-block;
margin-right: 10px;
}
.homegrade-blocks-highlight__variant .components-toggle-group-control-option-base[aria-checked=true] {
background-color: #e04d42;
}
.homegrade-blocks-highlight__variant .components-toggle-group-control-option-base[aria-checked=true]:focus {
outline: none;
}
/*# sourceMappingURL=index.css.map*/