Files
formbricks/packages/ui/editor/stylesEditorFrontend.css
Matti Nannt 650b674e24 update all packages, fix typescript errors (#277)
* simplify ui package, update all packages

* fix typescript errors that occur during build
2023-05-09 13:18:07 +02:00

56 lines
962 B
CSS

.fb-editor-text-bold {
font-weight: bold !important;
}
.fb-editor-text-italic {
font-style: italic !important;
}
.fb-editor-link {
color: #334155 !important;
text-decoration: underline !important;
}
.editor-tokenFunction {
color: #dd4a68 !important;
}
.fb-editor-paragraph {
margin: 0 !important;
position: relative !important;
color: #334155 !important;
}
.fb-editor-paragraph:last-child {
margin-bottom: 0 !important;
}
.fb-editor-heading-h1 {
font-size: 25px !important;
font-weight: 400 !important;
margin-bottom: 20px !important;
font-weight: bold !important;
}
.fb-editor-heading-h2 {
font-size: 20px !important;
font-weight: bold !important;
margin-bottom: 20px !important;
}
.fb-editor-list-ul {
margin-bottom: 12px !important;
}
.fb-editor-list-ol {
margin-bottom: 12px !important;
}
.fb-editor-listitem {
margin: 0px 32px !important;
}
.fb-editor-nested-listitem {
list-style-type: none !important;
}