24 lines
1.1 KiB
CSS
24 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.
|
|
*/
|
|
.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;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map*/ |