editor.js/src/components/utils/popover/components/hint/hint.css

11 lines
128 B
CSS
Raw Normal View History

.ce-hint-content {
2024-05-04 20:20:55 +02:00
&--align-left {
text-align: left;
}
&__description {
opacity: 0.6;
margin-top: 3px;
}
}