Files
formbricks/packages/ui/components/editor/stylesEditorFrontend.css
Matti Nannt 60f7103198 Revert & gradually use updated files (#280)
* revert to last working version

* add updated ui components

* update formbricks-com components

* apply prettier formatting

* update apps/web files
2023-05-10 00:20:43 +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;
}