editor.js/src/components/utils/popover/components/hint/hint.css
2024-05-04 21:20:55 +03:00

11 lines
128 B
CSS

.ce-hint-content {
&--align-left {
text-align: left;
}
&__description {
opacity: 0.6;
margin-top: 3px;
}
}