homegrade_blocks_production/blocks/highlight/build/style-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

40 lines
2.0 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/style.scss ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* The following styles get applied both on the front of your site
* and in the editor.
*
* Replace them with your own styles or remove the file completely.
*/
.homegrade-blocks-highlight__block-title {
margin: 0 !important;
}
.homegrade-blocks-highlight .icon {
background-color: black;
border-radius: 50%;
aspect-ratio: 1/1;
width: 40px;
height: 40px;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.homegrade-blocks-highlight .icon img {
width: 30px;
max-width: 80%;
max-height: 100%;
height: auto;
}
.homegrade-blocks-highlight__titling h3 {
padding-left: 10px;
}
.homegrade-blocks-highlight p + ul {
padding-top: 16px;
}
.homegrade-blocks-highlight ul + p {
padding-top: 16px;
}
/*# sourceMappingURL=style-index.css.map*/