editor.js/src/components/utils/popover/components/hint/hint.css
Tanya Fomina 7f053d960a Cleanup
2024-05-04 21:31:54 +03:00

11 lines
120 B
CSS

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