|
|
@ -106,6 +106,9 @@ li.ProseMirror-selectednode:after { |
|
|
|
.ProseMirror-menuitem { |
|
|
|
.ProseMirror-menuitem { |
|
|
|
margin-right: 3px; |
|
|
|
margin-right: 3px; |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
div { |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ProseMirror-menuseparator { |
|
|
|
.ProseMirror-menuseparator { |
|
|
@ -404,6 +407,13 @@ textarea { |
|
|
|
margin-bottom: 4px; |
|
|
|
margin-bottom: 4px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.editorreadmore { |
|
|
|
|
|
|
|
color: @textLinkColor; |
|
|
|
|
|
|
|
text-decoration: underline; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 50em) { |
|
|
|
@media all and (min-width: 50em) { |
|
|
|
#editor { |
|
|
|
#editor { |
|
|
|
margin-left: 10%; |
|
|
|
margin-left: 10%; |
|
|
|