feat: adding editorjs

This commit is contained in:
Jannat Patel
2023-04-21 09:58:59 +05:30
parent 33db16a1a2
commit f97ae4e4e2
4 changed files with 23 additions and 22 deletions

View File

@@ -1625,20 +1625,6 @@ li {
}
}
[contenteditable="true"] {
outline: none;
background-color: var(--bg-light-gray);
border-radius: var(--border-radius);
border: 1px solid var(--gray-300);
padding: 0.5rem 0.75rem;
color: var(--gray-900);
}
[contenteditable="true"]:empty:before {
content: attr(data-placeholder);
color: var(--gray-600);
}
.course-image-attachment {
margin-top: 0.25rem;
background-color: var(--bg-light-gray);
@@ -1675,10 +1661,6 @@ li {
padding: 0.5rem 0;
}
.course-card-pills[contenteditable="true"] {
box-shadow: none;
}
.preview {
display: flex;
align-items: center;