Files
formbricks-formbricks/styles/editorjs.css
2022-06-23 15:16:24 +09:00

16 lines
350 B
CSS

.ce-paragraph {
@apply font-light text-gray-800;
}
h1.ce-header {
@apply pb-5 text-2xl font-bold leading-7 text-gray-900 sm:text-3xl sm:truncate;
}
h2.ce-header {
@apply pb-3 text-xl font-bold leading-7 text-gray-900 sm:text-2xl sm:truncate;
}
h3.ce-header {
@apply pb-2 text-lg font-bold leading-7 text-gray-900 sm:text-xl sm:truncate;
}