homegrade_blocks_production/blocks/highlight/build/index.css
Antoine M d85cf47ac4
All checks were successful
continuous-integration/drone/push Build is passing
FIX Passing the missing attributes in the deprecation file and rebuilding
2025-05-26 14:45:03 +02:00

65 lines
2.8 KiB
CSS

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.9/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.3_webpack@5.99.9/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.89.0_webpack@5.99.9/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;
}
.homegrade-blocks-highlight__panel-body .components-dropdown .components-toolbar__control {
background-color: #e04d42;
color: white;
}
.homegrade-blocks-highlight__panel-body img {
display: block;
}
.homegrade-blocks-highlight__panel-body .components-dropdown {
display: block;
width: -moz-fit-content;
width: fit-content;
}
.homegrade-blocks-highlight__panel-body .media-replace-container {
padding: 10px 0;
display: flex;
gap: 10px;
align-items: center;
}
.homegrade-blocks-highlight__icon-position {
margin: 20px 0;
}
.homegrade-blocks-highlight__icon-position legend {
font-size: 15px !important;
text-transform: none !important;
color: #585858;
}
/*# sourceMappingURL=index.css.map*/