diff options
Diffstat (limited to 'assets/sass/_markdown_editor.sass')
-rw-r--r-- | assets/sass/_markdown_editor.sass | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/assets/sass/_markdown_editor.sass b/assets/sass/_markdown_editor.sass index 5bf77a99..ac25101e 100644 --- a/assets/sass/_markdown_editor.sass +++ b/assets/sass/_markdown_editor.sass @@ -1,15 +1,22 @@ -.markdown-editor-container - max-width: 400px +@import variables -div - &.CodeMirror, &.CodeMirror-scroll - max-height: 250px - min-height: 200px - -.markdown-editor-small div - &.CodeMirror, &.CodeMirror-scroll - min-height: 100px - max-height: 180px - -.form-column div.CodeMirror - margin-bottom: 10px +.text-editor + margin-top: 10px + a + font-size: size('normal') + color: color('light') + text-decoration: none + margin-right: 10px + &:hover + color: link-color('primary') + .text-editor-preview-area + border: 1px solid color('lighter') + width: 700px + max-width: 99% + height: 250px + overflow: auto + padding: 2px + textarea + width: 700px + max-width: 98% + height: 250px
\ No newline at end of file |