OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/assets/stylesheets/content/editor/_ckeditor.sass

29 lines
609 B

// Wrapper for inline text editor
.op-ckeditor-element
min-height: 50px
border: 1px solid #bfbfbf !important
&.ck-editor__editable_inline
padding-left: 2px !important
// Wrapper for full text element
.op-ckeditor--wrapper
// Borders for the main editor
.ck-editor__main
border: 1px solid #bfbfbf
margin-bottom: 2rem
// Min height for the editable section
.ck-editor__editable
min-height: 20vh
.ck-widget.macro
border: 2px dashed #ccc
min-height: 50px
display: flex
justify-content: center
align-items: center
color: #575757
background: #f8f8f8